/*------------------------------------------------------*/
/*基本レイアウト　chillout2007.css*/
/*------------------------------------------------------*/

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: #639C31;text-decoration: none}
a:visited {color: #639C31;text-decoration: none}
a:hover {color: #639C31;text-decoration: underline}
a:active {color: #639C31;text-decoration: underline}

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

/*コンテンツ下部のナビ*/
#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-image: url(../images/bg_sub2.gif);
	background-repeat: repeat-y;
}

/*------------------------------------------------------*/
/*ヘッダ*/
/*------------------------------------------------------*/
#header{
	width:100%;
}

#header h1{
	font-size:12px;
	font-weight: normal;
	line-height:150%;
	margin:10px 10px 0 0;
}

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

#header1{
	width:340px;
	float:left;
}

#header2{
	width:600px;
	float:right;
}

/*------------------------------------------------------*/
/*ナビ*/
/*------------------------------------------------------*/
#navi{
	width:100%;
	height:30px;
	margin:0 0 10px 0;
	clear:both;
}

/*------------------------------------------------------*/
/*パン屑*/
/*------------------------------------------------------*/
#topicPath{
	width:100%;
	clear:both;
}

#topicPath p{
	font-size:12px;
	color:#666;
	margin:5px;
}

#topicPath a:link {color: #000000;text-decoration: none;}
#topicPath a:visited {color: #000000;text-decoration: none;}
#topicPath a:hover {color: #FF0000;text-decoration: underline;}
#topicPath a:active {color: #FF0000;text-decoration: underline;}

/*------------------------------------------------------*/
/*メインコンテンツエリア*/
/*TOP PAGE のみで使用するレイアウトはtop.cssに記述*/
/*------------------------------------------------------*/
#main{
	color:#333;
	width:530px;
	float:left;
}

.bodytxt{	/*MTでpは危険なのでdivで対応*/
	font-size:12px;
	line-height:150%;
	margin:5px 10px 10px 20px;
}

.bodytxt ul{
	margin:0 20px;
}

#main img{
	margin:3px;
}

#main h1{
	font-size:16px;
	font-weight: bold;
	color:#1A9644;
	border-bottom:3px solid #1A9644;
	margin:15px 0;
	padding:5px;
}

#main h2{
	font-size:14px;
	font-weight: bold;
	color:#438EB5;
	margin:5px 10px;
	padding:3px;
	border-top:1px solid #EEEEEE;
	border-left:5px solid #438EB5;
}

#main h3 {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin:5px 0;
}

#main h4 {
	font-size: 12px;
	font-weight: bold;
	color:#333;
	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:right;
}

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

#sub1 img{
	margin:2px 0;
}

#sub1 a:link {color: #666;text-decoration: none;}
#sub1 a:visited {color: #666;text-decoration: none;}
#sub1 a:hover {color: #FF3300;text-decoration: underline;}
#sub1 a:active {color: #FF3300;text-decoration: underline;}

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

}

#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:#FFF;
	border-top:1px solid #CCC;
	clear:both;
}

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

#footer a:link {color: #666;text-decoration: none;}
#footer a:visited {color: #666;text-decoration: none;}
#footer a:hover {color: #666;text-decoration: underline;}
#footer a:active {color: #666;text-decoration: underline;}

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

