﻿@charset "utf-8";

/* 基本構造
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 75%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #FFFF99 url(../images/index/body_bg.gif) center top repeat-y;
	text-align: center;
}

a {
	color: #003399;
}

a:visited {
	color: #003399;
}

a:hover {
	color: #0066CC;
}

img {
	border: none;
	vertical-align: top;
}

#wrapper { 
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 800px;
	text-align: left;
	background: #FFFFFF;
	padding-top: 160px;
	margin:auto;
}

/* ページトップ構造
---------------------------------------------*/
#seo {
	position: absolute;
	top: 0px;
	width: 800px;
	\width: 800px;
	w\idth/**/: 790px;
	height: 18px;
	padding-right: 10px;
	text-decoration:none;
	text-align:right;
	color:#000000;
	font-weight:normal;
}

#logo_title {
	position:absolute;
	top: 20px;
	width: 364px;
	height: 85px;
	padding-left: 10px;
}


/*  グローバルナビ
---------------------------------------------*/

#globalNav {
	position: absolute;
	top: 70px;
	width: 800px;
	list-style-type: none;
	padding: 25px 0 40px 0;
	background: url(../images/index/global_nav_bg.gif) repeat-x;
}

#globalNav li {
	float: left;
	width: 180px;
	margin: 5px 4px 5px 10px;
}

#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:50px;
	padding-top:50px;
	background-image: url(../images/index/global_nav.jpg);
	color: #FF0000;
}

/*  グローバルナビ画像切り替え
---------------------------------------------*/

/* 通常 */
#nav01 a { background-position:  0     0; }
#nav02 a { background-position: -180px 0; }
#nav03 a { background-position: -360px 0; }
#nav04 a { background-position: -540px 0; }
#nav05 a { background-position: -720px 0; }

/* ステイ */
#nav01 a.stay { background-position:  0     -50px; }
#nav02 a.stay { background-position: -180px -50px; }
#nav03 a.stay { background-position: -360px -50px; }
#nav04 a.stay { background-position: -540px -50px; }
#nav05 a.stay { background-position: -720px -50px; }


/* マウスオーバー */
#nav01 a:hover { background-position:  0     -100px; }
#nav02 a:hover { background-position: -180px -100px; }
#nav03 a:hover { background-position: -360px -100px; }
#nav04 a:hover { background-position: -540px -100px; }
#nav05 a:hover { background-position: -720px -100px; }


/* 本文レイアウト
---------------------------------------------*/
#pankuzu {
	width: 800px;
	height: 55px;
	background: url(../images/index/pankuzu_bg.gif) left top repeat-x;
	margin-bottom: 15px;
}

#pankuzu h2 {
	padding: 20px 0 0 10px;
	font-weight: normal;
}

#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 800px;
	background: #FFFFFF url(../images/index/content_bg.gif) left top repeat-y;
	padding-bottom: 15px;
	line-height: 2.5;
}


#about {
	float: left;
	width: 500px;
}

#newsRelease {
	float: left;
	width: 299px;
	padding-left: 1px;
}

#title_bg {
background: url(../images/index/title_bg.gif);
}

#about h3, #newsRelease h3, #content2 h3 {
	background: url(../images/index/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/index/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease h4 {
	margin: 25px 5px -5px 5px;
}
#newsRelease p, #content2 p, #photo p {
	margin: 16px 5px 0 18px;
}
#newsRelease li, #content2 li, #photo li {
	margin: 0 0 0 18px;
}
#newsRelease dl, #content2 dl, #photo dl {
	margin: 16px 5px 0 18px;
}
#newsRelease ul, #content2 ul, #photo ul {
	margin: 0 0 0 30px;
}
#newsRelease dl dt ul, #content2 dl dt ul, #photo dl dt ul {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

.fr {
	float: right;
	margin-left: 25px;
}

.fl {
	float: left;
	margin: 30px 100px 30px 100px;
}

