@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for index style
	
*/


/* 1.for index style
===============================================================*/
div#mainLeft{
	float:left;
	display:inline;
	width:430px;
}
div.section h3{
	margin-bottom:5px;
	padding-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
    color:#FFBF00;
	background:url(../images/bg_title_dot.gif) repeat-x bottom left;
}
.date{
	margin:0 10px 5px 0;
	text-align:right;
	color:#555;
	font-size:0.8em;
}
.date a:link{
	color:#555;
	text-decoration:underline;
}
.date a:visited{
	color:#555;
	text-decoration:underline;
}
.date a:hover{
	color:#999;
	text-decoration:underline;
}
.date a:active{
	color:#555;
	text-decoration:underline;
}
div.section p{
	margin-bottom:15px;
}
div.section ul{
	margin:0 0 15px 30px;
	list-style:disc;
}
div.section ol{
	margin:0 0 15px 30px;
	list-style:decimal;
}
.newsBt{
	margin-top:15px;
	text-align:right;
}
.pageNav li{
	float:left;
	margin-right:20px;
}
div#mainRight{
	float:right;
	display:inline;
	width:202px;
}
div#mainRight img{
	vertical-align:bottom;
}
div#mainRight h3{
	margin-bottom:5px;
}
div#mainRight ul{
	margin-bottom:20px;
}
div#mainRight li{
	padding-left:10px;
	background:url(../../common/images/ico_shop.gif) no-repeat 0 6px;
}
p.pagetitle{
	margin-bottom:20px;
}
