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


/* index==========================

	1.for index style
	
*/


/* 1.for index style
===============================================================*/
div#main{
	float:left;
}
div#sideBar{
	float:right;
}

/* FirstTime */
div#firstTime{
	background:url(../img/top_firsttimemid.gif) repeat-y;
}
div#firstTime ul{
	padding:0 0 7px 8px;
	background:url(../img/top_firsttimebot.gif) no-repeat bottom;
}
div#firstTime li{
	float:left;
	display:inline;
	margin-left:2px;
}

/* Case */
div#case h3{
	margin-bottom:15px;
}
div#case ul{
	margin:0 5px;
}
div#case li{
	margin-bottom:7px;
	padding-bottom:7px;
	background:url(../common/image/dot.gif) repeat-x bottom;
}
div#case li a{
	margin-right:5px;
	padding:2px 0 2px 40px;
	background:url(../img/top_caseico.gif) no-repeat 0 2px;
}

/* News */
div#news h3{
	margin-bottom:15px;
}
div#news dl{
	margin:0 5px;
}
div#news dt{
	float:left;
	margin:0 5px;
	width:105px;
	line-height:19px;
	text-align:center;
	color:#6b5800;
	font-weight:bold;
	background:url(../img/top_newsbg.gif) no-repeat;
}
div#news dd{
	margin:0 0 7px 120px;
	padding:1px 0 7px;
	background:url(../common/image/dot.gif) repeat-x bottom;
}