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

h1, h2, h3, h4, div, p, pre, blockquote, address, table, th, td, caption {
/* set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:100%;
	margin:0px; 
	padding:0px;
}

form {
	font-size:100%;
	margin:0px; 
	padding:0px;
}

body {
	margin:0 auto;
	padding:0 0 0 0;
	color:#333333;
	background-image:url(images/bg_default.gif);
	font-family:Arial, Helvetica, "MS PGothic", "Osaka", sans-serif;
	font-size:100%;
}

img {
	border:none;
	vertical-align:bottom;
}

/* リンクカラー設定開始 ------------------------ */

a:link {
	color:#8B0000;
}

a:visited {
	color:#8B0000;
}

a:hover {
	color:#ff0000;
}

a:active {
	color:#660000;
}

/* レイアウトオブジェクト設定開始 ------------------------ */

#container {
	width:752px;
	height:100%;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
}

#container-head {
	width:750px;
	height:105px;
}

#container-head:after {
	clear:both;
}

#head-main {
	width:638px;
	height:81px;
	float:left;
}

#head-sub {
	width:112px;
	height:81px;
	float:right;
}

#head-sub:after {
	clear:both;
}

#head-gap {
	clear:both;
	height:24px;
	width:750px;
	display:inline;
}

#container-contents {
	width:750px;
	height:100%;
	background-image:url(images/bg_contents.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#container-contents:after {
	clear:both;	
}

#contents-main {
	width:648px;
	height:100%;
	float:left;
}

#contents-sub {
	width:102px;
	height:363px;
	float:right;
	border:none;
}

#contents-bottom {
	width:750px;
	clear:both;
	height:100%;
}

#container-foot {
	width:750px;
	height:90px;
}

#container-foot:after {
	clear:both;	
}

#foot-main {
	width:568px;
	height:32px;
	float:left;
}

#foot-copyrights {
	float:left;
	width:300px;
	height:auto;
	padding-left:15px;
	text-align:left;
	font-family:"Arial, Helvetica, MS P Gothic";
	font-size:75%;
	line-height:260%;
	color:#330000;
}

#foot-sub {
	width:182px;
	height:83px;
	float:left;
}




/* ヘッダーナビゲーション設定開始 ------------------------ */

#navh {
	width:638px;
	height:27px;
	border:0px;
}

#navh ul, #navh li, #navh a {
	margin:0;
	padding:0;
	border:0px;
}

#navh li {
	float:left;
	list-style:none;
}

#navh a {
	text-decoration:none;
}

/* コンテンツナビゲーション設定開始 ------------------------ */

#navc {
	clear:both;
	height:363px;
	width:102px;
}

#navc ul, #navc li, #navc a {
	margin:0;
	padding:0;
}

#navc .a {
	list-style:none;
	height:78px;
	width:102px;
	display:inline;
}

#navc .b {
	list-style:none;
	height:85px;
	width:102px;
	display:inline;
}

#navc .c {
	list-style:none;
	height:84px;
	width:102px;
	display:inline;
}

#navc .d {
	list-style:none;
	height:116px;
	width:102px;
	display:inline;
}

#navc a {
	text-decoration:none;
}

/* フッターナビゲーション設定開始 ------------------------ */

#navf {
	margin:7px 0 0 15px;
}

#navf ul:after {
	clear:both;
}

#navf ul, #navf li, #navf a {
	margin:0;
	padding:0;
}

#navf li {
	float:left;
	list-style:none;
	margin:0 15px 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka;
	font-size:75%;
}

#navf a {
	text-decoration:none;
}

#navf a:hover {
	text-decoration:underline;
}

/* フッターサブナビゲーション設定開始 ------------------------ */

#navf-sub {
	width:182px;
	height:83px;
}

#navf-sub ul, #navf-sub li, #navf-sub a {
	margin:0;
	padding:0;
}

#navf-sub li {
	float:left;
	list-style:none;
}

#navf-sub:after {
	clear:both;
}

#navf-sub a {
	text-decoration:none;
}


/* フレイバーエクスプレス購入ボタン設定 ------------------------ */

.btn-express {
	margin:0 auto;
	text-align:center;
}

/* コピーライト表示設定
--------------------------------------------------------- */

#commonCopyright {
	text-align:left;
	margin:15px 0 0 10px;
	padding-top:15px;
}




/* CSSハック
--------------------------------------------------------- */
#navh:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#navh {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #navh { height:1%; }
#navh { display:block; }
/* End hide from IE-mac */

#container-contents:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#container-contents {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #container-contents { height:1%; }
#container-contents { display:block; }
/* End hide from IE-mac */

#foot-main:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#foot-main {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #foot-main { height:1%; }
#foot-main { display:block; }
/* End hide from IE-mac */


.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 */
