* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	text-align:center;
	background: #FFF url("http://www2.taniguchi-osamu.com/img/back.gif");;
	margin-top :20px;
	color:#555;
	font-size: 13px;
	line-height: 150%;
}

/* 画像の属性 */

img {
	border-style: none;
}

/*その他*/

.next {
	text-align:right;
	margin : 0px;
	padding :0px 10px 0px 10px;
}

/* リンクの属性（未指定時） */

a:link, a:visited, a:active {color: #0000FF;text-decoration: none;}
a:hover{color : #FF3300;text-decoration: none;}


/*引用属性*/

blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
}

/* 基本設定 */

#base
{
	width: 800px;
	margin : 0 auto;
	background: #FFF url("http://www2.taniguchi-osamu.com/img/base.gif") repeat-y;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/* 記事枠等の属性 */

#container{
	width:750Px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
		
/*ヘッダー部分*/

#header	{
	margin : 0px;
	padding: 0Px;
	height : 200px;
	background-image: url("http://www.taniguchi-osamu.com/shisei/img/header.jpg");
	font-size: 15px;
	font-weight:bold;
	text-align: left;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -2000px;
}
		
#header h1 a {
	width: 400px;
	height:70px;
	background: url("http://www.taniguchi-osamu.com/shisei/img/header.jpg") no-repeat;
	display: block;
 	outline: 0;
}
#header h1 a:hover {
	background-image: url("http://www.taniguchi-osamu.com/shisei/img/header.jpg");
}
#header .des {
	position: absolute;
	width: 330px;
	left: 30px;
	top: 70px;
	color: #666;
	line-height: 140%;
	text-align: left;
}

/*エントリー部分*/

#content {
	width: 550px;
	float: right;
	margin : 0;
	font-size: 12px;
	line-height :150%;
}

#content h2 {
	border-style: solid;
	border-color: #006600;
	border-width: 0px 0px 1px 10px;
	margin: 10px 0;
	text-indent: 10px;
	font-size:138%;
	font-weight:bold;
}

#content h3 {
	font-size: 108%;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	color: #666;

}

#content h4 {
	font-size: 138%;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	color: #666;

}
#content .doc{
	margin: 10px 0 10px 10px;
	text-align: left;
}

#content .doc img{
	float: left;
	margin-right: 10px;
}

#content .doc2{
	clear: both;
	margin: 15px 0 10px 10px;
	text-align: left;
}

#content p{
	padding: 5px 0;
}

/*  記事一覧  */

#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
	margin: 5px 0;
	font-size: 100%;
}

#content .date{
	text-align: right;
	font-size: 14px;
	color: #0066cc;
	margin: 0px 15px 10px 0;
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 6px 20px 20px 0;
}

/*市政報告トップページの記事枠の設定*/
#content .sbox {	
	float: left;
	width: 520px;
	margin: 0 5px 20px 6px;
	font-size:100%;
}
#content .sbox h1 {
	display: block;
	margin: 0;
	background: url("http://www2.taniguchi-osamu.com/img/doc-03.gif") no-repeat;
	text-indent: 20px;
	font-size:138%;
	font-weight:bold;
         color: #0066cc;
}

#content .sbox h4 {
	border-style: solid;
	border-color: #006600;
	border-width: 1px 1px 1px 10px;
	margin: 10px 0;
	text-indent: 10px;
	font-size:128%;
	font-weight:bold;
}

#content .sbox .sbox_text {	
	font-size:14px;
}

#content .sbox p {	
	margin: 0px;
	font-size:14px;
}

#content .sbox img {	
	margin: 5px;
}
/*----- NEWマーク-----*/
span.new {
    display: none;
    color: red;
    font-size: 75%;
}

#span.new img {
    vertical-align: middle;
}

/*----- トラックバック と コメント-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*-----サイド(left)--------*/

#sidebar {
	width: 180PX;
	float: left;
	margin: 0px;
	font-size: 12px;
	line-height;150%;
}

#sidebar .box1{
	height: 100px;
	display: block;
	margin: 5px 0;
	background: url("http://www2.taniguchi-osamu.com/img/s_box01.gif") no-repeat;
}


#sidebar .box1-inner{
	padding: 10px 5px;
	color : #FFF;
}

#sidebar .box2{
	height: 400px;
	display: block;
	margin: 5px 0;
	background: url("http://www2.taniguchi-osamu.com/img/s_box02.gif") no-repeat;
}

#sidebar .box2-inner{
	padding: 20px 0 0 0;
	color : #FFF;
}

#sidebar .box2 a:link,#sidebar .box2 a:visited {
	color: #FFF;
}

#sidebar .box2 a:hover {
	color: #006633;
}

#sidebar .idx {
	margin: 10px 0 5px 0;
	font-size: 12px;
	color: #FFF;
	text-indent: 5px;
	border: 1px solid #99CC99;
	background: #006600;
}

/*------新着情報------*/

#sidebar ul.new{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul.new li{
	display: block;
	margin: 0;
	background: url("http://www2.taniguchi-osamu.com/img/doc.gif") no-repeat;
	padding-left: 15px;
	text-align: left;
	line-height: 130%;
}

/*------サイドバーカテゴリー------*/

#sidebar ul.category{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul.category li{
	display: block;
	margin: 0;
	background: url("http://www2.taniguchi-osamu.com/img/doc-02.gif") no-repeat;
	padding-left: 15px;
	text-align: left;
	line-height: 130%;
}
/*------アーカイブを折りたたむ------*/
#sub .yearlyList {
    cursor: pointer;
    color: #03C;
}
#sub .yearlyList ol {
    color: #000;
}

/*------メニュー部分------*/

#sidebar ul.menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul.menu li.pt a {
	display: block;
	margin: 0;
	height: 30px;
	background: #f5f5f5 url("http://www2.taniguchi-osamu.com/img/menu01.gif") no-repeat;
	text-decoration: none;
	text-indent: 15px;
	text-align: left;
	line-height: 250%;
}

#sidebar ul.menu li.pt a:hover {
	background: #FFF url("http://www2.taniguchi-osamu.com/img/menu02.gif") no-repeat;
	color: #333;
}

#sidebar ul.menu li a {
	display: block;
	margin: 1px 0;
	height: 30px;
	background: #f5f5f5 url("http://www2.taniguchi-osamu.com/img/menu01.gif") no-repeat;
	color: #666;
	text-decoration: none;
	text-indent: 25px;
	text-align: left;
	line-height: 250%;
}

#sidebar ul.menu li a:hover {
	background: #FFF url("http://www2.taniguchi-osamu.com/img/menu02.gif") no-repeat;
	color: #333;
}
/*フッターナビ*/
.rss {
	clear: both;
	margin: 0px 20px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 10px;
	}

.rss img{border-style: none; vertical-align: middle;}
		
/*フッター部分*/

#footer {
	margin : 0 auto;
	width : 780px;
	height: 50px;
	clear: both;
	background: #FFF url("http://www2.taniguchi-osamu.com/img/foot_bk.gif") no-repeat;
	padding: 0;
}		
		
#footer p {
	font-size: 10px;
}

#footer .copyrights {
	font-size: 10px;
    text-align: center;
}

/*  ページナビ  */

.navi {
         text-align: right;
	font-size: 10px;
	color:#666;
	margin : 0px 50px 0px 0px;
	padding : 10px 23px 0px 10px;
}

.navi a:link, .navi a:visited, .navi a:active {
	color: blue;
}

.navi a:hover {
	color: #FF0000;
}
