/*------------------------------------------------------*/
/*基本レイアウト　style.css	T.N.K.Japan　2008/01/02*/
/*------------------------------------------------------*/

body,h1,h2,h3,h4,h5,p,div,ul,ol,li,form,hr,img{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFF;
	text-align:center;
}
/*------------------------------------------------------*/
/*全体の設定*/
/*------------------------------------------------------*/

/*リンク*/
a:link {color: #336699;text-decoration: none}
a:visited {color: #336699;text-decoration: none}
a:hover {color: #336699;text-decoration: underline}
a:active {color: #336699;text-decoration: underline}

/*強調*/
strong{
	color:#CC3300;
	font-weight: normal;
}

/*コンテンツ下部のナビ*/
#footNavi{
	border-top:1px solid #003366;
	text-align:right;
	clear:both;
}

#footNavi p{
	font-size:10px;
	margin:5px;
}

li{
	padding-bottom:5px;
}

.date{
	color:#BCA970;
}

/*------------------------------------------------------*/
/*全体のボックス*/
/*------------------------------------------------------*/
#container{
	width:940px;
	margin:0px auto;
	text-align:left;
	background-image:url(../img/bg_container.gif);
	background-repeat: repeat-y;
}

/*------------------------------------------------------*/
/*ヘッダ*/
/*------------------------------------------------------*/
#header{
	width:100%;
	height:62px;
	background-color:#FFF;
	background-image: url(../img/bg_title.jpg);
	background-repeat: no-repeat ;
}

#header h1{
	visibility:hidden;
	font-size:1px;
}

#header p{
	font-size:10px;
	line-height:150%;
	margin:10px;
}

/*------------------------------------------------------*/
/*ナビ	左パンくず右メニュー*/
/*------------------------------------------------------*/
#Navi{
	width:100%;
	height:30px;
	background-color:#003366;
	clear:both;
}

#Navi p{
	font-size:12px;
	line-height:30px;
	color:#FFF;
	margin:0 5px;
}

#topicPath{
	width:50%;
	float:left;
}

#Menu{
	width:50%;
	text-align:right;
	float:right;
}

#Menu img{
	margin:10px 0;
}

#Navi a:link {color: #D1E0EF;text-decoration: none;}
#Navi a:visited {color: #D1E0EF;text-decoration: none;}
#Navi a:hover {color: #88AFD7;text-decoration: underline;}
#Navi a:active {color: #88AFD7;text-decoration: underline;}

/*------------------------------------------------------*/
/*メインコンテンツエリア*/
/*------------------------------------------------------*/
#main{
	color:#333;
	width:530px;
	float:left;
}

.bodytxt{
	font-size:12px;
	line-height:150%;
	margin:5px 20px 10px 20px;
}

#main p{
	margin:0 0 12px 0;
}

#main blockquote{
	background-color:#E6EEF7;
	margin:10px;
	padding:3px;
	border:2px dotted #336699;
}

#main ul{	/*アーカイブのトップで使用*/
	font-size:12px;
	line-height:140%;
	margin:0 20px;
	list-style-type:none;
}

#main li{	/*アーカイブのトップで使用*/
	margin:5px 0;
	border-bottom:1px solid #D1E0EF;
}

#main h2{
	font-size:16px;
	font-weight: bold;
	color:#336699;
	border-bottom:3px solid #336699;
	margin:10px 10px 10px 0;
	padding:5px;
}

.blogbox{
	width:520px;
	border:1px solid #003366;
	margin:10px 0;
}

#main h3{
	font-size:14px;
	font-weight: bold;
	color:#FFF;
	background-color:#88AFD7;
	margin:1px;
	padding:3px;
/*	border-top:1px solid #D1E0EF;*/
/*	border-left:5px solid #88AFD7;*/
}

#main hr{
	background-color: #88AFD7;
	color: #88AFD7;
	border: none;
	height: 1px;
}

/*------------------------------------------------------*/
/*サブコンテンツエリア1*/
/*------------------------------------------------------*/
#sub1{
	width:200px;
	float:left;
}

#sub1 p{
	font-size:11px;
	line-height:140%;
	color:#666;
	margin:2px 0;
}

#sub1 h3{
	font-size:14px;
	color:#003366;
	font-weight:bold;
	margin:10px 0 5px 0;
}

#sub1 ul{
	font-size:12px;
	line-height:140%;
	margin:0 10px;
	list-style-type:none;
}

#sub1 img{
	margin:2px 0;
}


/*------------------------------------------------------*/
/*サブコンテンツエリア2*/
/*------------------------------------------------------*/
#sub2{
	width:200px;
	float:right;

}

#sub2 h2{
	font-size:12px;
	font-weight:bold;
	color:#999;
	margin:5px;
}

#sub2 p{
	font-size:12px;
	line-height:140%;
	color:#666;
	margin:5px;
}

#sub2 ul{
	font-size:12px;
	color:#000;
	margin:10px;
	list-style-type:none;
}


/*------------------------------------------------------*/
/*フッタ*/
/*------------------------------------------------------*/
#footer{
	width:100%;
	background-color:#003366;
	clear:both;
}

#footer p{
	font-size:12px;
	line-height:140%;
	text-align:right;
	color:#FFF;
	margin:5px 10px;
}

/*------------------------------------------------------*/
/*クリア*/
/*------------------------------------------------------*/
.cb{
	clear:both;
	}

