/* CSS Document */


/*------------------------GENERAL STYLE--------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}

html {
	font-size:100.01%;
}

body {
	line-height: 1em;
	font-size: 1em;	
	color:#445561;
	/*color:#566d7c;*/
	/*color:#6c889b;*/
	background: white;
	background-color:#c2a303;
	font-family:"Lucida Sans Unicode", Verdana, sans-serif;

}

img {
	display:block;
}

table, tr, td {
	padding:0;
	border-collapse: collapse;
}

a, a:visited {
	color:#00334d;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#ffffff;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

h1 {
	color:#00334d;
	font-size:1.5em;
	padding:20px 0px 2px 0px;
	letter-spacing:0.2em;
	line-height:1.0em;

}

h2 {
	color:#00334d;
	font-size:0.9em;
	padding:5px 0px 10px 0px;	
}

h3 {
	color:#00334d;
	font-size:0.9em;
	padding:5px 0px 0px 0px;	
}

p {
	/*color:#6c889b;*/
	/*color:#566d7c;*/
	font-size:0.8em;
	padding:5px 0px 5px 0px;
	line-height:1.6em;
}

ul {
	font-size:0.8em;
	padding:0px 0px 10px 40px;


}

/*-------------------------------------MAIN SITE STYLE--------------------------------*/

.siteContain {
padding-top:16px;

}

.siteCenter {
	margin-left:auto;
	margin-right:auto;
	width:872px;
}



/*---------------------------------MENU STYLE------------------------------------------------*/

.menuContain {
	height:50px;
	background-image:url(/images/for_style/menu_back.gif);
	background-repeat:no-repeat;
	background-position:top center;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	font-size:14px;
	/*border:solid 1px #00FF00;*/
}



.menuContain ul {
	padding-top:8px;
}

.menuContain li {
	list-style:none;
	float:left;
}

.select a, .select a:visited {
	text-decoration:none;
	display:block;
	padding:13px 10px 13px 10px;
	color:#c2a303;
	background-color:#0e425d;

}

.unselect a, .unselect a:visited {
	text-decoration:none;
	display:block;
	padding:13px 10px 13px 10px;
	color:#ffffff;	
}

.unselect a:hover {
	color:#c2a303;
	text-decoration:underline;
	background-color:#0e425d;
}


/*---------------RIGHT BUTTON STYLE-----------------------------*/

.buttonTop {
	width:210px;
	height:75px;
	background-image:url(/images/for_style/button_top.png);
	background-repeat:no-repeat;
	position:absolute;
	top:22px;
	left:612px;
	font-size:1.3em;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	color:#00334d;
}

.buttonTop a, .buttonTop a:visited {
	font-size:0.6em;
	text-decoration:underline;
	display:block;
}


.buttonTop a:hover {
	color:#c2a303;
	text-decoration:none;



}

.buttonBottom {
	width:210px;
	height:75px;
	background-image:url(/images/for_style/button_bottom.png);
	background-repeat:no-repeat;
	position:absolute;
	top:355px;
	left:612px;
	font-size:1.0em;
	line-height:1.5em;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#c3ddea;
}

.buttonBottom a, .buttonBottom a:visited {
	display:block;
	color:#c3ddea;
	text-decoration:underline;
	font-size:1.2em;
}

.buttonBottom a:hover {
	color:#c2a303;
	text-decoration:none;
}

.middleImage {
	width:210px;
	height:234px;
	position:absolute;
	top:110px;
	left:612px;
}

.middleMask {
	width:210px;
	height:234px;
	position:absolute;
	top:110px;
	left:612px;
}






/*--------------------------CONTENT STYLE-------------------------------*/

.contentContain {
	position:relative;
}

.header {
}

.logo {
	position:absolute;
	top:20px;
	left:40px;
}

.mainContent {
	background-image:url(/images/for_style/content_back.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding:10px 300px 5px 40px;
	/*color:#6c889b;*/
}

.roundBottom {

}

/*------------------------------FAQ STYLE------------------------------------*/

.hiddenAnswer {
	display:none;
} 





/*------------------------------FOOTER STYLE------------------------------------*/

.footer {
	font-size:0.6em;
	padding:0px 40px 0px 40px;
	color:#00334d;
}

.footer a, .footer a:visited {

}

.footer a:hover {

}

.footLeft {
	float:left;
}

.footRight {
	float:right;
	text-align:right;
}





