@charset "Shift_JIS";

/* CSS Document */

body {
	background:#FFCCFF;
	text-align:center;
}

#wrapper {
	background: url(../images/news_bg.jpg) top center no-repeat;
	/*background-size:2450px;*/
	margin: 0 auto;
	text-align:center;
	height:1150px;
}

#main{
	width:950px;
	background:url(../images/news_img.jpg) top center no-repeat;
	margin:0 auto;
	text-align:left;
	padding-bottom:100px;
}

.title{
	width:380px;
	float:left;
	margin-top:8px;
}

#menu{
	background:url(../images/news_menu.jpg) top center no-repeat;
}

#news{
	width:950px;
	height:805px;
	margin-top:21px;
	background:url(../images/news_main.jpg) top center no-repeat;
	position:relative;
}

#news .news_inner{
	width:820px;
	height:500px;
	overflow: auto;
	color:#630;
	font-size:14px;
	line-height:1.4em;
	position:absolute;
	top:170px;
	left:65px;
}

#news .news_inner dl {
	background:url(../images/news_line.gif) bottom repeat-x;
	padding-bottom:8px;
	margin-bottom:8px;
}

#news .news_inner dt {
	margin: 0;
	width: 100px;
	float: left;
	clear: both;
	background:url(../images/news_icon.gif) right no-repeat;
	font-size:12px;
}

#news .news_inner dd {
	margin: 0 0 0 105px;
	width: 700px;
	font-size:14px;
	line-height:1.4em;
}

#news .news_inner dd a {
	color: #09F;
}

#news .news_inner dd a:hover {
	text-decoration: none;
}