@charset "UTF-8";



/* header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#siteHeaderArea
{
	width:100%;
	text-align:center;
}

div#siteHeaderInner
{
	position:relative;
	height:96px;

	width:967px;
	margin:0 auto;
	text-align:left;
	background:url("../img/header/header_bg.png") no-repeat;

}

h1#siteTitle
{
	padding:21px 0 0 0;

}

h1#siteTitleOlympus
{
    line-height: 70px;
    vertical-align: bottom;
    font-size: 20pt;
    font-weight: normal;
    padding-left: 20px;
}

/* headerNav
---------------------------------------------------------- */
div#headerNav
{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #333333;

	position:absolute;
	top:30px;
	left:667px;
	width:300px;

	
}

div#headerNav p
{
	display:inline;
	padding-left: 15px;
	background:url("../img/header/arrow_blue_side.jpg") no-repeat left center;
	font-size:94%;
	line-height:1;
	padding-top:2px;
	width:auto;
	float:right;
	letter-spacing:0em;

}


