@charset "utf-8";

/* ヘッダー・レイアウト */
div#header_attestation
{
    margin-bottom:5px;
    text-align:center;
    font-size:90%;
    color:#333333;
}
div#header_attestation a
{
    font-weight:normal;
}
div#header
{
	clear:both;
	float:left;
	height:110px;
	width:100%;
	margin-top:5px;
}
div#header_logo a
{
	float:left;
	height:110px;
	width:310px;
	display:block;
	background:url('../img/logo/logo.jpg') no-repeat;
}
div#header_logo a span
{
	display:none;
}
div#header_discription
{
	float:left;
	height:56px;
	width:645px;
	line-height:2em;
	padding-top:3px;
	padding-left:10px;
    font-size:85%;
    font-weight:bold;
    color:#272727;
}
div#header_discription p.large
{
    font-size:150%;
}
div#header_discription p.large span
{
    color:#ff0099;
}
/* メニューバー */
div#menubar
{
	float:left;
	height:50px;
	width:690px;
}
div#menubar div.menu
{
    float:left;
}

/* メニューバー（検索） */
div#searchbar_c
{
    float:left;
	height:35px;
	width:191px;
	background-color:#272727;
	padding-top:15px;
	padding-left:5px;
}
div#searchbar_c input#kw
{
	width:138px;
	height:20px;
	color:#505050;
	font-size:90%;
}
div#searchbar_c input#button
{
	width:40px;
	height:23px;
	font-size:90%;
}

/* メニュー（セパレーター） */
div#menubar_hr
{
	float:left;
	width:100%;
	height:10px;
}
div#menubar_hr span
{
	display:none;
}
