@charset "UTF-8";


/* for wrap container
-------------------------------------------------------------*/
#wrap {
	padding: 0;
	width: 900px;
}

#container {
	width: 900px;
}

/* for header
-------------------------------------------------------------*/
#wrap #header {
	border-top: none;
}

*html #wrap #header {
	height: 38px;
}

#wrap #header h1 {
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 5px;
	background: #FF7700;
}

#wrap #headerL {
	width: 408px;
	float: left;
	padding: 10px 0;
	background: none;

}
#wrap #headerL #logo {
	float: left;
	margin-left: 9px;
}
#wrap #headerL #txt {
	width: 266px;
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	color: #484228;
	font-size: 11px;
}

* html #wrap #headerL #txt {/*for IE6*/
	width: 236px;
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	color: #484228;
	font-size: 11px;
}

#wrap #headerR {
	width: 479px;
	float: right;
	padding-top: 5px;
	
}
#wrap #headerR .btn {
	width: 97px;
	float: left;
}

#wrap #headerR #sitemap {
	width: 97px;
	float: left;
	margin-top: 14px;
}

#wrap #headerR .tel {
	width: 171px;
	float: left;
}




/* for mainbox
-------------------------------------------------------------*/
#mainbox {
	height: 574px;
	width: 882px;
	clear: both;
	border-top: 9px solid #FF7700;
	border-right: 9px solid #FF7700;
	border-left: 9px solid #FF7700;
}

#fla {
	width: 882px;
	height: 534px;
}

#gnavi {
	width: 882px;
}

/* for mainContent
-------------------------------------------------------------*/
#mainContent {
	padding: 0 9px;
}

/* for contentL
-------------------------------------------------------------*/
.contentL {
	width: 501px;
	float: left;
}

.contentL table td {
	vertical-align:bottom;
}

/* for news topics
----------------------------------*/
.contentL dl {
	margin-top: 5px;
	margin-left: 17px;
}

.contentL dl dt {
	font-size: 11px;
	font-weight: bold;
	background: url(../images/top/news_icon.gif) no-repeat left center;
	padding-top: 5px;
	padding-left: 15px;
}

.contentL dl dd {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	font-size: 11px;
}

/* for item
----------------------------------*/
.contentL table.itembox {
	margin-top: 20px;
	margin-left: 17px;
}

.contentL table.itembox td {
	vertical-align:top;
	padding-bottom: 20px;
}

.contentL table.itembox td.item {
	width: 70px;
}

.contentL table.itembox td.itemR {
	width: 70px;
	padding-left: 5px;
}

.contentL table.itembox td.txt {
	width: 170px;
	padding-left: 10px;
}

*html .contentL table.itembox td.txt {
	width: 155px;
	padding-left: 10px;
	line-height: 160%;
	font-size: 11px;
}

.contentL table.itembox td.txt span {
	color: #666666;
	font-size: 10px;
}

.contentL .bannerboxTop {
	margin-left: 10px;
	width: 246px;
	margin-top: 20px;
}

.contentL .bannerbox {
	margin-left: 1px;
	width: 486px;
	padding-top: 10px;
	clear: both;
	overflow: hidden;
}

*html .contentL .bannerbox {/*for IE6*/
	margin-left: 1px;
	width: 246px;
	margin-top: 0px;
	clear: both;
	overflow: hidden;
}

*:first-child+html .contentL .bannerbox {/*for IE7*/
	margin-left: 1px;
	width: 486px;
	margin-top: 0px;
	clear: both;
	overflow: hidden;
}

.contentL .bannerL {
	float: left;
}

.contentL .bannerR {
	width: 246px;
	float: left;
	margin-left: 15px;
}
.contentL .bannerR img{
	margin-bottom: 5px;
}

.contentL .bannerR img.b_top{
	margin-top: 20px;
}

/* for contentR
-------------------------------------------------------------*/
.contentR {
	width: 371px;
	padding-bottom: 18px;
	float: right;
	background: url(../images/top/seminar_bottom.gif) no-repeat left bottom;
}

.contentR #infobox {
	width: 306px;
	border-right: 4px solid #e0dfc2;
	border-left: 4px solid #e0dfc2;
	padding: 0 16px;
	margin-left: 9px;
	background: #fffff5;
}

.contentR dl {
	width: 306px;
	margin: 0 auto;
}

.contentR #infobox p {
	font-size: 11px;
	padding-top: 10px;
}

.contentR #infobox p span {
	color: #FF7700;
	padding-right: 3px;
}

.contentR dl dt {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}

.contentR dl dd {
	font-size: 11px;
	margin-top: 3px;
}

.contentR #listbtn {
	margin-top: 20px;
	text-align: right;
}

* html .contentR #listbtn {
	width: 301px;
	margin-top: 20px;
	text-align: right;
}



