@charset "utf-8";

/* メインイメージ */

#main_image{
	width:610px;
	height:350px;
	margin:0 0 0 5px;
	padding:0;
	background:#FFF url(../image/back/main_image_bk.jpg) no-repeat;
	position:relative;
	overflow:hidden;
}

h2{
	margin:0;
	padding:0;
	width:530px;
	height:280px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	background:#FFF url(../image/photo/main_image.jpg) no-repeat center;
	position:relative;
	top:38px;
	left:40px;
}



/* 紹介 */

div#info{
	width:600px;
	height:150px;
	margin:15px 0 0 10px;
	padding:0;
	background:#fff url(../image/back/top_h3_bk.png) no-repeat;
}

h3{
	margin:0;
	padding:45px 150px 0 20px;
	font-size:80%;
	color:#454545;
	font-weight:normal;
	line-height:1.8;
	text-align:left;
}




/* お知らせ */

p.news_tit{
	margin:10px 0 0 10px;
	padding:0;
	text-align:left;
}

div#news{
	width:600px;
	margin:0;
	padding:0;
}



#news ul{
	width:410px;
	margin:0;
	padding:6px 0 0 10px;
	list-style:none;
}

#news li{
	font-size:80%;
	line-height:1.2;
	margin:0 0 0 5px;
	padding:8px 0 8px 50px;
	background:#FFF url(../image/icon/topics_mk.png) no-repeat left;
}

#news li span{
	font-weight:bold;
	color:#006699;
}

p.news_back{
	margin:0;
	padding:0;
	float:right;
}

p.news_back a{
	width:174px;
	height:21px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#FFF url(../image/obj/news_bk_btn.png) no-repeat;
}

p.news_back a:hover{
	background-position:0 -21px;
}






dl.wl_list{
	width:580px;
	margin:0 0 0 10px;
	padding:5px 0 0 8px;
}

.wl_list dt {
	padding:0 10px 10px 48px;
	margin:6px 0 0 0;
	font-size: 80%;
	clear: both;
	background:#FFF url(../image/icon/topics_mk.png) no-repeat left top;
	text-align:left;
}
.wl_list dd {
	padding:7px 10px 10px 8px;
	margin:0;
	font-size: 80%;
	line-height: 1.8;
	color: #333333;
	border-bottom: dotted 1px #CCCCCC;
}
.wl_list dt span {
	color: #006699;
	float: left;
	font-weight:bold;
	padding-top:2px;
	margin-right:15px;
}










