/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%}

/* BODY */
body {
	background-color: #FFF;
	background: url("http://www.toushi-guide.com/img/back.gif");
	background-repeat:repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	margin : 0;
	color:#666;
	font-size: 12px;
	line-height: 150%;
	list-style: none;
	}

/* 画像の属性 */
img {border: none; margin: 0 5px;}

/* 強調文の属性*/
strong {color: #3366CC;}
h1,h2,h3,h4,p{font-size: 12px;font-weight: normal;}

/* テーブルの属性*/
table.tbl01 {border: solid 1px #6A6AB5; border-collapse: collapse;font-size: 12px;}
td {border: solid 1px #6A6AB5 ; padding : 5px;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #3399CC;text-decoration: underline;}
a:hover {color: #FFCC00;text-decoration: none;}

/* 基本設定*/

#wrapper{
	width: 720px;
	margin: 0 auto;
	background-color: #FFF;
	background: url("http://www.toushi-guide.com/img/header_top.gif");
	background-repeat: no-repeat;
	text-align: left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}

/*ヘッダー*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 150px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
}
		
#header h1 a {
	width:360px;
	height:75px;
	background-image: url("http://www.toushi-guide.com/img/header_top.gif");
	background-repeat: no-repeat;
	display: block;
}

#header h1 a:hover {
	background-image: url("http://www.toushi-guide.com/img/header_top.gif");
}
	
/*  ページナビ  */
#header .navi h2 {
	margin : 0;
	padding-left: 10px;
	font-size: 10px;
	}

/*ブログの枠等の属性*/

#container{
	width: 720px;
	margin: 0 auto;
	background-color: #FFF;
	background: url("http://www.toushi-guide.com/img/back_body.gif");
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align:left;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}


/*サイドバー*/
#sidebar {
	float: left;
	width: 190px;
	margin: 0px;
	padding: 10px 5px 0px 5px;
	color: #666;
	}

#sidebar h2 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: #8080C0;
	margin: 0px;
	}

#sidebar h3 {
	font-family: Verdana,Helvetica,sans-serif;
	border-style: solid;
	border-color: #8080C0;
	border-width: 0px 0px 1px 10px;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	}

#sidebar p {
	font-size: 10px;
	line-height: 110%;
	color: #666;
	margin: 5px 10px 10px 5px;
	}

#sidebar .search {
	width:162px;
	height:60px;
	margin: 0px 0px 20px 0px;
	padding: 15px 5px 5px 5px;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
	}

#sidebar .fld {
	width:162px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin: 0px 0px 20px 0px;
	padding: 15px 5px 5px 5px;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
	}

/*メニュー*/
.menu {margin: 0;padding: 0;}
.menu img {border: none; margin: 0;}
.menu .idx{
	width:190px;
	height:34px;
	display: block;
	margin : 0;
	text-align: left;
	}

/* カテゴリ指定 */
.menu ul{
	list-style: none;
	width: 188px;
	margin: -3px 0px 20px 0px;
	font-size: 12px;
	text-align: left;
	line-height: 26px;
	background-color: #FFF;
	border-style: solid;
	border-color: #799ED3;
	border-width: 0 1px 1px 1px;
	}

.menu li{
	display: block;
	width: 188px;
	list-style: none;
	margin: 0;
	color: #666;
	text-indent: 20px;
	font-weight: normal;
	}
	
.menu li a:link, .menu li a:visited, .menu li a:active {
	display: block;
	width: 188px;
	list-style: none;
	margin: 0;
	text-indent: 25px;
	font-weight: normal;
	background-image: url("http://www.toushi-guide.com/img/menu03.gif");
	background-repeat: no-repeat;
	color: #3399CC;
	text-decoration: none;
	}
.menu li a:hover {
	color: #F00;
	background-image: url("http://www.toushi-guide.com/img/menu04.gif");
	background-repeat: no-repeat;
	}

/*コンテンツ*/
#content {
	float: right;
	width: 510Px;
	padding: 10px 5px 5px 5px;
	margin: 0px;
	}
				
#content h2	{
	background: url("http://www.toushi-guide.com/img/h2_back.gif");
	background-repeat: no-repeat;
	border-bottom: 2px dotted #999;
	height: 20px;
	margin: 0px 0px 20px 0px;
	padding: 2px 0 0 5px;
	font-size:14px;
	color : #555;
	text-align: left;
	}

#content h3 {
	background: url("http://www.toushi-guide.com/img/h3_back.gif");
	background-repeat: no-repeat;
	border-bottom: 1px solid #B9A017;
	height: 16px;
	margin: 0 0 10px 0px;
	padding: 2px 0 0 5px;
	font-size:14px;
	font-weight: bold;
	color : #555;
	text-align: left;
	}

