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

/* Kill Defaults */

html, body, p, ul, ol, dl, li, h1, h2, h3, h4, img	{
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img	{
	border: 0;
}

a {
	outline: none;
}



/* Layout
============================================================ */ 

body {
	background-image:url(../_standards/main_background.gif);
	background-color:#dcdcdc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#333333;
}


a:link, a:active, a:visited {
	font-weight:bold;
	color:#2860b2;
	text-decoration:none;
	}
	
a:hover{

	text-decoration:underline;
	color:#2860b2;
	}
	

/*///++++++ Wrapper ++++++//*/

.wrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(../_standards/content_background.png);
	width:1024px;
	height:inherit;
	/*min-height:100%;*/
	min-height:700px;
	z-index:200;

}

/*///++++++ head illu ++++++//*/

.head_illu {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:27px;
	width:970px;
	height:400px;
	float:left;
	z-index:1;

}

.subhead_illu {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:27px;
	width:970px;
	height:222px;
	float:left;
	z-index:1;

}

/*///++++++ Content ++++++//*/

#home_content {
position:relative;
left:131px;
top:42px;
float:left;
z-index:150;

}

.left_menu {
	position:absolute;
	left:0x;
	top:222px;
	background:#c3d3eb;
	width:221px;
	height:445px;
}

.left_menu ul li a, .left_menu ul li a:visited {

font-size: 12px;
font-weight:normal;
width:208px;
display:block;
background:transparent;
white-space:nowrap;
border-bottom: 1px solid #FFF;
background-image:url(../_standards/subnavi_transparent.png);
color:#fff;
padding: 4px 0px 0px 13px;
/*padding-bottom:4px;*/
height:21px;
}


.left_menu ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#3d3a6f;
}

.sub_content_left {
	color:#333333;
	position:absolute;
	left:250px;
	top:244px;
	width:440px;
	height:auto;
	min-height:525px;
	z-index:150;
	
/*background-image:url(../_standards/maintext_back.png);*/
}

#sub_content_right {
	position:absolute;
	color:#333333;
	left:700px;
	border-left: 1px dotted #999999;
	top:244px;
	width:250px;
	height:auto;
	min-height:440px;
	overflow:auto;
	z-index:150;
	padding-left:15px;
/*background-image:url(../_standards/maintext_back.png);*/
}

#main h1 {
background-color: #323235;
font-size:22px;
font-weight:bold;
width:300px;
padding: 5px 10px 5px 70px;
/*padding-left:70px;
padding-right:10px;*/
}

#maincontent {
position: absolute;
left:0px;
top:135px;
width:600px;
height:450px;
overflow:auto;
/*background-image:url(../_standards/maintext_back.png);*/
}

#maincontent h1{
background-color: #323235;
font-size:22px;
font-weight:bold;
width:300px;
padding: 5px 10px 5px 70px;
/*padding-left:70px;
padding-right:10px;*/
}

#maincontent h2{
font-size:14px;
font-weight:bold;
padding: 5px 10px 5px 70px;
/*padding-left:70px;
padding-right:10px;*/
}

#maincontent h3{
font-size:12px;
font-weight:bold;
padding: 5px 10px 5px 70px;
/*padding-left:70px;
padding-right:10px;*/
}

#maincontent p {
padding-left:70px;
}

#maincontent img{
/*float:left;*/
border:1px solid #000000;
margin-right:3px;
padding: 5px 5px 5px 5px;
background-color:#000000;
}

#maincontent li {
	list-style-type:square;
	list-style-position:outside;
	margin-left:84px;
	}
	
#maincontent a:link, a:visited, a:active {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#maincontent a:hover {
	color:#d10019;
	}

#li li {
	list-style-type:square;
	list-style-position:outside;
	margin-left:14px;

	}

#right {
position: absolute;
left:610px;
top:100px;
width:290px;
height:450px;
overflow:auto;
/*background-image:url(../_standards/maintext_back.png);*/
}

#right h1 {
background-color: #323235;
font-size:22px;
font-weight:bold;
width:200px;
padding: 5px 0px 5px 10px;
/*padding-left:70px;
padding-right:10px;*/
}

#rightcolumn{
position:absolute;
color:#323235;
top:135px;
left:610px;
width: 290px;
height:450px;
overflow:auto;
background-image: url("../00_standards/rightcolumn_back.png");

}

#rightcolumn h1{
color:#FFFFFF;
background-color: #323235;
font-size:22px;
font-weight:bold;
width:210px;
padding: 5px 0px 5px 10px;
}

#rightcolumn h2{
color:#000000;
font-size:16px;
font-weight:bold;
padding-left:10px;
}

#rightcolumn p{
color:#000000;
padding-left:10px;
}

#rightcolumn img{
text-align:left;
border:1px solid #000000;
}

#rightcolumn a:link, a:visited, a:active {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
#rightcolumn a:hover {
	color:#d10019;
	}

/*++++++++++++ FOOTER +++++++++++++ */


.footer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-repeat:no-repeat;
	background-image: url(../_standards/footer_background.png);
	width:1024px;
	height:70px;
	clear:left;
	z-index:0;


}

.sub_footer {
	position: absolute;
	left:0px;
	bottom:-70px;
	background-repeat:no-repeat;
	background-image: url(../_standards/footer_background.png);
	width:1024px;
	height:70px;
	z-index:0;
	color:#7f7f7f;
	text-align:center;
	line-height:33px;
	font-weight:bold;
	

}

.sub_footer a {
	color:#7f7f7f;
	text-decoration:none;
}

.sub_footer a:hover {
	color:#7f7f7f;
	text-decoration:underline;
}

#footer table {
	left:70px;
	margin-top:5px;
	padding-bottom:5px;
	position: absolute;
	z-index:4;
	text-align:left;
	height: 80px;
	
}
#footer td{
border-left: 1px dotted #595c62;
}

#footer a:link, a:visited, a:active {
	color:#595c62;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#666666;
	}
	
#footer ul li {
	font-weight:normal;
	list-style-type:none;
	list-style-position:outside;
	margin-left:0px;
	}
		
#footer ul li ul {
	font-weight:normal;
	list-style-type:none;
	list-style-position:outside;
	margin-left:14px;
	}
	
#footer img {
	border:1px solid #000000;
	float:left;
	}

