@charset "UTF-8";
/* CSS Document */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


body {
	margin: 0;
	padding: 40px 0 20px 0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	text-align: center;
}

a, strong a {
	text-decoration:none;
	outline: none;
	color: #787670;
}
a:visited {
	color: #79766F;
}
a:hover {
	color: #000000;
}
h1, h2, h3, h4, h5, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #000000;
}
h1 a:visited {
	color: #000000;
}
h1 a:link {
	color: #000000;
}
h1 a:hover {
	color: #CCCCCC;
}
p {
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.45;
	/** 
	text-align:justify;
	text-justify:inter-ideograph;
	**/
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_wrapper {
	width: 960px;
	margin:0 auto 30px auto;
	text-align: left;
}
#main_wrapper_top {
	width: 960px;
	margin:0 auto 30px auto;
	text-align: left;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*********************************************
* HEADER / TOP NAV STYLES
*********************************************/      
#header {
  padding: 0 20px; 
  height: 55px;
  position: relative;
}

#header a#header_link {
  float: left;
  display: block;
  width: 320px;
}

#header #header_nav {
	position: absolute;
	right: 0;
	top: 0;
 	width: 542px;
}


/*-----------------------------------------------
 __footer_style
-----------------------------------------------*/

#footer {
	height: 30px;
	clear: both;
	position: relative;
	border-top: 1px solid #E0DED6;
	
}
#copyright {
	position: absolute;
	left: 20px;
	top: 13px;
	color: #000000;
	font-size: 77%;
}
#footerLink {
	float: right;
	width: 460px;
}
/* hide from Mac IE \*/
* html #footerLink { 
	width: 460px;
}
/* */
*:first-child+html #footerLink {
	width: 460px;
}
#footerLink li {
	height: 11px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	padding: 2px 12px 0 10px;
	border-right: 1px solid #E0DED6;
	font-size: 77%;
}
#footerLink li.last{
	border: none;
}
#footerLink li a{
	height: 11px;
	float: left;
	color: #8A7874;　/* season color　*/
	display: block;
}
#footerLink li a:hover{
	color: #000000;
}

/*-----------------------------------------------
 __defult_style
-----------------------------------------------*/
.mr_8 {
	margin-right: 8px;
}
.mr_20 {
	margin-right: 20px;
}
.mt_5 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_25 {
	margin-left: 25px;
}
.ml_60 {
	margin-left: 60px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pb_20 {
	padding-bottom: 20px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.blkTXT {
	color: #000000;
}
.link a {
	color: #8A7874; /* season color　*/
}
.link a:hover {
	color: #000000;
}
.underline {
	border-bottom: 1px solid #E1DCD6;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.subtitle {
	color: #000000;
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	
}
.blkTxt {
	color: #000000;
}
.grayTxt {
	color: #333333;
}
.seasonColor {
	color: #8A7874; /* season color　*/
}