/* layout box */

*{
	margin:0;
	padding:0;
	color:#333;
	font-size:11px;
}

img{border:0;}

body{
	text-align:center;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:780px;
}

#footer{
	clear:both;
	border-top:10px solid #fff;
	margin-bottom:10px;
}

#content{
	margin:5px;
	position:relative;
	overflow:hidden;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content{
    height: 1em;
    overflow: visible;
}
/**/

h1{margin:5px 5px 0px;}

/* header */
#header{
	height:57px;
}

#header h1{
	margin:0px;
	width:585px;
	float:left;
}

#header p#logo{
	width:585px;
	float:left;
}


#header a{
	display:block;
	float:left;
}

#gmenu{
	clear:both;
	height:45px;
	margin-left:4px;
}



/* toppage only */

#top_content #top_banner{
	width:395px;
	float:right;
}

#top_content #top_banner a{
	display:block;
	float:left;
}

#top_content #top_banner #topbn01{
	margin-right:10px;
}


#top_content #whatsnew{
	width:360px;
	float:left;
	border-left:10px solid #fff;
}

#top_content #whatsnew h2{
}

#top_content #whatsnew ul{
	list-style:none;
	margin:10px 0px;
}

#top_content #whatsnew li{
	margin-bottom:7px;
}



#topimg{
	margin-bottom:10px;
}



/* siteinfo */

#content ul#whatsnew li{
	background:url(images/line_dashed770.gif) no-repeat;
	padding:10px;
	list-style:none;
}

#content ul#whatsnew{
	background:url(images/line_dashed770.gif) no-repeat bottom;
	margin:20px 0px;
}

#content ul#whatsnew li b{
	color:#900;
	padding-right:15px;
	font-weight:normal;
}




/* information */

#content #info_lbox{
	width:550px;
	float:left;
	margin-top:20px;
}

#content #info_rbox{
	width:190px;
	float:right;
	margin-top:20px;
}

#content h2{
	margin-bottom:20px;
}


#content table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:10px;
}

#content table th{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #E1E1E1;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:10px;
}

#content table td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px;
}






/* form */

#form_bt{
	text-align:center;
	margin:20px;
}

h2.form{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	height:10px;

}

p.forms{
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
	padding-top:0px;
	margin-top:0px;
}

p.form{
	text-align:center;
	margin-bottom:10px;
}

table.form table , table.form table table , table.form table td , table.form table td table td{
padding:2px !important;
margin:0 !important;
border: none !important;
}

table.form textarea{
	width:450px;
	height:80px;
}

table.form  input.w400{
	width:400px;
}

table.form  input.w250{
	width:250px;
}



/* common text style */

a:link{
	color:#900;
	text-decoration:underline;
}

a:visited{
	color:#333;
	text-decoration:none;
}

a:visited{
	color:#900;
	text-decoration:underline;
}


.clear{clear:both;}


.mail-error{color: #990000;}

/*bottom pagenation*/


#content #btm_navi{
	clear:both;
	height:20px;
	position:relative;
}

#content #btm_navi p#bt_prev{
	width:130px;
	position:absolute;
	top:0px;
	left:0px;
}

#content #btm_navi p#bt_next{
	width:130px;
	position:absolute;
	top:0px;
	left:640px;
	text-align:right;
}

#content #btm_navi p#bt_index{
	width:510px;
	text-align:center;
	line-height:2em;
	position:absolute;
	top:0px;
	left:130px;
}


/* sitemap */

#content ul#sitemap{margin-left:30px !important;}

#content ul#sitemap li{
	background: url(images/icon_arrow.gif) no-repeat;
	padding:4px;
	padding-left:20px;
	line-height:1em;
	list-style:none;
	margin:20px 0px 0px; 
}

#content ul#sitemap{
	margin:20px 0px;
}

ul#sitemap li ul li{
	background: url(images/icon_arrows.gif) no-repeat 0px 3px !important;
	padding-left:15px !important;
	margin:7px 0px 0px !important;
}



#s_main h2{
	border-bottom:1px solid #000;
	color:#000;
	font-size:15px;
	padding:3px 0px;
	margin:20px 0px 10px;
}

#s_main p{
	margin-bottom:10px;
	line-height:130%;
}

#s_main ol{
	margin-left:25px;
}

#s_main li{
	margin-bottom:5px;
}


#info_lbox h3{
	font-size:12px;
	color:#990000;
	background:url(images/line_dashed770.gif) no-repeat bottom;
	margin-bottom:8px;
	margin-top:20px;
}

#info_lbox .info_N h3{
	font-size:12px;
	color:#990000;
	background-image:none;
	margin-bottom:8px;
	margin-top:20px;
}

#info_lbox .info_L p{
	font-size:13px;
	margin-bottom:10px;
}
#info_lbox p{
	margin-bottom:10px;
}

#info_lbox ol , #info_lbox ul{
	margin-left:20px;
}

#info_lbox .info_N{
	background:url(images/line_dashed770.gif) no-repeat bottom;
	margin-bottom:20px;
	padding-bottom:20px;
}