/*************************************************/
/* Common                                        */
/*************************************************/
body{
	margin:0 auto;
	padding:0 auto;
	color:#666;
	font-size:75%;
	}

a:link { color:#00833e; text-decoration:underline; }
a:visited { color:#00833e; text-decoration:underline; }
a:hover { color:#00833e; text-decoration:none; }
a:active { color:#00833e; text-decoration:none; }

#container{
	width:748px;
	margin:0 auto;
	padding:0 auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	}

hr{
	display:none;
	}


/*************************************************/
/* Header                                        */
/*************************************************/
#header{
	min-height:1%;
	margin:0;
	padding:0;
	clear:both;
	}
	
#header:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
	}

#header img{
	vertical-align:top;
	}
	
h1{
	width:330px;
	margin:0;
	padding:15px 10px 5px 10px;
	float:left;
	}

#header .h-side{
	width:390px;
	margin:0;
	padding:10px 5px 0 0;
	float:right;
	}

#header .h-side ul{
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
	float:right;
	clear:right;
	}

#header .h-side li{
	margin:0;
	padding:0 10px 0 0;
	float:left;
	}

#header .h-side li.lastChild{
	padding:0;
	}

#header .h-side ul#fontsize li{
	margin:0;
	padding:0;
	}

#fontsize span{
	display:none;
	}

#fontsize #fsize_s a,
#fontsize #fsize_s a.close{
	width:22px;
	height:23px;
	margin:0;
	padding:0;
	background:url(/cmn_images/fontsize_s.gif) no-repeat;
	display:block;
	}

#fontsize #fsize_s a.open,
#fontsize #fsize_s a.close:hover,
#fontsize #fsize_s a.close:active{
	background:url(/cmn_images/fontsize_s_o.gif) no-repeat;
	}

#fontsize #fsize_m a,
#fontsize #fsize_m a.close{
	width:24px;
	height:23px;
	margin:0;
	padding:0;
	background:url(/cmn_images/fontsize_m.gif) no-repeat;
	display:block;
	}

#fontsize #fsize_m a.open,
#fontsize #fsize_m a.close:hover,
#fontsize #fsize_m a.close:active{
	background:url(/cmn_images/fontsize_m_o.gif) no-repeat;
	}

#fontsize #fsize_l a,
#fontsize #fsize_l a.close{
	width:27px;
	height:23px;
	margin:0;
	padding:0;
	background:url(/cmn_images/fontsize_l.gif) no-repeat;
	display:block;
	}

#fontsize #fsize_l a.open,
#fontsize #fsize_l a.close:hover,
#fontsize #fsize_l a.close:active{
	background:url(/cmn_images/fontsize_l_o.gif) no-repeat;
	}


/*************************************************/
/* Navigation                                    */
/*************************************************/
#gnavi{
	min-height:1%;
	margin:0;
	padding:0;
	list-style-type:none;
	float:none;
	clear:both;
	}

#gnavi:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
	}

#gnavi li{
	margin:0;
	padding:0;
	float:left;
	font-size:12px;
	}

#gnavi li img{
	vertical-align:bottom;
	}

/*************************************************/
/* Footer                                        */
/*************************************************/
#footer{
	width:748px;
	height:100%;
	min-height:1%;
	margin:0;
	padding:5px 0 0 0;
	background:#fff url(../cmn_images/line_footer.gif) left top repeat-x;
	clear:both;
	}

#footer:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
	}
	
#footer p{
	margin:0;
	padding:5px;
	float:left;
	}

#footer address{
	margin:0;
	padding:5px;
	float:right;
	}

/*************************************************/
/* Footer                                        */
/*************************************************/

#cnts .section .p10,
#cnts .p10{
	width:524px;
	margin:0 0 5px 0;
	padding:0 0 0 0px;
	font-size:10px;
	line-height:140%;
	float: none;
	}
	
/*************************************************/
/* etc                                           */
/*************************************************/
.clear{ clear:both;
	}


