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


/*======== reset & clear ========*/

@import "common/reset.css";
@import "common/clearfix.css";


/*======== main style ========*/

@import "common/layout.css";


/*======== IE ========*/

@import common/ie.css;


/*======== windows IE 5.x ========*/

@media tty {
	i{content:"\";/*" "*/}} @import '../win-ie5x.css'; /*";}
}/* * /


/*======== detail ========*/
#header ul#gnav{
	position:absolute;
	left:4px; top:304px;
}

/* main---------------*/
#mainContainer #mainArea {
	
}

/*box*/

.topbox1 {
	position:relative; clear:both;
	width:908px; margin:10px 0; padding:19px 0;
	background:url(../images/top/topbox_bg.gif) repeat-y 0 0;
}
.topbox1 .bgT {
	position:absolute;
	top:0px; left:0px;
	width:908px; height:19px;
	background:url(../images/top/topbox_bg_t.gif) no-repeat 0 0;
}
.topbox1 .bgB {
	position:absolute;
	bottom:0px; left:0px;
	width:908px; height:19px;
	background:url(../images/top/topbox_bg_b.gif) no-repeat 0 0;
}


.topbox2 {
	position:relative; clear:both;
	width:908px; margin:10px 0 0 0; padding:19px 0;
	background:url(../images/top/topbox2_bg.gif) repeat-y 0 0;
}
.topbox2 .bgT {
	position:absolute;
	top:0px; left:0px;
	width:908px; height:19px;
	background:url(../images/top/topbox_bg_t.gif) no-repeat 0 0;
}
.topbox2 .bgB {
	position:absolute;
	bottom:0px; left:0px;
	width:908px; height:19px;
	background:url(../images/top/topbox_bg_b.gif) no-repeat 0 0;
}

/* brand */
.brand {
	margin:0 0 0 19px;
}
.brand ul { margin-top:15px;}
.brand li{float:left; margin-right:15px; }

/* news */
.news {
	float:left;
	width:530px;
	margin:0 0 0 19px;
	_display:inline;
}
.news dl{
	margin:10px 15px;
	line-height:1.4;
}
.news dt{
	background:url(../images/bullet_01.gif) no-repeat 0 0.4em;
	font-weight:bold;
	margin-top:15px;
	padding-left:10px;
}
.news dt:first-child{ margin:0; }
.news dd{
	padding-left:10px;
}

/* topic */
.topics {
	float:right;
	width:310px;
	margin:0 19px 0 0;
	_display:inline;
}
.topics dl{
	margin:10px 15px;
	line-height:1.4;
}
.topics dt{
	background:url(../images/bullet_01.gif) no-repeat 0 0.4em;
	font-weight:bold;
	margin-top:15px;
	padding-left:10px;
}
.topics dt:first-child{ margin:0; }
.topics dd{
	padding-left:10px;
}