/* --------------------------------------
- this css contains flowings
	- cross domain navigation
	- header
	- main
		- global navigation
		- breadcrum
	- basic layout
	- basic element of .text
	- sidemenu items
	- footer
----------------------------------------- */

body{
	color: #333;
	background: url(../images/bg_pattern.jpg);
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link{ color: #039; text-decoration: none;}
a:visited{ color: #930; text-decoration: none;}
a:hover{ color: red; text-decoration: underline;}
a img{ border: none;}

/* ======================================
		cross domain navigation
========================================= */

#xnav{
	background-color: #000068;
	color: white;
}
/* ie7 */ *:first-child+html #xnav{ min-width: 900px;}
#xnav ul{
	width: 890px;
	font-size: 0.8em;
	text-align: right;
	list-style-type: none;
	margin: 0 auto;
	padding: 3px 0;
}
/* ie6 */ * html #xnav ul{ margin: 0;}
#xnav li{
	line-height: 1.3;
	display: inline;
	margin: 0 7px 0;
	padding: 0;
}
#xnav a:link{
	color: white;
	text-decoration: none;
}
#xnav a:visited{
	color: #ffd210;
	text-decoration: none;
}
#xnav a:hover{
	color: #f80;
	text-decoration: underline;
}

/* ======================================
		header
========================================= */

#head{
	width: 909px;
	height: 115px;
	overflow: hidden;
	background: url(../images/banner_title.png) no-repeat;
	margin: auto;
}
#logo{
	text-align: left;
	font-size: 0.8em;
}
#logo a{
	display: block;
	height: 115px;
	padding-top: 120px;
}
#logo a span{
	background-color: #ff6;
	border: solid 1px #aa0;
	padding: 1px;
}

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

#main{
	background: url(../images/bg_middle.png) repeat-y top left;
	width: 909px;
	margin: auto;
	padding: 0;
}
.main_start{
	background: url(../images/bg_top.png) no-repeat top left;
	margin: 0;
	padding: 5px 0 0;
}
.main_end{
	/* ie6 */ height: 1%;
	clear: both;
	background: url(../images/bg_bottom.png) no-repeat bottom left;
	margin: 0;
	padding: 0 0 30px;
}
.main_end:after{
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}

/* global navigation */
#global_navigation{
	padding-left: 20px;
}
#global_navigation:after{
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}
#global_navigation li{
	font-size: 0.8em;
	list-style-type: none;
	height: 49px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}
#global_navigation li a{
	display: block;
	height: 49px;
	padding-top: 55px;
}
#global_navigation li a span{
	background-color: #ff6;
	border: solid 1px #aa0;
	padding: 1px;
}
#gn_index{
	background: url(../images/btn_index.png) no-repeat top left;
	width: 107px;
	margin-left: 14px;
}
#gn_ecosy{
	background: url(../images/btn_ecosystem.png) no-repeat top left;
	width: 147px;
}
#gn_econo{
	background: url(../images/btn_economy.png) no-repeat top left;
	width: 147px;
}
#gn_const{
	background: url(../images/btn_construct.png) no-repeat top left;
	width: 154px;
}
#gn_equip{
	background: url(../images/btn_equipment.png) no-repeat top left;
	width: 175px;
}
#gn_inqui{
	background: url(../images/btn_inquire.png) no-repeat top left;
	width: 144px;
}

/* bread crumb */
#breadcrumb{
	text-align: left;
	font-size: 0.8em;
	clear: both;
	background: url(../images/bg_separator.png) no-repeat center top;
	margin: 0 25px;
	padding: 10px 0;
}
/* ie6 */ * html #breadcrumb{ height: 1%;}
#breadcrumb .selected{
	background-color: #ff9;
}

/* to paget top */
.to_pagetop{
	font-size: 0.8em;
	line-height: 1;
	text-align: left;
	float: right;
	background: url(../images/listmark_toTop.png) no-repeat 1px 0.1em;
	margin: 0 25px;
	padding-left: 12px;
}

/* ======================================
		basic layout
========================================= */
/* 860px */
#text{}
#text:after{
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
#side{
	width: 204px;
	float: right;
	margin-right: 23px;
}
/* ie6 */ * html #side{ display: inline;}

