@charset "utf-8";
/* CSS Document */

/*================================
 TEMPLATE_CSS
================================*/

body{ line-height: 18px;}

/*================================
 HEADER
================================*/

#headerBG{
	background: url(../img/bg_page.gif) repeat-x left top;
	width: 100%;
	height: 60px;
	margin: 0 auto 0;
}
#header{
	background: url(../img/bg_header.gif) no-repeat left top;
	width: 980px;
	height: 58px;
	margin: 0 auto 0;
	position: relative;
}
#header h1{
	width: 241px;
	height: 20px;
	margin: 28px 0 0 20px;
	float: left;
}
#search{
	background: url(../img/img_google_02.gif) no-repeat 4px 28px;
	width: 197px;
	height: 50px;
	position: absolute;
	top: 3px;
	left: 770px;
}
input.searchText{
	width: 130px;
	height: 15px;
	margin-right: 3px;
	font-size: 11.5px;
}
input.btn{ margin-top: 1px;}

/*================================
 MAIN_AREA
================================*/

#mainPage{
	background: url(../img/bg_contents.gif) no-repeat left top;
	width: 960px;
	margin: 0 auto 0;
}
#menuArea{
	background: url(../img/bg_sidemenu.gif) no-repeat left top;
	width: 200px;
	height: 510px;
	float: left;
	position: relative;
}
#menuArea,#mainArea{ margin-top: 15px;}
#menuIcon{
	margin-top: 10px;
	margin-left: 8px;
	vertical-align: bottom;
}
#menuIcon img{ vertical-align: bottom;}
#menuIcon h3.h3Top{ margin-bottom: 9px;}
#menuIcon h3.h3Bottom{
	margin-top: 21px;
	margin-bottom: 12px;
}
#mainArea{
	width: 740px;
	float: left;
	margin-left: 20px;
}

/*================================
 FOOTER
================================*/

#footerBG{
	background-color: #00a40c;
	width: 100%;
	height: 32px;
	margin: 30px auto 0;
}
#footer{
	width: 960px;
	height: 32px;
	margin: 0 auto 0;
	position: relative;
}
#bottomMenu{
	font-size: 11px;
	color: #fff;
	width: 330px;
	height: 15px;
	position: absolute;
	left: 630px;
	top: 10px;
}
#bottomMenu ul li{ display: inline;}
#bottomMenu ul li.icon{
	background: url(../img/icon_submenu.gif) no-repeat 5px center;
	padding-left: 15px;
}

#bottomMenu a{ color: #FFFFFF;}
#bottomMenu a:hover,#bottomMenu a:active{color: #efefef;}
#copy{
	font-size: 9.5px;
	color: #fff;
	width: 450px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 5px;
}
#soto{ width: 680px;}

/*================================
 CLUMB
================================*/
#crumb{ font-size: 12px; margin-bottom: 15px;}
#crumb span{
	background: url(../img/icon_clumb.gif) no-repeat 5px center;
	padding-left: 15px;
}
#crumb span.crumb{
	background: url(../img/icon_clumb.gif) no-repeat 5px center;
	color: #008844;
	font-weight: bold;
	padding-left: 15px;
}

/*================================
 DOROP DOWN_CSS
================================*/

.dropdown{
	width: 184px;
	height: 26px;
	margin-bottom: 2px;
	display:block;
	position:relative;
}
.dropdown dt{
	width:184px;
	height: 26px;
	vertical-align: bottom;	
}
.dropdown .upperdd{ vertical-align: bottom;	border-bottom: none;}
.dropdown dt:hover{
	background: #ccc;/*見えてる部分のオンマウス*/
	vertical-align: bottom;
	text-indent:
}
.dropdown dd{
	position:absolute;
	top:0;
	overflow:hidden;
	width:172px;
	height: 25px;
	display:none;
	margin-left: 5px;
	vertical-align: bottom;	
}
.dropdown ul{
	background: #f9fff9;
	font-size: 12px;
	width:170px;
	vertical-align: bottom;
	border: 1px solid #a5cba6;
	text-decoration: none;	
}
.dropdown li{
	width:170px;
	height: 25px;
	display:inline;
	vertical-align: bottom;
}
.dropdown a, .dropdown a:active, .dropdown a:visited{
	display:block;
	font-size: 12px;	
	color:#999999;
	width:160px;
	height: 15px;
	vertical-align: bottom;
	border-bottom: 1px solid #a5cba6;
	padding: 5px;
	text-decoration: none;	
}
.upperdd a, .upperdd a:active, .upperdd a:visited{
	border-bottom: none;
	padding: 0;
	text-decoration: none;	
}
.dropdown a:hover{
	background:#d9ffd9;/*見えない部分のオンマウス*/
	color:#888888;
	vertical-align: bottom;
	text-decoration: none;	
}
.dropdown .nounderline{ border-bottom: none !important;}

/*================================
CLEAR
================================*/

p.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0% !important;
	height:0px !important;
	width:0px !important;
	float:none;
}
