* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	text-align:center;
	background: #FFF url("http://www.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://www.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/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/img/header.jpg") no-repeat;
	display: block;
 	outline: 0;
}
#header h1 a:hover {
	background-image: url("http://www.taniguchi-osamu.com/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%;
         position:relative;
}
#content h2 {
	border-style: solid;
	border-color: #99CCFF;
	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: 120%;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	color: #666;
}

#content h5 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	color: #3366CC;
}

#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: 10px;
	color: #476685;
	margin: 0px 20px 10px 0;
}
#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 6px 20px 20px 0;
}

/*トップページの記事枠の設定*/

#content .box1{
	float: left;
	width: 340px;
	height: 250px;
	margin: 5px 0px 10px 3px;
	display: block;
}
#content .box2{
	float: right;
	width: 200px;
	height: 250px;
	margin: 5px 0px 5px 3px;
	display: block;
         text-algin: center;
         	font-size: 15px;
}
#content .box3-top{
	clear: both;
	margin: 0;
	height: 10px;
	background: url("http://www.taniguchi-osamu.com/img/box03-top.gif") no-repeat;
	line-height: 5px;
}
#content .box3{
	display: block;
	margin: 0px;
	background: url("http://www.taniguchi-osamu.com/img/box03-body.gif") repeat-y;
}



#content .box3-bottom{
	padding: 0;
	height: 10px;
	background: url("http://www.taniguchi-osamu.com/img/box03-bottom.gif") no-repeat;
	line-height: 5px;
}

#content .box-inner{
	padding: 10px;
}

#content .box3-inner{
	padding: 0 10px;
}

#content .box4{
	float: left;
	width: 132px;
	height: 140px;
	margin: 5px 0px 10px 4px;
	display: block;
	overflow: hidden;
}

#content .box4 h4{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

#content .box4-inner{
	padding: 2px;
	font-size: 10px;
	line-height: 120%;
}

#content .box4 img{
	margin: 0px 0px;
}

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

#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://www.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://www.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 #999999;
	background: #3366CC;
}

/*----- NEWマーク-----*/
span.new {
    display: none;
    color: #ff3300;
    font-size: 75%;
}

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

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

#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://www.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://www.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://www.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://www.taniguchi-osamu.com/img/menu02.gif") no-repeat;
	color: #333;
}		
/*----- 後援会入会フォーム-----*/

#kouen #kouendata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#kouen #kouendata .post1{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#kouen .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}
		
/*フッター部分*/

#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;
	padding : 10px 23px 0px 10px;
}

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

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