@charset "utf-8";


/* --------------------------------------------------------
 * 
 * 		header styles
 * 
 * -------------------------------------------------------- */
#headerWrapper {
	width: 895px;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: left;
	line-height: 1;
	color: #666666;
}


#headerWrapper a:link {
	text-decoration: none;
	color: #4e4e4e;
}
#headerWrapper a:visited {
	text-decoration: none;
	color: #134f25;
}
#headerWrapper a:active {
	text-decoration: none;
	color: #134f25;
}
#headerWrapper a:hover {
	text-decoration: underline;
	color: #4e4e4e;
}


#headerWrapper #headerLogo {
	float: left;
	width: 460px;
}
#headerWrapper #headerLogo img {
	width: 190px;
	height: 34px;
}

/* search box */
#headerWrapper #yjSsFrm {
	float: left !important;
	width: 281px !important;
	padding: 4px 0 0 !important;
}

*html #headerWrapper #yjSsFrm {
	padding: 20px 0 0 !important;
}

*:first-child+html #headerWrapper #yjSsFrm {
	padding: 20px 0 0 !important;
}

#yjSsFrm input {
	float: left;
	color: #333333;
}
#yjSsFrm #yjSsTxt {
	width: 211px !important;
	height: 22px !important;
	padding: 0 5px !important;
	font-size: 12px !important;
	line-height: 22px !important;
}
#yjSsFrm #searchBtn {
/*	width: 64px;*/
	padding: 0 0 0 5px;
}


#yjSsMod_1 {
	width:285px;
	padding:0 0 0 5px;
}

/* font-size changer */
#headerWrapper #sizeChanger {
	float: right;
	width: 172px;
	padding: 4px 0 0;
}
#headerWrapper #sizeChanger dt {
	float: left;
	width: 78px;
}
#headerWrapper #sizeChanger dd {
	float: left;
	width: 94px;
}
#headerWrapper #sizeChanger dd li {
	float: left;
	width: 43px;
	padding: 0 0 0 4px;
}

/* global Navi */
#headerNaviWrapper {
	width: 100%;
	text-align: center;
	_height: 35px;
	min-height: 35px;
	margin: 17px 0 0;
	background: #f3f3f3 url(/common/images/hd_bg01.gif) repeat-x 0 100%;
}
#headerNaviWrapper #headerNavi {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#headerNaviWrapper #globalNavi {
	float: left;
	width: 580px;
/*	background: url(/common/images/hd_bg02.gif) no-repeat 0 50%;*/
}
#headerNaviWrapper #globalNavi li {
	float: left;
/*	padding: 0 4px 0 5px;
/*	background: url(/common/images/hd_bg02.gif) no-repeat 100% 50%;*/
}
/*#headerNaviWrapper #globalNavi li a {
	display: block;
	float: left;
	_height: 35px;
	min-height: 27px;
	padding: 8px 17px 0;
	color: #333333;
	font-size: 110%;
	text-decoration: none;
}*/
/*#headerNaviWrapper #globalNavi li.active a,
#headerNaviWrapper #globalNavi li a:hover {
	font-weight: bold;
	background: url(/common/images/hd_bg03.gif) repeat-x;
}*/
#headerNaviWrapper #subNavi {
	float: right;
	width: 308px;
	padding: 5px 0 0;
}
#headerNaviWrapper #subNavi li {
	float: left;
	padding: 0 0 0 5px;
}

.formHead{
	background:none !important;
	border-top: #147639 solid 2px;
}


/*#headerNaviWrapper #globalNavi #head01{
	width:150px;
}

#headerNaviWrapper #globalNavi #head02{
	width:170px;
}

#headerNaviWrapper #globalNavi #head03{
	width:170px;
}

#headerNaviWrapper #globalNavi #head04{
	width:130px;
}*/


.rollover-fsbutton{
	cursor:pointer;
}


#yjSsSb {
	border:none !important;
	float:none !important;
	width:auto !important;
}

#yjSsSb #yjSsBtnWrap {
	border:none !important;
	float:none !important;
}

#searchArea {
	width: 260px;
	float: left;
}

#headerWrapper #searchInner {
	float: left !important;
	width: 260px !important;
	padding: 4px 0 0 !important;
}
* html #headerWrapper #searchInner {
	width: 250px !important;
}

#headerWrapper #searchInner #MF_form_phrase {
	float: left !important;
	width: 185px !important;
	padding: 4px 5px;
	border: 1px solid #bbbbbb;
}
* html #headerWrapper #searchInner #MF_form_phrase {
	height: 23px;
}
#headerWrapper #searchInner #searchBtn {
	margin-left: 5px;
	float: right;
	width: 53px;
}


/* ----------------------------------------------
 * 		clearfix
 * ---------------------------------------------- */

#headerWrapper:after,
#headerSearch p:after,
#headerWrapper #sizeChanger:after,
#headerWrapper #sizeChanger dd ul:after,
#headerNavi:after,
#headerNaviWrapper #globalNavi:after,
#headerNaviWrapper #subNavi:after,
#searchArea:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#headerWrapper,
#headerSearch p,
#headerWrapper #sizeChanger,
#headerWrapper #sizeChanger dd ul,
#headerNavi,
#headerNaviWrapper #globalNavi,
#headerNaviWrapper #subNavi,
#searchArea {
	min-height: 1px;
}

* html #headerWrapper,
* html #headerSearch p,
* html #headerWrapper #sizeChanger,
* html #headerWrapper #sizeChanger dd ul,
* html #headerNavi,
* html #headerNaviWrapper #globalNavi,
* html #headerNaviWrapper #subNavi,
* html #searchArea {/* for IE6 */
	height: 1px;
}

*:first-child+html #headerWrapper,
*:first-child+html #headerSearch p,
*:first-child+html #headerWrapper #sizeChanger,
*:first-child+html #headerWrapper #sizeChanger dd ul,
*:first-child+html #headerNavi,
*:first-child+html #headerNaviWrapper #globalNavi,
*:first-child+html #headerNaviWrapper #subNavi,
*:first-child+html #searchArea {/* for IE7 */
	zoom: 1;
}

