/* トップページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*---------------- 左コンテンツの設定 */
#main_left {
	width: 650px;
	padding: 20px 0px 0px 0px;
	float: left;
	vertical-align: top;
}
/*---------------- 右コンテンツの設定*/
#main_right {
	width: 220px;
	padding: 20px 0px 0px 0px;
	float: right;
	vertical-align: top;
}

/*---------------- トップサイドバナー*/
#top_banner {
	width:250px;
	margin: 0px auto;
	padding: 0px;
}
#top_banner img {
	padding: 0px 0px 15px 0px;
	vertical-align:bottom;
}

/*-------------------- 	トピックス*/

div#topics {
	width: 640px;
	padding: 5px;
	overflow:auto;
}
#topics dt{
	width: 110px;
	margin:  7px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	background-image: url(../image/icon_dot_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#topics dd{
	margin-top:  -1.5em;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 0px 5px 111px;
}

/*-------------------- 	*/
.top_intro_01 {
	width:650px;
	padding: 0px;
	background-image: url(../image/top_01.jpg);
	background-position: center top;
	height: 54px;
	margin: 0px auto;
}
.top_intro_02 {
	width:560px;
	padding: 0px 40px 50px 50px;
	background-image: url(../image/top_02.jpg);
	background-position: center bottom;
	margin: 0px auto;
}
.top_intro_02 p {
	font-size: 110%;
	line-height: 160%;
}
.top_intro_02 img {
	padding: 0px 0px 0px 10px;
}

/*-------------------- 	*/
.top_intro_03 {
	width:630px;
	padding: 0px;
	margin: 30px auto 0px;
}
.top_intro_03 img {
	padding: 0px 20px 0px 0px;
}
.top_intro_03 p {
	padding: 30px 0px 0px 0px;
	line-height: 160%;
}
