
/*----------------------------------------------------------------------------------------
                                       メインimg
----------------------------------------------------------------------------------------*/

#main_img{
	width:913px;
	height:230px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#top_contents{
	width:430px;
	height:auto;
	float:left;
	padding:0px 10px 0px 25px;
	_padding:0px 13px 0px 25px;
	background-color:#FFFFFF;
}

/*-----ここからIE7用記述-----*/
*:first-child+html #top_contents{
　　width: 430px;
    height:auto;
	float: left;
	padding:0px 13px 0px 25px;
	background-color:#FFFFFF;
}
 /*-----IE7用記述ここまで-----*/

#top_contents ul{
	margin:10px 0 10px 20px;
	padding:0px;
}
#top_contents ol{
	margin:10px 0 10px 20px;
	padding:0px;
}
#top_contents p{
	margin:10px 0 10px 2px;
}

/*----------------------------------------------------------------------------------------
                                      コンテンツ
----------------------------------------------------------------------------------------*/
#cts_01{
	width:320px;
	height:110px;
	background-image:url(../images/pic_01.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 0 0 110px;
	border-bottom:#333333 dotted 1px;
}
#cts_02{
	width:320px;
	height:auto;
	background-image:url(../images/pic_02.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 0 0 110px;
	border-bottom:#333333 dotted 1px;
}

