@charset "shift_jis";
.all {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 175%;
	font-weight: normal;
	color: #FFFFFF;
	margin: auto;
	width: 850px;
	background-color: #333333;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.all .header {
	background-image: url(img/temp/header.gif);
	background-repeat: no-repeat;
	height: 105px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.all h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	background-image: url(img/temp/h1.gif);
	background-repeat: repeat;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
body {
	background-color: #000000;
	background-image: url(img/temp/body_back.gif);
	background-repeat: repeat-x;
}
.all .main {
	clear: left;
	padding-right: 5px;
	padding-left: 5px;
}
.all .main .left_01 {
	float: left;
	width: 620px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.all .main .left_01 .flash {
	margin-bottom: 10px;
	background-image: url(image/pic1.jpg);
	background-repeat: no-repeat;
}
.all .main .right_01 .btm_01 {
	margin-bottom: 5px;
}
.all .main .right_01 h3 {
	background-image: url(img/temp/h1.gif);
	text-align: center;
	padding: 3px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
}
.all .main .right_01 .menu {
	margin-bottom: 5px;
}


.all .copy {
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
	background-image: url(img/temp/copy.gif);
	background-repeat: no-repeat;
	height: 85px;
}
.all .copy .footerNav .nl a {
	color: #FFFFFF;
	text-decoration: none;
}

.all .main .right_01 {
	float: right;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 10px;
}


* {
	margin: 0px;
	padding: 0px;
}
/* --- ナビゲーションバー --- */
div.nav {
	width: 100%; /* 下境界線 */
	font-size: 98%;
	background-image: url(img/temp/hor_menu6_off.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #333333;
}

/* --- メニューエリア --- */
div.nav ul.nl {
	margin: 0 auto; /* センターに配置 */
	padding: 0; /* メニューの右境界線 */
	list-style-type: none;
	text-align: center;
	background-image: url(img/temp/hor_menu6_off.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 20%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 7px 2px 4px; /* リンクエリアの右境界線 */
	text-decoration: none; /* テキストの下線（なし） */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #ffffff; /* 文字色 */
	line-height: 100%; /* 行の高さ */
}
/* 英字部分 */
div.nav ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
	background-image: url(img/temp/hor_menu6_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.nav ul.nl li a:hover span.en {
color: #fde337; /* ポイント時の英字の文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
/* --- フッタナビゲーション --- */
div.footerNav {
	font-size: 98%;
	margin-bottom: 5px;
}

/* --- メニューエリア --- */
div.footerNav ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center; /* メニューのセンタリング */
}

/* --- メニュー項目 --- */
div.footerNav ul.nl li {
margin: 0 4px; /* 項目のパディング（上下、左右） */
display: inline;
}
/* --- ナビゲーションバー --- */
div.nav2 {
font-size: 98%;
}

/* --- メニューエリア --- */
div.nav2 ul.nl {
margin: 0;
padding: 0;
border: 1px #666666 solid; /* メニューエリアの境界線 */
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.nav2 ul.nl li {
border-top: 1px #808080 solid; /* 項目の上境界線 */
border-bottom: 1px #404040 solid; /* 項目の下境界線 */
}

/* --- リンク --- */
div.nav2 ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 6px 10px; /* リンクエリアの背景 */
	color: #e0e0e0; /* 文字色 */
	text-decoration: none; /* テキストの下線（なし） */
	background-color: #3f3f3f;
	background-image: url(img/temp/ver_menu4_off.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* --- ポイント時の設定 --- */
div.nav2 ul.nl li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
	background-color: #505050;
	background-image: url(img/temp/ver_menu4_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* --- 見出しエリア --- */
div.heading {
	margin-bottom: 5px; /* 見出しエリアの背景 */
	background-color: #ebe6cb;
	background-image: url(img/contents/heading_back5_7.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
}

/* --- 見出し --- */
div.heading h2 {
	margin: 0;
	padding: 3px 0 0 16px; /* 見出しの背景 */
	font-size: 100%; /* 見出しの文字サイズ */
	line-height: 100%;
	background-image: url(img/contents/heading_square5.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	color: #000000;
}
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 306px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background: #FFFFFF;
}
form.contact {
font-size: 95%;
}
form.contact p {
line-height: 130%;
}
form.contact p.attention img {
vertical-align: middle;
}
form.contact table {
	width: 100%;
	border: 1px #c0c0c0 solid;
}
form.contact th {
	width: 140px;
	padding: 10px 8px;
	border-bottom: 1px #c0c0c0 dotted;
	text-align: left;
	line-height: 130%;
}
form.contact th span.supplement {
font-weight: normal;
}
form.contact td {
	padding: 10px 5px 7px;
	border-bottom: 1px #c0c0c0 dotted;
}
form.contact td span.supplement {
color: #808080;
}
form.contact td.required {
	width: 26px;
	padding: 10px 3px;
	background-color: #CCCCCC;
	text-align: center;
}
form.contact td.arbitrary {
background-color: #e0f1fc;
}
form.contact input,
form.contact select,
form.contact textarea {
margin-bottom: 2px; 
}
#company, #section, #name, #name2,
#email, #address {
width: 350px;
}
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 70px;
}
#zip1, #zip2 {
width: 70px; 
}
#message {
width: 420px; 
height: 10em; 
}
form.contact p.button {
margin: 20px 0 0; 
text-align: center;
}.all .main .right_01 .waku_03 {
	background-color: #B0FFB0;
	padding: 10px;
}
table.table-01 {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
a {
	color: #FFFF00;
}
table.table-01 th {
	padding: 5px;
	font-weight: bold;
	line-height: 120%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.table-01 td {
	padding: 5px;
	border: 1px solid #999999;
	border-collapse: collapse;
}.all .main .left_01 .waku_04 {
	background-color: #181818;
	padding: 15px;
}
.all .main .right_01 .waku_05 {
	background-color: #003300;
	padding: 10px;
	margin-bottom: 5px;
}
.all .main .right_01 .news {
	margin-bottom: 5px;
}
.all .main .left_01 .waku_06 {
	background-color: #666666;
	margin-bottom: 10px;
}
.all .main .left_01 .waku_07 {
	background-color: #1B1B1B;
	padding: 8px;
	margin-bottom: 10px;
}
.all .main .left_01 .waku_07 .new_goods {
	padding: 5px;
	width: 108px;
	background-color: #333333;
}
.all .main .right_01 .messege {
	padding: 5px;
	border: 3px double #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
/* --- 見出しエリア --- */
div.heading_s {
margin-bottom: 1em;
padding: 4px 0; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し --- */
div.heading_s h3 {
	margin: 0;
	padding: 3px 3px 0 5px; /* 見出しの左境界線 */
	font-size: 100%; /* 見出しの文字サイズ */
	line-height: 100%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}.all .main .left_01 .waku_04 .en_w01 {
	background-color: #333333;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 200%;
}
