@charset "utf-8";


#header {
	padding-bottom:3px;
	background:#fff url(/static/images/081110/HeaderSeparate.png) no-repeat bottom left;
}

#header h1 {
	height:22px;
	margin:0;
	padding-top:1px;
	padding-left:15px;
	font-size:11px; /*font-size:95%; *//*+*/
	font-weight:normal;
	color:#929092;
	line-height:22px;
	background:#feeac4;
}

#header .siteLogo {
	width:226px;/*width:246px;*/
	height:94px;
	background:url(/static/images/081110/siteLogo.png) no-repeat 0px 0px;
	float:left;
}


*+html #header .siteLogo {
	width:236px;
}


* html #header .siteLogo {
	width:236px;
}

#header .siteLogo a {
	width:100%;
	height:100%;
	display:block;
}

#header .siteLogo span {display:none;}

#header ul.headerMainMenu {
	/*margin-bottom:15px;*//*-*/
	margin-bottom:15px;
	/*margin-top:-2px;*/
	padding-right:15px;
	float:right;
}
#header ul.headerMainMenu li {
	font-size:12px;
	float:left;
}

#header ul.headerMainMenu li a {
	padding:0 5px;
	color:#404040;
}

#header ul.headerMainMenu li a:hover {color:#ff7d00;}

#header .leftArea {
	border-right:0px none !important;/*+*/
	margin-top:0 !important;/*+*/
}
#header .rightArea {
	width:724px;/*width:704px;*/
	margin-top:0 !important;/*+*/
}


#header .headerSearchArea,
#header .headerSubMenu {
	height:46px;
	font-size:12px;
	background:url(/static/images/081110/HeaderSubMenuBg.png) no-repeat 0px 0px;
}

#header .headerSearchArea {width:526px;/*width:506px;*/}
#header .headerSearchArea input {font-weight:normal !important;}

#header .headerSubMenu {width:198px;}


#header .headerSearchArea .SearchBtn {
	width:70px;
	height:22px;
	border:0px none;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	background:url(/static/images/081110/HeaderSearchBtn.png) no-repeat 0px 0px;
}
#header .headerSearchArea .SearchBtnmo {
	width:70px;
	height:22px;
	border:0px none;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	background:url(/static/images/081110/HeaderSearchBtn.png) no-repeat 0px -22px;
}



#header .headerSubMenu ul {padding:0 15px 0 13px;}
#header .headerSubMenu ul li {width:67px;height:21px;line-height:21px;font-size:90%;float:left;padding-top:1px;}

#header li.Item01 {
	padding-left:18px;
	background:url(/static/images/2009/common/mypage.png) no-repeat 0px 4px;
}
#header li.Item02 {
	padding-left:18px;
	background:url(/static/images/2009/common/kuchikomi.png) no-repeat 0px 4px;
}
#header li.Item03 {
	padding-left:18px;
	background:url(/static/images/2009/common/help.png) no-repeat 0px 4px;

}
#header li.Item04 {
	padding-left:18px;
	background:url(/static/images/2009/common/point.png) no-repeat 0px 4px;
}


/*
#header li.Item01 {
	padding-left:18px;
	background:url(/static/images/081110/HeaderSubMenu01.png) no-repeat 0px 4px;
}
#header li.Item02 {
	padding-left:18px;
	background:url(/static/images/081110/HeaderSubMenu02.png) no-repeat 0px 4px;
}
#header li.Item03 {
	padding-left:18px;
	background:url(/static/images/081110/HeaderSubMenu03.png) no-repeat 0px 4px;

}
#header li.Item04 {
	padding-left:18px;
	background:url(/static/images/081110/HeaderSubMenu04.png) no-repeat 0px 4px;
}
*/

#header .course {
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#595757;
}

#header .course span{
	padding-left:5px;
	font-size:14px !important;
	font-weight:bold;
	color:#d7835f;
}


#header .SearchForm {
	padding-top:5px;
	padding-left:5px;
}
#header .SearchForm div {
	font-size:11px;
	float:left;
}

#header .SearchForm .area {font-weight:bold;}
#header .SearchForm .keyword {padding-left:10px;font-weight:bold;}
#header .SearchForm .submit {padding-left:7px;}

#header .SearchForm .area input {width:120px;margin-left:5px;}
#header .SearchForm .keyword input {width:180px;margin-left:5px;}

#header .SearchForm .areaBlur {background:url(/static/images/081110/formAreaBg.png) no-repeat 0px 0px;}


/***************/
.fLeft {float:left;}/*+*/
.fRight {float:right;}/*+*/


