@charset "UTF-8";


/* clearfix
-------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* フロートクリア
-------------------------------------------------------------------------------- */

.clear {
	clear: both;
}
.float-clear {
	clear: both;
}
hr {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border-style: none;
	visibility: hidden;
}



/* レイアウトベース
-------------------------------------------------------------------------------- */

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 0.875em; /*14px*/
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}



/* リンク
-------------------------------------------------------------------------------- */

a:link {
	color: #03c;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #06f;
	text-decoration: underline;
}
a:active {
	color: #009;
	text-decoration: underline;
}



/* テキスト
-------------------------------------------------------------------------------- */

.textGreen {
	color: #093;
}
.textRed {
	color: #f00;
}
.textOrange {
	color: #f60;
}
.textBlue {
	color: #04f;
}
.textNone {
	display: none;
}
.textSmall {
	font-size: 0.857em; /*14px→12px*/
}
.textXSmall {
	font-size: 0.715em; /*14px→10px*/
}
.textLarge {
	font-size: 1.43em; /*14px→20px*/
}
.textXLarge {
	font-size: 1.715em; /*14px→24px*/
}
.textNormal {
	font-weight: normal;
}
.hSmall {
	font-size: 0.857em; /*14px→12px*/
}
.hXSmall {
	font-size: 0.715em; /*14px→10px*/
}
.hLarge {
	font-size: 1.43em; /*14px→20px*/
}
.hXLarge {
	font-size: 1.715em; /*14px→24px*/
}
.hNormal {
	font-weight: normal;
}



/* ヘッダ
-------------------------------------------------------------------------------- */

#header {
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	width: 900px;
	overflow: hidden;
	background-color: #880;
}
#header h1 {
	background-image: url(../../images/site_id.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 550px;
	overflow: hidden;
	float: left;
}
#header h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 550px;
	outline-style: none;
}
#header #searchBox {
	margin: 0px;
	padding: 14px 15px 0px 0px;
	height: 50px;
	width: 300px;
	overflow: hidden;
	float: right;
	text-align: right;
}
#header #searchBox input {
	vertical-align: middle;
}
#header #searchBox input#search {
	background-color: #fff;
	width: 168px;
	border: 1px solid #660;
	/*color: #999;*/
}



/* コンテンツエリア
-------------------------------------------------------------------------------- */

#content {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}



/* フッタ
-------------------------------------------------------------------------------- */

#footer {
	clear: both;
	margin: 0px auto;
	padding: 9px 0px;
	text-align: center;
	width: 900px;
	background-color: #880;
}
#footer p#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.857em; /*14px→12px*/
	line-height: 1;
	color: #fff;
}
#footer p#copyright a {
	color: #fff;
}