#content h4 {
	margin: 10px 0px 0px 0px;
	padding-left:5px;
	font-size:12px;
	color : #3300CC;
	font-weight: bold;
	}

#content p {
	font-size: 12px;
	color:#666;
	line-height: 140%;
	margin: 0;
	padding-left: 5px;
	}

#content .rank {
	font-size: 12px;
	color:#666;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0px 10px 10px 10px;
	}


#content br .ent{clear: both;}

#content .info{
	float: right;
	width: 510px;
	height:240px;
	background-image: url("http://www.toushi-guide.com/img/info.gif");
	background-repeat: no-repeat;
	margin: 0 -5px 0 0;
	padding: 0;
}

#content .info p{
	margin: 80px 160px 20px 10px;
	}

#content .info2{
	float: right;
	width: 510px;
	height:200px;
	background-image: url("http://www.toushi-guide.com/img/info02.gif");
	background-repeat: no-repeat;
	margin: 0 -5px 0 0;
	padding: 0;
}

#content .info2 p{
	margin: 20px 140px 20px 10px;
	}

#content ol{margin: -5px 5px 10px 30px;}
#content li{margin: 0;}	

#content .new{
	margin: 0;
	padding:  0px;
	text-align: left;
}

/* h1 h2 h3リンク属性 */
#content a:link.c1, #content a:visited.c1, #content a:active.c1{color: #3399CC;text-decoration: none;}
#content a:hover.c1{color : #FF2200;}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color: #3399CC;text-decoration: underline;}
#content a:hover{color : #FF2200;text-decoration: none;}

/*グーグルアドセンス*/
#content .ads{
	margin: 0px;
	padding: 10px 160px 10px 5px;
	font-size: 12px;
	text-align: center;
	}
#content .ads .slink{
	margin: 0px; 
	font-size: 9px; 
	color: #999;
	text-align: right;
	}


/*trackbacks & Comments*/

#content .post1 {
	border-top: solid 1px #AAAAFF;
	font-size: 10px;
	padding-top: 6px;
	margin-bottom: 30px;
	}

#content #trackbackdata h3{
	font-size: 10px;
	color: #888;
	margin-bottom: 0px;
	}

#content #tbdata. #content #commentdata p{
	font-size: 10px;
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#content #commentdata .post2 p{
	margin-bottom: 20px;
	font-size:10px;
	text-align: right;
	}
#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
	}

#content .next a:link, #content .next a:visited, #content .next a:active {
	float: right;
	margin: 0px;
	color: #F27900;
	background-image: url("http://www.toushi-guide.com/img/more01.gif");
	background-repeat: no-repeat;
	width: 70px;
	height: 18px;
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

#content .next a:hover {
	color: #F27900;
	background-image: url("http://www.toushi-guide.com/img/more02.gif");
	background-repeat: no-repeat;
}

#content fieldset{
	margin: 10px;
	padding: 10px;
	font-size: 12px;
	text-align: left;
}

#content legend{
	font-size: 12px;
	font-weight: bold;
	color: #637AB5;
}

/*フッターナビ*/
.rss {
	clear: both;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 10px;
	}

.rss img{border-style: none; vertical-align: middle;padding:0px 3px;}


/*フッター*/
#footer{
	clear: both;
	border-top: 1px solid #999;
	color: #999;
	margin-top: 10px;
	padding: 0.5em 1em 0.5em 0em;
	text-align: right;
	font-size: 12px;
	line-height: 133%;
	}
#footer img{border-style: none;	vertical-align: middle;	}

#footer .banner{
	background-color: #FFF;
	margin: 0px;
	padding: 15px 5px 10px 5px;
	float: left;
	}

/*  記事の右寄せ  */
.detail {
	text-align:right;
	font-size: 10px;
	margin-right:10px;
	margin-top;0px;
	margin-bottom;0px;
	}

/*  ページナビ  */
.navi2 {
	height: 25px;
	font-size: 10px;
	line-height: 120%;
	color:#666;
	margin :0px;
	padding-left: 10px;
	}

.navi2 a:link, .navi2 a:visited, .navi2 a:active {
	color: #AA00CC;
	text-decoration: underline;
	}

.navi2 a:hover {
	color: #FFCC00;
	text-decoration: none;
	}

/*  フォームメール用  */

#fmail table {border: none; border-collapse: collapse;font-size: 12px;}
#fmail td {border: none ; padding : 2px;}

.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #3399CC;
	line-height: 155%;
	}