.m20_0_20_0 {
	margin: 20px 0 20px 0;
}

.m20_0_5_50 {
	margin: 20px 0 5px 50px;
}

.vm {
	vertical-align: middle;
}

.text_12pt {
	font-size: 12pt;
	font-weight: bold;
}

.text_red_12pt {
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}

.text_blue_15pt {
	font-size: 14pt;
	color: #0000FF;
	font-weight: bold;
	padding-left: 5px;
}

.text_10pt {
	font-size: 10pt;
	vertical-align: top;
}

.text_red_10pt {
	font-size: 10pt;
	color: #FF0000;
	vertical-align: top;
}

#footer {
	text-align: center;
	line-height: 3;
	clear: both;
	padding-top: 30px;
	color: #FFFFFF;
	background: url(../images/index/footer_bg.gif) left top repeat-x;
}




/* 本文属性
---------------------------------------------*/
#seo h1 {
	background-color:#FFCC99;
	color:#666666;
}
#content h3 {
	color: #000000;
	background: #ffffff url(../images/title_bg.gif) left top repeat-x;
}
#content h4 {
	color: #000000;
	padding:10px 10px 10px 10px;
}

.tac {
	text-align:center;
}

#content p {
	margin: 16px 18px 0 18px;
}
#content dl {
	margin: 16px 18px 0 18px;
}
#content dl dt ul {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

/* お問い合わせのテーブル設定
---------------------------------------------*/
#inquiry {
	margin: 16px 18px 0 18px;
	width: 720px; /* ボックスの幅を指定 */
}
#inquiry table {
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#inquiry td {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	padding: 10px; /* 全方向にパディングを指定 */
}
#inquiry th {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: 6px solid #FFCC00; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	background-color: #FFFF99; /* セルの背景色を指定 */
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */	
	width: 200px; /* ボックスの幅を指定 */
	text-align: left;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	padding: 2px;
}
.text1 {
	width: 200px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}

/* 一行のテーブル設定
---------------------------------------------*/
#table1 {
	width: 750px; /* ボックスの幅を指定 */
	padding-bottom: 30px;
}
#table1 table {
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#table1 td {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	padding: 10px; /* 全方向にパディングを指定 */
}
#table1 th {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: 6px solid #FFCC00; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	background-color: #FFFF99; /* セルの背景色を指定 */
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */	
	width: 108px; /* ボックスの幅を指定 */
	text-align: left;
}
#table1 th.must {
	border-left-color: #D90000;
}
#table1 th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text5,.text6,.text7,.text8 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text5 {
	width: 570px;
}
.text6 {
	width: 4em;
}
.text7 {
	width: 98%;
}
.text8 {
	width: 98%;
}
#table1 select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#table1 .submit {
	margin-top: 30px;
	margin-bottom: 30px;
}
.text5:focus,.text6:focus,.text7:focus,.text8:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}

/* 単品商品購入のテーブル設定
---------------------------------------------*/
#item {
	width: 595px; /* ボックスの幅を指定 */
}
#item table {
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#item td {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	padding: 10px; /* 全方向にパディングを指定 */
}
#item th {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-weight: normal; /* フォントを通常の太さに指定 */	
	width: 298px; /* ボックスの幅を指定 */
}
#item th.must {
	border-left-color: #000000;
}
.text9,.text10,.text11,.text12 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text9 {
	width: 200px;
}
.text10 {
	width: 4em;
}
.text11 {
	width: 98%;
}
.text12 {
	width: 98%;
}
.text9:focus,.text10:focus,.text11:focus,.text12:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}


#cf {
	float:left;
	width:800;
	padding-bottom: 30px;
	background:: #FFFFFF;
	line-height: 3;
}
#cf .section {
	width: 750px;
	margin: 16px 18px 20px 18px;
	border-bottom: 1px solid #ccc;
}
#cf .section p {
	margin: 10px;
}