@charset "utf-8";

/* フラッシュ */

div#main_image_area{
	z-index:0;
	width:100%;
	height:400px;
	margin:10px auto 0 auto;
	padding:12px 0 0 0;
	background:#FFF url(../image/back/main_image_bk.png) repeat-x;
}

#main_image{
	width:940px;
	height:400px;
	margin:0 auto;
	padding:0;
	position:relative;
}

h2{
	z-index:1;
	margin:0 auto;
	padding:0;
	width:940px;
	height:376px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../image/photo/main_image.jpg) no-repeat;
}


/* The Nivo Slider styles */

#slider {
    width:920px;
    height:376px;
	background:url(../image/icon/loading.gif) no-repeat center;
}

#slider img {
	position:absolute;
	display:none;
}

 
/* The Nivo Slider */
.nivoSlider {
	position:relative;
	margin:0;
	padding:0;
	top:0;
	left:0;
}


/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}



/* 新着情報 */

div.news_area{
	width:678px;
	margin:5px 0 20px 10px;
	padding:0;
	background-color:#EFEFEF;
	overflow:hidden;
	border:1px solid #DFDFDF;
}


div.news{
	width:680px;
	height:320px;
	margin:10px auto;
	padding:0;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	overflow:scroll;
}

h3{
	margin:0;
	padding:15px 0 0 10px;
	text-align:left;
}


div.news_data{
	width:650px;
	margin:15px 0 15px 10px;
	padding:0 0 5px 0;
	font-size:80%;
	border-bottom:1px dotted #CCCCCC;
	overflow:hidden;
}

div.date{
	width:70px;
	margin:0;
	padding:0 0 0 5px;
	text-align:left;
	font-weight:bold;
	color:#006699;
	float:left;
}

div.headline{
	width:570px;
	margin:0;
	padding:0 0 0 5px;
	text-align:left;
	color:#454545;
	float:right;
}



p.news_btn{
	margin:0;
	padding:0;
	position:relative;
	top:-28px;
	left:550px;
	text-align:left;
}

p.news_btn a{
	width:106px;
	height:22px;
	background:#FFF url(../image/icon/news_btn.png) no-repeat;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

p.news_btn a:hover{
	background-position:0 -22px;
}





div.news2{
	width:680px;
	height:240px;
	margin:10px auto;
	padding:0;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	overflow:scroll;
}

.news2 p{
	margin:0;
	padding:15px 0 0 15px;
	line-height:1.8;
	font-size:80%;
}







/* お知らせ＆新着情報リスト */


dl.wl_list {
	width:650px;
	margin:0px 0 0 10px;
	padding:0 0 0 0px;
	overflow:hidden;
}

.wl_list dt {
	padding:0 10px 3px 55px;
	margin:5px 0 18px 0;
	font-size: 80%;
	clear: both;
	background:#FFF url(../image/icon/news_ic.png) no-repeat left;
}
.wl_list dd {
	padding: 2px 10px 5px 17px;
	margin:0 0 0px 0;
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	border-bottom: dotted 1px #CCCCCC;
}
.wl_list dt span {
	color: #006699;
	float: left;
	font-weight:bold;
	padding-top:2px;
	margin-right:15px;
}


ul#feed{
	margin:8px 0 0 10px;
	padding:0;
	list-style:none;
}


#feed li{
	font-size:80%;
	margin:0 0 8px 0;
	padding:0 0 0 10px;
	text-align:left;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	background:#FFF url(../image/icon/blog_ic.png) no-repeat;
}


#feed li span {
	color: #006699;
	float: left;
	font-weight:bold;
	padding-top:2px;
	margin-right:10px;
}




