@charset "utf-8";
/*##################################################
-------------LIST-------------
 00: Base
 01: revision
 --: clearfix
------------------------------
##################################################*/



/* --------------------------------------------------
 00: Base Style
 -------------------------------------------------- */

.center	{
	padding-top:20px;
}
.left	{
	width:480px;
	float:left;
}
.left h2	{
	background:url(../images/h2_news.gif) no-repeat;
	width:480px;
	height:21px;
	text-indent:-9999px;
}
.left dl {
	padding:10px 5px 5px 5px;
}
.left dl dt	{
	width:5em;
	color:#2d503c;
}
.left dl dd	{
	margin:-1.4em 0 1px 7em;
}
.left dl dd	a:link{text-decoration: underline;color: #13544d;}
.left dl dd	a:visited{text-decoration: underline;color: #13544d;}
.left dl dd	a:hover{text-decoration: none;color: #37857d;}
.left dl dd	a:active{text-decoration: none;color: #37857d;}

.left p {
	text-align:right;
	padding: 0 10px 5px 0;
}
.left p a{
	color:#08413b;
	background:url(../images/news_arw.gif) 0 2px no-repeat;
	padding: 0 0 0 10px;
}
.left ul li {
	width:236px;
	height:77px;
	float:left;
	padding-top:10px;
}

.right {
	width:240px;
	float:right;
}
.right p {
	padding-top:15px;
}
.left p.yaki {
	text-align:left;
	padding: 20px 0 0 5px;
}
.left p.yaki a{
	background:url(../common/images/icon_brwin.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
}
.left p.yaki span{
	font-size:84%;
}
.left p.yaki a:link{text-decoration: underline;color: #13544d;}
.left p.yaki a:visited{text-decoration: underline;color: #13544d;}
.left p.yaki a:hover{text-decoration: none;color: #37857d;}
.left p.yaki a:active{text-decoration: none;color: #37857d;}
/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
#main,
.center,
.left ul	{zoom:1;}
/* for IE5 Mac start ¥*//*/
#main,
.center,
.left ul	{display:inline-table;}
/*for IE5 Mac end */
#main:after,
.center:after,
.left ul:after	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}