@charset "utf-8";

@import "reset.css";


/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #FF0000;
	text-align: center;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
}
h6 {
	display: none;
}
.clear {
	clear: both;
}
.style1 {
	font-weight: bold;
	color: #FF0000;
}
.style2 {
	font-weight: bold;
	color: #FF0066;
}
/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
div#header {
	background-image: url(../img/bgHead.jpg);
	background-repeat: repeat-x;
	height: 135px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
div#header2 {
	background-image: url(../img/bgHead.jpg);
	background-repeat: repeat-y;
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
div#header h1 {
	width: auto;
	float: left;
	text-align: left;
	height: auto;
}
div#header #path {
	width: auto;
	height: auto;
	text-align: right;
}
h2#topimg {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}
p#coution {
	height: auto;
	width: auto;
	font-size: 11px;
	color: #FF6600;
	text-align: right;
}
ul#navi {
	float: left;
	width: 815px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	text-align: center;
}
.shoplist {
	margin-right: auto;
	margin-left: auto;
}
*html ul#navi {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul#navi li {
	float: left;
	width: auto;
	color: #FF0000;
	height: 50px;
	text-align: center;
}
a:link {
	color: #FF99CC;
	text-decoration: underline;
}
a:visited {
	color: #FF3399;
	text-decoration: underline;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
a:active {
	color: #FF0066;
	text-decoration: underline;
}
#path a:link {
	color: #FF0000;
	text-decoration: underline;
}
#path a:visited {
	color: #990000;
	text-decoration: underline;
}
#path a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#path a:active {
	color: #FFFF00;
	text-decoration: underline;
}
div#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
	height: auto;
	background-position: center;
	padding-right: 5px;
	padding-left: 5px;
}
*html div#container {
	padding-left: 7px;
}
div#content {
	height: 100%;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
div#main_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: left;
	padding-top: 1em;
}
ul#4koma {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
}
ul#4koma li {
	float: left;
	height: auto;
	width: 180px;
	padding: 10px;
}
div#left_content {
	height: auto;
	width: 480px;
	margin-right: auto;
	margin-left: 0px;
	float: left;
}
div#right_content {
	width: 288px;
	height: auto;
	margin-right: 0px;
	margin-left: auto;
	float: right;
	padding-left: 10px;
}
dl#new {
	width: auto;
	height: auto;
	padding: 0.5em;
}
dl#new dt {
	float: left;
	width: 7em;
	color: #009999;
	font-weight: bold;
}
dl#new dd {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0066;
}
dl#spec {
	width: 500px;
	padding-top: 1em;
}
dl#spec dt.dt01 {
	background-color: #33CC66;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	width: 100px;
}
dl#spec dt.dt02 {
	background-color: #33CC33;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	width: 100px;
}
dl#spec {
	width: 480px;
}
dl#spec dt {
	margin: 1px;
	width: 70px;
}
dl#spec dd {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #009966;
	width: 375px;
	float: right;
	margin: 1px;
}
div#publish {
	height: 138px;
}
div#a {
	height: auto;
}
.mirror {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FF9900;
	width: 600px;
}
.mirror .title {
	font-weight: bold;
	color: #000000;
	background-color: #33CC66;
	font-size: 12px;
}
.mirror td {
	width: 200px;
	color: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px dotted #ABEAFE;
	padding-left: 3px;
}
.mirror a:link {
	color: #666666;
	text-decoration: underline;
}
.mirror a:visited {
	color: #333333;
	text-decoration: underline;
}
.mirror a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.mirror a:active {
	color: #FF9900;
	text-decoration: underline;
}
/*----------------------------------------------------
フッターのスタイル
----------------------------------------------------*/
div#footer {
	height: auto;
	width: 800px;
	text-align: center;
	color: #009966;
	font-weight: bold;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------------------------------
応援バナーのスタイル
----------------------------------------------------*/
.banner_midashi {
	width: 800px;
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
.ouen_banner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner_size {
	width: 600px;
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.banner_size_vertical {
	width: 120px;
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.url {
	width: 600px;
	border: 1px solid #FF6699;
	color: #FF6699;
}
.url_vertical {
	width: 120px;
	border: 1px solid #FF6699;
	color: #FF6699;
}
.banner_a_size {
	width: 600px;
	background-color: #33FF99;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.banner_size_a_vertical {
	width: 120px;
	background-color: #33FF99;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.url_a {
	width: 600px;
	border: 1px solid #3399FF;
	color: #3399FF;
}
.url_a_vertical {
	width: 120px;
	border: 1px solid #3399FF;
	color: #3399FF;
}
.banner_coution {
	text-align: left;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
