@charset "utf-8";
/* CSS Document */


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* wrapper
---------------------------------------------------*/
div#wrapper {
	width: 910px;
	margin: 0px auto;
	background-image: url(img_new/page_top_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#content {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
}

div#content p.main {
	padding: 20px 0px 15px 0px;
}

div#content div.parent {
	padding-top: 20px;
}

div#content div.left {
	float: left;
	width: 535px;
	text-align: right;
}

div#content div.right {
	float: right;
	width: 360px;
}

div#content div#nav {
	width: 341px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

div#content div#nav ul {
	width: 340px;
	margin: 0px;
	padding: 0px;
}

div#content div#nav ul li {
	width: 340px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#content div#news {
	width: 341px;
	background-image: url(img_new/news_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#content div.overflow {
	width: 320px;
	height: 180px;
	margin: 5px auto;
	overflow: auto;
}

div#content div#news dl {
	width: 300px;

}

div#content div#news dl dt,
div#content div#news dl dd {
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5;

}

div#content div#news dl dt {
	padding-left: 20px;
	width: 280px;
	background-image: url(img_new/news_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content div#news dl dd {
	padding-left: 20px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	width: 280px;
	border-bottom: 1px dashed #666666;
}

div#content div#news div.none {
	height: 5px;
	background-image: url(img_new/news_lower.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

div#content div#news dl dd a:link {
	color: #005cac;
	text-decoration: none;
}

div#content div#news dl dd a:visited {
	color: #005cac;
	text-decoration: none;
}

div#content div#news dl dd a:hover {
	color: #F60;
	text-decoration: none;
}

div#content div#news2 {
	margin: 10px auto;
	width: 505px;
	background-image: url(img_new/news_bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

div#content div#news2  div.overflow {
	width: 480px;
	margin: 5px auto;
	overflow: auto;
}


div#content div#news2 dl {
	width: 440px;

}

div#content div#news2 dl dt,
div#content div#news2 dl dd {
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5;

}

div#content div#news2 dl dt {
	padding-left: 20px;
	width: 440px;
	background-image: url(img_new/news_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content div#news2 dl dd {
	padding-left: 20px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	width: 440px;
	border-bottom: 1px dashed #666666;
}

div#content div#news2 div.none {
	height: 5px;
	background-image: url(img_new/news_lower2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

div#content div#news2 dl dd a:link {
	color: #005cac;
	text-decoration: none;
}

div#content div#news2 dl dd a:visited {
	color: #005cac;
	text-decoration: none;
}

div#content div#news2 dl dd a:hover {
	color: #F60;
	text-decoration: none;
}


span.red {
	color: #C00;	
}

div#okome {
	width: 340px;
	height: 326px;
	background-image: url(img_new/okome_waku_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;		
}

div#okomesetsu {
	overflow: auto;
	width: 320px;
	height: 200px;
	padding-top: 0px;
	margin: 0 auto 10px auto;
	background-color: #fff;
	background-image: url(img_new/okome_bg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

div#okomesetsu p {
	font-size: 0.9em;
	line-height: 1.4;
	padding: 0px 0px 8px 0px;
	text-align: left;
	background: none;
}


