@charset "utf-8";

/*-------------------------------------
// promotion
-------------------------------------*/
#promotion {
	margin: 0 13px;
}

/*-------------------------------------
// indexContentsLayout
-------------------------------------*/

#indexContentsLayout {
	margin: 10px 13px;
	height: 100%;
}

#indexContentsLayout:after
{
	content:"";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#indexContentsLayout #indexContents {
	width: 590px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}

#indexContentsLayout #indexSideContents {
	width: 270px;
	margin: 0 0 0 0;
	float: left;
	display: inline;	
}

/*-------------------------------------
// bannerLayout
-------------------------------------*/
#bannerLayout {
	margin: 0 13px;
	width: 880px;
	height: 270px;
	background: url(../images/mainbanner_bg.jpg) no-repeat 0 0;
	position: relative;
}

#bannerLayout #b1 {
	width: 260px;
	height: 186px;
	top: 10px;
	left: 8px;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	
}

#bannerLayout #b1 a {
	display: block;
	width: 260px;
	height: 186px;
}

#bannerLayout #b2 {
	width: 260px;
	height: 186px;
	top: 10px;
	left: 298px;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	
}

#bannerLayout #b2 a {
	display: block;
	width: 260px;
	height: 186px;
}

#bannerLayout #b3 {
	width: 260px;
	height: 186px;
	top: 10px;
	left: 588px;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	
}

#bannerLayout #b3 a {
	display: block;
	width: 260px;
	height: 186px;
}

/*-------------------------------------
// tabLayout
-------------------------------------*/
#tabLayout {
}

#tabLayout li {
	float: left;
	margin: 0;
	padding: 0;
	width: 191px;
	height: 60px;
}

#tabLayout li a {
	display: block;
	width: 191px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
}

#tabLayout #box1 {visibility: visible; clear: both; position:relative;}
#tabLayout #box2 {visibility: hidden;  clear: both; position: absolute; display: none;}
#tabLayout #box3 {visibility: hidden;  clear: both; position: absolute;  display: none;}

#tabLayout li.mrR8 {
	margin-right: 8px;
}

#tabLayout li.open1 {background: url(../images/tab01_over.jpg) no-repeat 0 0;margin-right: 8px;}
#tabLayout li.close1 {background: url(../images/tab01.jpg) no-repeat 0 0;margin-right: 8px;}

#tabLayout li.open2 {background: url(../images/tab02_over.jpg) no-repeat 0 0;margin-right: 8px;}
#tabLayout li.close2 {background: url(../images/tab02.jpg) no-repeat 0 0;margin-right: 8px;}

#tabLayout li.open3 {background: url(../images/tab03_over.jpg) no-repeat 0 0;}
#tabLayout li.close3 {background: url(../images/tab03.jpg) no-repeat 0 0;}

#tabLayout .tabDetail {
	background: url(../images/tab_bg.jpg)  repeat-x 0 bottom;
	border-bottom: solid 1px #cccccc;
	padding: 10px;
	height: 100%;
}

#tabLayout .tabDetail:after {
	display: block;
	content:"";
	height: 1px;
	clear: both;
	visibility: hidden;
}

#tabLayout .tabDetail p {
	width: 120px;
	display: inline;
	float: left;
	margin: 0 12px 10px 0;
	background: url(../../images/arrow_02.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
}


/*-------------------------------------
// newsLayout
-------------------------------------*/
#newsLayout dl {
	margin: 10px 0 0 10px;
}

#newsLayout dt{
	float: left;
	clear: both;
	background: url(../../images/arrow_03.gif) no-repeat 0 5px;
	color:#0099FF;
	padding: 0 0 0 8px;
}

#newsLayout dd{
	padding-left: 65px;
	margin-bottom: 5px;
}