/* has sidemenu, index */
.hasSide_index{
	width: 656px;
	float: left;
	margin-left: 25px;
}
* html .hasSide_index{ display: inline;}
.hasSide_index .left{
	width: 328px;
	float: left;
}
.hasSide_index .right{
	width: 328px;
	float: right;
}

/* has sidemenu, pages */
.hasSide{
	width: 616px;
	float: left;
	background: url(../images/bg_side.png) no-repeat right top;
	margin-left: 25px;
	padding-right: 30px;
}
/* ie6 */ * html .hasSide{ width: 646px; display: inline;}
.hasSide .left{
	width: 298px;
	float: left;
}
.hasSide .right{
	width: 298px;
	float: right;
}
/* has no sidemenu */
.noSide{
	width: 850px;
	margin: auto;
}
.noSide:after{
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.noSide .left{
	width: 415px;
	float: left;
}
.noSide .right{
	width: 415px;
	float: right;
}

/* ======================================
	basic element of .text
========================================= */

.text{
	text-align: left;
}
.text h1{
	text-align: center;
	font-size: 1.1em;
	line-height: 1;
	margin: 0.8em 0 0.5em;
	padding: 0;
}
/* ie6 */ * html .text h1{ margin: 0.3em 0 0.1em;}
.text h1 span{
	background: url(../images/listmark_h2.png) no-repeat left center;
	padding: 5px 20px 5px;
}
/* ie6 */ * html .text h1 span{	height: 1%; padding-top: 6px;}
.text h2{
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	min-height: 17px;
	background: url(../images/listmark_h3.png) no-repeat left center;
	padding: 5px 20px;
	margin: 0.8em 0;
}
.text h3{
	color: #630;
	font-size: 0.9em;
	text-align: left;
	margin: 0 0 0.5em;
}
.text h4{
	color: #333;
	font-size: 0.8em;
	margin: 0 0 0.5em;
}
.text p{
	font-size: 0.9em;
	line-height: 1.4;
	text-align: left;
	margin: 0.7em 4px;
}
.text table{
	font-size: 0.9em;
	line-height: 1.3;
	margin: 1em 0 1em 7px;
}
.text table caption{
	text-align: right;
	margin-bottom: 0.3em;
}
.text table td{
	text-align: left;
}
.text ul{
	text-align: left;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0;
}
.text ul ul{
	margin: 3px 0 3px 10px;
}
.text ul li{
	font-size: 0.9em;
	line-height: 1.3;
	background: url(../images/listmark_lv1.png) no-repeat 0px 0.3em;
	margin: 2px 0;
	padding-left: 15px;
}
.text ul li ul li{
	font-size: 1em;
}
.text ol{
	text-align: left;
	margin-left: 30px;
	padding-left: 0;
}
.text ol li{
	font-size: 0.9em;
	line-height: 1.3;
	margin: 2px 0;
}
.text blockquote{
	background: url(../images/bg_quote.png) no-repeat left center;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 25px;
}
.text img{ border:none;}
.text .timestamp{
	clear: both;
	margin-top: 30px;
	text-align: right;
}

/* ======================================
		sidemenu items
========================================= */

#side ul{
	text-align: left;
	font-size: 0.8em;
	margin-top: 16px;
	margin-left: 15px;
	padding: 0;
}
#side ul li{
	line-height: 1.2;
	margin-bottom: 5px;
	padding-right: 12px;
}
/* ie6 */ * html #local_navigation li{ vertical-align: top; height: 1%;}
/* ie7 */ *:first-child+html #local_navigation li{ vertical-align: top; height: 1%;}

#side ul li.selected{
	background: #ffc url(../images/listmark_reverse.gif) no-repeat right center;
}

/* ======================================
		foot
========================================= */

#foot{
	width: 909px;
	background: url(../images/bg_middle.png) repeat-y top left;
	margin: 5px auto;
}
.foot_start{
	background: url(../images/bg_top.png) no-repeat top left;
	padding-top: 10px;
}
.foot_end{
	background: url(../images/bg_bottom.png) no-repeat bottom left;
	padding-bottom: 13px;
}
#foot p{
	font-size: 0.8em;
	line-height: 1.3;
	margin: 0;
}
