@charset "utf-8";


/* ****************************************_**************************************** */


/* promotion_area */

div#promotion_area {
	height: 90px;
	background: url(/images/common/oblique_line_bg.gif) top center repeat;
}

/* ****************************************_**************************************** */

/* contents_area */

div#main_contents {
	clear:both;
	margin-top:20px;
	padding:0;
}

#main_contents h3 {
	margin:0;
	padding:0;
	height:40px;
	text-indent:-9999px;
	clear:both;
}

#main_contents h3#news2006 {
	background: url(/images/news/subtitle2006.gif) no-repeat top center;
}

#main_contents h3#news2007 {
	background: url(/images/news/subtitle2007.gif) no-repeat top center;
}

#main_contents h3#news2008 {
	background: url(/images/news/subtitle2008.gif) no-repeat top center;
}


#main_contents h3#news2009 {
	background: url(/images/news/subtitle2009.gif) no-repeat top center;
}

#main_contents h3#news2010 {
	background: url(/images/news/subtitle2010.gif) no-repeat top center;
}

#main_contents h3#news2011 {
	background: url(/images/news/subtitle2011.gif) no-repeat top center;
}

#main_contents h3#news2012 {
	background: url(/images/news/subtitle2012.gif) no-repeat top center;
}

#main_contents dl {
	margin:0;
	padding: 20px 0 0 0;
}

#main_contents dl a:link {
	color:#595959;
	text-decoration: none;
}
#main_contents dl a:visited {
	text-decoration: none;
	color:#595959;
}
#main_contents dl a:hover {
	text-decoration: underline;
	color:#888888;
}
#main_contents dl a:active {
	text-decoration: none;
	color:#595959;
}

#main_contents dl dt {
	display: block;
	float: left;
	width: 120px;
	padding:0 15px 0 0;
	margin: 5px 10px 0 0;
	clear: both;
	background: url(/images/common/arrow01.gif) no-repeat center right;
}

#main_contents dl dd {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 5px 105px;
	background: url(/images/common/dotline.gif) bottom center repeat-x;
}



/* ****************************************_**************************************** */




