@charset "utf-8";
/* top */
/*トップページの設定*/

/*---------------*/
/*上のボックス*/
/*---------------*/

#content{
	width:870px;
	height:auto;
	margin-bottom:2px;
	padding:30px;
	background-color:#FFFFFF;
}

#content h2{
	width:870px;
	height:20px;
	text-indent:-9999px;
	background:url(../../images/h2_index.gif) no-repeat;
	margin-bottom:30px;
}

#content div#h3_box{
	margin-bottom:25px;
	border-bottom:#CCCCCC solid 1px;
}

#content div#h3_box div#h3_01{
	display:block;
	width:420px;
	height:auto;
	float:left;
}

#content div#h3_box div#h3_01 h3{
	width:420px;
	height:40px;
	text-indent:-9999px;
	background:url(../../images/h3_index01.gif) no-repeat;
	margin-bottom:20px;
}

#content div#h3_box div#h3_02{
	display:block;
	width:420px;
	height:auto;
	float:right;
}

#content div#h3_box div#h3_02 h3{
	width:420px;
	height:40px;
	text-indent:-9999px;
	background:url(../../images/h3_index02.gif) no-repeat;
	margin-bottom:20px;
}

/*リスト*/
#content div#h3_box ul{
	margin-bottom:20px;
}

#content div#h3_box ul li{
	background:url(../../images/list.gif) no-repeat 0px 0.3em;
	padding-left:14px;
	margin-bottom:0.5em;
}

/*お問い合わせ*/
#content div#contactus{
	clear:both;
	width:870px;
	height:75px;
}

#content div#contactus div#left{
	width:600px;
	float:left;
	padding-top:20px;
	font-size:14px;
	line-height:20px;
}

#content div#contactus div#right{
	width:240px;
	float:right;
}

/*---------------*/
/*下のボックス*/
/*---------------*/

#newsbox{
	width:930px;
	height:200px;
}

/*news*/
#newsbox div#news{
	width:422px;
	height:158px;
	float:left;
	padding:21px;
	background-color:#FFFFFF;
}

#newsbox div#news h4{
	width:422px;
	height:50px;
	text-indent:-9999px;
	background:url(../../images/h4_index01.gif) no-repeat;
	margin-bottom:12px;
}

#newsbox div#news p{
	padding-left:5px;
}

/*atl*/
#newsbox div#atl{
	width:422x;
	height:158px;
	float:right;
	padding:21px;
	background-color:#FFFFFF;
}

#newsbox div#atl h4{
	width:422px;
	height:50px;
	text-indent:-9999px;
	background:url(../../images/h4_index02.gif) no-repeat;
	margin-bottom:12px;
}

#newsbox div#atl p{
	padding-left:5px;
}

/*共通　テキスト部分　文字数が多くなったら自動でスクロールバーを表示*/
#newsbox div.textbox{
	width:422px;
	height:80px;
	overflow:auto;
	margin-bottom:5px;
}

/*RSS*/
#newsbox div.rss{
	width:422px;
	text-align:right;
}