﻿@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: center;
}

body {
	padding: 0px;
margin: 0px auto;
text-align: center;
	background-color: #220b0b;
background-image : url(../image/online_store.jpg);
background-repeat: no-repeat;
background-position: 50% 0% ;
background-attachment: fixed;

	text-align: center;
}

p, li, dt, dd, address {
	color: #ffffff;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {	
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}
ul li ol li {
	color: #ffffff;
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin-bottom: 0px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input {
	text-align: center;
	margin-right: 0px;
	padding: 0px;
	font-size: 100%;
	color: #000000;
}
form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
	color: #000000;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}

form  {
	color: #000000;
	text-align: center;
}

form p input {
	color: #000000;
	text-align: center;
}
form textarea {
	padding: 1px;
	color: #000000;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	text-align: center;
	margin:10px auto 10px auto;
	border: 1px solid #ffffff;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #ffffff;
	color: ffffff;
	font-weight: normal;
	border: 1px solid #ffffff;
	background-color: #220b0b;

	text-align: center;
}
table tr td {
	color :ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #ffb100;

	text-decoration: underline;
}
a:active, a:hover {
	color: #ff0000;

	text-decoration: underline;
}
h2 {
	color:#ffffff;
	font-size:24px;
	text-align:center;}

h3 {
	color:#ffffff;
	font-size:16px;
	text-align:center;
	background-color:#891818;}
	
	
h4 {
	color:#ec0070;
	font-size:14px;
	text-align:center;}
	
h5 {
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
	text-align:center;}
	
h6 {
	padding:0;
	font-size:16px;
	text-align:center;
	color:#ffffff;
	background-color:#891818;}

/* ----- 基本構造 -------------------------------------- */

div#wall {
	width: 768px;
	margin: 0px auto;	}

div#container {
	width: 768px;
	margin: 0px auto;	}

div#header {
	width: 768px;
	height: 192px;}

.box1 {
	width: 100%;
	height: 42px;
	float: left;}

.box2 {
	width: 100%;
	height: 75px;
	float: left;}

.box3 {
	text-align:center;
	width: 100%;
	height: 75px;
	float: left;}

div#menu {
	width: 768px;
	height: 37px;
	float: none;
	clear: both;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;}

.box4 {
	width: 100%;
	height: 5px;
	overflow:hidden;
	float: left;
}
	
.box5 {
	text-align:center;
	width: 100%;
	height: 32px;
	float: left;
}

.box5 img {
	margin-left:10px;
	margin-right:10px;}

.box6 {
	width: 100%;
	height: 24px;
	float: left;}
	
.main {
	color: #ffffff;
	text-align:center;
	width: 768px;
	float: left;}

.main img{
	text-align:right;
	float: right;}
	
.main form {
	text-align:center;}
	
.main1 {
	color: #ffffff;
	text-align:center;
	width: 768px;
	float: left;}
	
.footer {
	width:768px;
	text-align:center;
	color: #ffffff;
	border-top: 2px solid #ffffff;
	padding: 20px 0px 20px 0px;
	float: none;
	clear: both;}
	
span.explain {
	color: #ffffff;}

div#page, div#navi, div#contents, div#work, div#form, div#order, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px 15px;}
	

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

div#header h1 {
	padding: 10px 15px 10px 15px;
}
div#header h1 a {
	color: #c2c2c2;

	font-size: 20px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 15px;
	font-size: 12px;
	color: #c2c2c2;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {

}
div#menu ul li {
	display: inline;}

div#menu a:link, div#menu a:visited {
	color: #ffb100;
}
div#menu a:active, div#menu a:hover {
	color: #ff0000;
}


