@charset "utf-8";
/* 英語ページがあるためUTF-8 */


/* ---▼リセット--- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6{
	font-size: 100%; font-weight: normal;}

ol, ul{
	list-style: none;}

fieldset, img{
	border: none;}

table{
	border-collapse: collapse; border-spacing: 0;}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; font-weight: normal;}

li img {
	vertical-align: bottom;}
/* ---▲リセット--- */



/* ---▼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 */
/* ---▲Clearfix--- */


.floatclear {
	clear: both;
	}


/* ---▼大枠--- */

body {
	width: 100%;
	background-color: #ffe673;
	color:#666;
	font-size: 75%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo, Osaka, sans-serif, Verdana, Arial;
	line-height: 180%;
	text-align: center;
	}

	/* ---▼全体スペース枠--- */
	#wapper {
	width: 100%;
	}

	/* ---▼ヘッダー枠--- */
	#header_wapper {
	width: 100%;
	height: 190px;
	background-image: url(../img/common/headerBack.png);
	background-repeat: repeat-x;
	}
	
	#header {
	background-color: #ffe673;
	background-image: url(../img/common/headerLogoBack.gif);
	background-repeat: no-repeat;
	height: 190px;
	width: 960px;
	margin: 0 auto;
	line-height: 0px;
	}

	/* ---▼センタースペース枠--- */
	#main_wapper {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 180%;
	}

	/* ---▼フッター枠--- */
	#footer_wapper {
	width: 100%;
	background-image: url(../img/common/footerBack.gif);
	background-repeat: repeat-x;
	clear: both;
	}
	
	#footer {
	width: 960px;
	height: 80px;
	background-image: url(../img/common/footerBack.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	}
	
/* ---▲大枠--- */


/* ---▼ヘッダー--- */

	/* ---▼ヘッダーロゴ--- */
	#header .headerLogo {
	float: left;
	width: 530px;
	}
	
	/* ---▼ヘッダーサブナビ--- */
	#header .snavi {
	float: right;
	width: 430px;
	text-align: right;
	}
	
	#header .snavi li {
	display: inline;
	}
	
	/* ---▼ヘッダーグローバルナビ--- */
	#header .gnavi {
	float: left;
	width: 960px;
	}
	
	#header .gnavi li {
	display: inline;
	}
	
/* ---▲ヘッダー--- */


/* ---▼サイドバー--- */

	#sideBarInner {
	margin: 10px;
	width: 160px;
	line-height: 160%;
	}

	.sideMenu {width:160px; clear:both; border-top:1px solid #999; margin-top:20px}
	.sideMenu li.ST{ color:#FFF; font-weight:bold; text-align:center; background:#333; border-bottom:1px solid #999; padding:5px; display:block;}
	.sideMenu li.F2{ background:#fff; border-bottom:1px dotted #999; padding:8px; display:block;}
	.sideMenu li a{ border-bottom:1px dotted #999; padding:8px; display:block;}
	.sideMenu li a:hover{ background:#fff; text-decoration:none;}
	.sideMenu li.none{ color:#999; font-weight:bold; border-bottom:1px dotted #999; padding:8px; display:block;}
	.sideMenu-title{font-weight:bold;}
	.sideMenu-day{color:#333333;}

/* ---▲サイドバー--- */




/* ---▼フッター--- */

	/* ---▼フッター余白--- */
	#footer #footer_gnavi {
	height: 40px;
	text-align: right;
	}
	
	/* ---▼カウンター--- */
	.counter {
	height:10px;
	padding-right: 5px;
	}
	
	/* ---▼フッターサブサブナビインナー--- */
	#footer_ssnavi_inner {
	width: 960px;
	height: 20px;
	}

	/* ---▼フッターサブサブナビ--- */
	#footer #footer_ssnavi {
	text-align: left;
	height: 20px;
	float: left;
	width: 873px;
	line-height: 0px;
	}
	
	#footer #footer_ssnavi li {
	display: inline;
	}
	
	/* ---▼フッターページトップへ--- */
	#footer_pagetop {
	float: right;
	height: 20px;
	width: 87px;
	line-height: 0px;
	}
	
	/* ---▼フッターコピーライト--- */
	#footer #copyright {
	height: 20px;
	background-image: url(../img/common/footerCopyRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 0px;
	clear:both;
	}

/* ---▲フッター--- */
