@charset "UTF-8";


/* == 全体設定 ============================================================= */
html {
	padding:0;
	margin:0;
}
body {
	color:#666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:0.9em;
	line-height:1.4;
	margin:0;
	padding:0;
	background: #D7D2B9 url(/img/season/body_bghead.gif) repeat-x top;
	/*background: #C3DCBE url(/img/season/body_bghead.gif) repeat-x top*/
} 

a {
	text-decoration:none;
}
a img {
	border:none;
}


/* -- 全体枠 -- */
#wrapper {
	width: 800px;
	margin: 0 auto;
}


/* == ヘッダ ========================================================== */
/* -- ヘッダ：タイトル -- */
#head-title {}
#head-title h1 {
	float:left;
	margin:0;
	padding:0;
}
#head-title p {
	text-align: right;
	text-transform: capitalize;
	margin: 0;
	padding: 7px 0 0;

	/* 秋バージョン
	background: url(/img/09aki/header_enbg.gif) no-repeat right bottom; */
}
#head-title p a {
	text-decoration: none;

	/* 秋バージョン
	color: #FFF;
	background:url(/img/aki/header_enlistmark.gif) left center no-repeat; */
}
#head-title p a:hover {
	/* color:#900; */
}
#head-title p img {
	margin: 0 0 0 5px;
}

#head-title form {
	margin:0;
	padding:0;
}
#head-title ul {
	text-align:right;
	margin:0px;
	padding: 5px 0px 0px;
}
#head-title li {
	display:inline;
	padding: 0px;
	margin: 0px 0px 0px 3px;
}
/*
#head-title li a {
	color:#c88c8c;
}
#head-title li a:hover {
	color:#900;
}
*/


/* -- ヘッダ：本体 -- */
#header {
	/*
	padding-bottom:14px;
	*/
	padding-bottom:16px;
	background-color: #fff;
	background-image: url(/img/season/header_bgfoot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header-inner {
	padding:24px 35px 0 35px;
	background-image: url(/img/season/header_bghead.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header-inner h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	float: left;
}
#header-inner h3 {
	clear: both;
	text-align: center;
	margin: 0;
}
.top-flash {
	clear: both;
	text-align: center;
}


/* == グローバルナビ ========================================================== */
#globalnavi {
	list-style: none;
	padding: 0;
	/*
	margin: 0 35px;
	*/
	margin: 0 27px 0 28px;
}
#globalnavi li {
	display: inline;
}


/* == コンテンツ ========================================================== */
#contents {
	clear: both;
	padding-top: 10px;
	background: url(/img/season/contents_bghead.gif) repeat-x left top #fff;
}
#contents-inner {
	padding-bottom: 26px;
	background: url(/img/season/contents_bgfoot.gif) repeat-x left bottom;
}
.read-title {
	font-size: 1.1em;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	text-align: center;
	margin-top: 15px;
}
.read-title sup {
	font-size: 0.7em;
	vertical-align: top;
}

/* == フッタ ========================================================== */
#footer {
	clear: both;
	font-size: 0.8em;
	color: #666;
}
#footer h3 {
	float: left;
	margin: 0 3px 0 0;
}
#footer address {
	font-style: normal;
}
#footer #copyright {
	margin: 0;
}
#footer a {
	text-decoration: underline;
	color: #666;
}
#footer a:hover {
	color: #D66C7A;

	/* 冬バージョン
	color: #F00; */
}


/* -- フッタ：ナビ -- */
#footernavi {
	padding: 0.8em 0;
	margin-bottom: 0.5em;
	font-size:.9em;

	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#footernavi a {
	text-decoration: none;
}
#footernavi a:hover {
}
#footernavi ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #666;
}
#footernavi li {
	display: inline;
	padding: 0 1em;
	border-left: 1px solid #666;
}
#privacy {
	margin: 0;
	float: right;
}


/* == 共通パーツ ============================================================ */
/* 親の枠で .pkg すること */
/* -- 枠：左寄せ -- */
#box_left {
	float: left;
}
/* -- 枠：センター -- */
#box_center {
	float: left;
}
/* -- 枠：左寄せ -- */
#box_right {
	float: right;
}


/* -- 画像右寄せ -- */
.imgfloatright {
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
/* -- 画像左寄せ -- */
.imgfloatleft{
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}


/* -- 回り込みクリア -- */
.floatclear {
	clear: both;
	height: 0;
}
.floatclear hr {
	display: none;
}


/* float等をCSSでクリアするためのhack */
.clearfix {
zoom:1; /* for IE 5.5-7 */
}
.clearfix:after { /* for modern browser */
content:".";
display: block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
