@charset "utf-8";

/*
 ヘッダ
----------------------------------------------------------- */
#header {
	background:url(../img/bg_header_line.gif) bottom repeat-x;
	padding-bottom:15px;
	position:relative;
}

#headerFlame {
	width:950px;
	text-align:left;
	margin:0px auto;
	overflow:hidden;
}

#seo {
	top:0px;
	left:0px;
	width:100%;
	position:absolute;
	z-index:10;
}

#seo p {
	width:950px;
	text-align:left;
	margin:0px auto;
	overflow:hidden;
	font-size:90%;
}

/*
 ロゴ
----------------------------------------------------------- */
#headerFlame h1,
#headerFlame h2 {
	float:left;
	margin-top:17px;
}

/* ↓20100616追加↓ */
#logo1,
#logo2
 {
	float:left;
	margin-top:17px;
}
/* ↑20100616追加↑ */


/*
 ヘッダ右
----------------------------------------------------------- */
#headerRight {
	float:right;
	width:300px;
	overflow:hidden;
	position:relative;
}

/*
 フォントサイズの変更
----------------------------------------------------------- */	
#fontSize {
	width:200;
/*	width:174; */
	height:24px;
/*	overflow:hidden; */
	margin-left:120px;
}

#fontSize p,
#fontSize ul,
#fontSize li {
	float: left;
}

#fontSize p {
	font-size:10px;
/*	text-indent:-9999px;*/
	display:block;
/*	width:75px;*/
	width:76px;
	height:24px;
	text-decoration:none;/*for Netscape*/
/*	background: url(../img/btn_fontsize.gif) 0px 0px no-repeat;*/
}

#fontSizeBig,
#fontSizeBig a,
#fontSizeBig a:hover,
#fontSizeBase,
#fontSizeBase a,
#fontSizeBase a:hover,
#fontSizeSmall,
#fontSizeSmall a,
#fontSizeSmall a:hover {
	font-size:10px;
/*	text-indent:-9999px;*/
	display:block;
	height:24px;
	text-decoration:none;/*for Netscape*/
}

#fontSizeSmall a {
	width:33px;
/*	background: url(../img/btn_fontsize.gif) -75px 0px no-repeat;*/
}

#fontSizeSmall,
#fontSizeSmall a:hover {
	width:33px;
/*	background: url(../img/btn_fontsize.gif) -75px -24px no-repeat;*/
}

#fontSizeBase a {
	width:32px;
/*	background: url(../img/btn_fontsize.gif) -108px 0px no-repeat;*/
}

#fontSizeBase,
#fontSizeBase a:hover {
	width:32px;
/*	background: url(../img/btn_fontsize.gif) -108px -24px no-repeat;*/
}

#fontSizeBig a {
	width:34px;
/*	background: url(../img/btn_fontsize.gif) -140px 0px no-repeat;*/
}

#fontSizeBig,
#fontSizeBig a:hover {
	width:34px;
/*	background: url(../img/btn_fontsize.gif) -140px -24px no-repeat;*/
}
