/*------------------------------------------------------*/
/*基本レイアウト　style.css	T.N.K.Japan　2010/03/20*/
/*------------------------------------------------------*/

body,h1,h2,h3,h4,h5,p,div,ul,ol,li,form,hr,img{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFF;
	background-image:url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

/*------------------------------------------------------*/
/*全体の設定*/
/*------------------------------------------------------*/

/*リンク*/
a:link {color: #0088CC;text-decoration: none}
a:visited {color: #0088CC;text-decoration: none}
a:hover {color: #0088CC;text-decoration: underline}
a:active {color: #F39;text-decoration: underline}

/*強調*/
strong{
	color:#CC3300;
	font-weight: normal;
}

/*日付の表示（spanで使用）*/
.date{
	color:#006;
}

/*コンテンツ下部のナビ*/
#footNavi{
	border-top:1px solid #639C31;
	text-align:right;
	clear:both;
}

#footNavi p{
	font-size:10px;
	margin:5px;
}

li{
	padding-bottom:5px;
}

/*------------------------------------------------------*/
/*全体のボックス*/
/*------------------------------------------------------*/
#container{
	width:940px;
	margin:0px auto;
	text-align:left;
	background-color:#FFF;
	background-image:url(../img/bg_container.jpg);
	background-repeat: repeat-y;

}

/*------------------------------------------------------*/
/*ヘッダ*/
/*------------------------------------------------------*/
#header{
	width:100%;
	height:100px;
	background-image: url(../img/bg_title.jpg);
}

#header h1{
	visibility:hidden;
	font-size:2px;
}

.headtxt{
	width:500px;
	font-size:12px;
	line-height:140%;
	color:#333;
	margin:25px 0 0 50px;
	float:left;
}

/*------------------------------------------------------*/
/*ナビ	左パンくず右メニュー*/
/*------------------------------------------------------*/
#Navi{
	width:100%;
	height:30px;
	background-color:#FFF;
	background-image:url(../img/bg_container.jpg);
	background-repeat: repeat-y;
	clear:both;
}

#Navi p{
	font-size:12px;
	line-height:30px;
	color:#999;
	margin:0 10px;
}

#topicPath{
	width:50%;
	float:left;
}

#Menu{
	width:50%;
	text-align:right;
	float:right;
}

#Menu img{
	margin:10px 0;
}

#Navi a:link {color: #000;text-decoration: none;}
#Navi a:visited {color: #000;text-decoration: none;}
#Navi a:hover {color: #F39;text-decoration: underline;}
#Navi a:active {color: #FF39;text-decoration: underline;}

/*------------------------------------------------------*/
/*メインコンテンツエリア*/
/*------------------------------------------------------*/
#main{
	color:#333;
	width:530px;
	float:left;
}

.bodytxt{
	font-size:12px;
	line-height:150%;
	margin:5px 20px 20px 30px;
}

#main p{
	margin:0 0 5px 0;
}

#main ul{
	font-size:12px;
	line-height:140%;
	margin:0 20px 0 30px;
	list-style-type:none;
}

#main li{
	margin:5px 0;
	border-bottom:1px solid #EEEEEE;
}

#main h2{
	font-size:16px;
	font-weight: bold;
	color:#404040;
	border-bottom:3px solid #404040;
	margin:10px;
	padding:5px;
}

#main h3{
	width:510px;
	height:30px;
	font-size:14px;
	line-height:30px;
	font-weight: bold;
	color:#404040;
	background-image: url(../img/bg_h3.jpg);
	background-repeat: no-repeat;
	margin:10px;
	padding:0 15px;
/*	border-top:1px solid #EEEEEE;	*/
/*	border-left:5px solid #B88C89;	*/
}

#main h4 {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin:5px 0;
}

#main hr{	/*FAQのQとAの区切り線*/
	background-color: #A7CBDE;
	color: #A7CBDE;
	border: none;
	height: 1px;
}

.captionCat{	/*各記事下部のカテゴリリンク*/
	font-size:10px;

}

.captionCat a:link{
	font-size: 10px;
	color: #F76300;
	text-decoration: none;
	border: 1px solid #F76300;
	padding:0 2px;
}

.captionCat a:visited{
	font-size: 10px;
	color: #F76300;
	text-decoration: none;
	border: 1px solid #F76300;
	padding:0 2px;
}

.captionCat a:hover{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F76300;
	border: 1px solid #F76300;
	padding:0 2px;
}

.captionCat a:active{
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #F76300;
	border: 1px solid #F76300;
	padding:0 2px;
}


/*------------------------------------------------------*/
/*サブコンテンツエリア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:#404040;
	font-weight:bold;
	margin:10px 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;
}

#sub2 h4{
	font-size:12px;
	height:29px;
	line-height:29px;
	background-color:#EEE;
	padding:0 5px;
}

#rakuten{
/*	border-bottom:1px solid #EEE;	*/
}


#rakuten p{
	font-size:10px;
	line-height:140%;
	border-bottom:1px dotted #EEE;
	margin:0 0 10px 0;
	padding:5px;
}

#rakuten img{
	display:block;
	margin: 0 auto;
	text-align: center;
}

/*------------------------------------------------------*/
/*フッタ*/
/*------------------------------------------------------*/
#footer{
	width:100%;
	height:40px;
	background-color:#FFF;
	border-top:1px solid #EEE;
	clear:both;
}

#footer p{
	font-size:12px;
	line-height:40px;
	text-align:right;
	color:#333;
	margin:0 10px;
}

/*------------------------------------------------------*/
/*クリア*/
/*------------------------------------------------------*/
.cb{
	clear:both;
	}

