@charset "utf-8";

body {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #008b2a;
}

body, div, p, h1, h2, h3, h4, h5, ul, ol, img, dl, dt, dd, img, a {
	margin: 0;
	padding: 0;
	border: 0;
	
/*	font-size: 100%;
	font-weight: normal;*/
}

div, p, h1, h2, h3, h4, h5, ul, ol, dl, dt, dd, a {
	font-size: 100%;
	font-weight: normal;
}

th, td {
	font-size: 100%;
}

a {
	text-decortion: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;	
}

small {
	font-size: 85.7%;
}

/* 以下オリジナル */

body {
	background-image: url(../img/top-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


small {
	font-size: 85.7%;
}


/* ▼コンテナ */
#container {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
}


/* ▼ヘッダーメニュー */
.header {
	text-align: right;
	height: 96px;
}

.header h1 {
	width: 132px;
	height: 96px;

	float: left;
}

.menuArea {
	width: 774px;
	height: 96px;
	
	float: right;
}

/* ▼サブメニュー */

.subMenu {
	width: 774px;
	height: 24px;
}

.subMenu a {
	height: 24px;
	display:block;
	_display:inline;
}

.subMenu ul {
	height: 24px;
/*	display: inline;*/
}

.subMenu ul li {
	padding-left: 17px;
	height: 24px;

	background-image: url(../img/top_menu_bar.gif);
	background-position: left middle;
	background-repeat: no-repeat;
	
	float: right;
}

.subMenu ul li.first {
	padding-left: 0;

	background-image: none;
}



/* ▼フォントサイズチェンジ */
.fontsizeArea {
	width: 158px;
	margin-top: 24px;
	height: 24px;
	text-align: right;
	float: right;
}

.fscButtonArea a {
	margin-left: 6px;
	height: 24px;
}

/* ▼ショップメニューボタン */
.shopButtonArea {
	width: 349px;
	height: 52px;
	margin: 10px 0 0 254px; /* 192px; */
	_margin-left: 0;
	_padding-left: 254px;
	float: left;
}

.shopButtonArea img {
	padding-left: 5px;
}


/* ▼コンテナ 外枠線 */
.greenLine {
	padding-right: 1px;
	padding-left: 1px;

	background-color: #FFFFFF;
	background-image: url(../img/bg_content.gif);
	background-position: center;
	background-repeat: repeat-y;
	border-top: #00be32 solid 1px;
	border-bottom: #00be32 solid 1px;
	clear: both;
}

/* ▼スクロールボタン */
.scroll {
	height: 23px;
	margin-top: 50px;
	text-align: right;
	clear: both;
}

.close {
	margin-right: 23px;
}

/* ▼フッター */
#footer {
	border-top: solid 1px #ffffff;
	margin-top: 46px;
	padding-top: 8px;
	padding-bottom: 16px;
	color: #ffffff;
	font-size: 71.4%;
	text-align: center;
}

/* clear設定 */

.clearfix{
	/*\*/
	_height:1px;
	_overflow:visible;
	zoom:1;
	/**/
	/*\*//*/
	display:inline-table;
	/**/
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


