@charset "utf-8";
/* top.css */

/*　トップページ設定
////////////////////////////////////////////////////*/

#wrapper_outside {
	background: url(../img/wrapper_all_back.gif) repeat-x top left;
	width: 100%;
}

#contents {
	width: 760px;
	float: right;
}

#contents .catch {
	padding: 30px 0 0 0;
	text-align: center;
}

#contents .parent_box {
	margin: 30px 0 0 0;
	overflow: hidden;
}

/* メインビジュアル */

#main_visual {
	width: 760px;
	float: right;
}

#slider {
	margin: 0 auto;
	width: 760px;
	height: 350px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
 
#slider img {
	top: 0;
	left: 0;
	position: absolute;
}

/*　新着情報設定
////////////////////////////////////////////////////*/

#news_box {
	margin: 0 0 80px 0;
}

#news_box .parent_box {
	background: url(../img/news_back.png) no-repeat left top;
	margin: 15px 0 0 10px;
}

.news_wrap {
	width: 746px;
	height: 171px;
	margin: 2px;
}

.news_contents {
	width: 746px;
	overflow: hidden;
}

.news_title {
	width: 110px;
	float: left;
	margin: 20px 0 20px 20px;
}

#news_box .child_box {
	background: url(../img/news_line.gif) no-repeat left bottom;
	overflow-y: scroll;
	width: 590px;
	height: 151px;
	float: right;
	padding: 20px 0 0 0;
}


#news_box dl {
	background: url(../img/news_line.gif) no-repeat left top;
	width: 560px;
	padding: 10px 0;
	overflow: hidden;
}

#news_box dl dt {
	width: 115px;
	float: left;
}

#news_box dl dd {
	width: 440px;
	float: left;
}

