@charset "utf-8";



/* wrapper
---------------------------------------------------- */
#wrapper{
	margin-top: 55px;

}
/* wrapper
---------------------------------------------------- */
#gnav{
	position: absolute;
	top: 345px;
}
#topcatchimage {
	margin-bottom: 20px;
}



/* mainContents
---------------------------------------------------- */
#mainContents{
	float:left;
	width:652px;
	background-image: url(../img/top_contents_bg_roop.gif);
	background-repeat: repeat-y;
}
#news {
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#news ul li   {
	position:relative;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
}
#news ul li .date  {
	position:absolute;
	top:0;
	left:0;
	float:left;
	padding-left: 15px;
	background-image: url(../img/news_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 5px;
	font-weight: bold;
	color: #4D0000;
}
#news ul li {
	display:block;
	padding-left: 9em;
}
#news ul li .info a {
	color: #BF0000;
	text-decoration: underline;
}
#news ul li .info a:hover{
	color: #F30;
	text-decoration: underline;
}

.info{
	display:block;
	margin-bottom: 10px;
}
#news li  {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 60px;
	font-size: 85%;
	line-height: 17px;
}
#attention ul li {
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*#news li:last-child   {
	border-bottom-style: none;
}
*/
#attention {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
}
.orange {
	color: #F56901;
}
.textSmall {
	font-size: 95%;
}
