@charset "utf-8";



/**
 *-------------------------------------------
 * header
 *-------------------------------------------
 */

#cms-header{
	position: relative;
	zoom: 1;
	padding-bottom:5px;
	}

/**
 *-------------------------------------------
 * headerMenuOne
 *-------------------------------------------
 */

#headerMenuOne {
	padding-bottom: 5px;
	border-bottom:5px solid #A59ACA;
	margin-bottom:5px;
	}


#headerMenuOne #siteMenu{
	position: absolute;
	top:49px;
	left:497px;
	}
	
#headerMenuOne #siteMenu li{
	float: left;
	padding: 0px 5px;
	line-height: 2em;
	}
	

/**
 *-------------------------------------------
 * headerMenuTwo
 *-------------------------------------------
 */


#headerMenuTwo{
width:960px;
height:29px;
background-color:#F1F1E9;
border-style:solid;
border-width:1px 0 1px 0;
border-color: #ccc;
position:relative;
}
#headerMenuTwo .head_title{
position:absolute;
top:0;
left:0;
}
#headerMenuTwo .head_title img{
display:block;
}

#headerMenuTwo ul{
position:absolute;
width:275px;
height:14px;
right:2px;
bottom:7px;
}

#headerMenuTwo ul.memberInfo li{
float:left;
margin:0;
display:inline-block;
height:14px;
}
#headerMenuTwo ul.memberInfo li img{
display:block;
}


