@charset "utf-8";

/* Basic Style
---------------------------------------------*/
A:link { color: #0033FF; text-decoration: underline; }
A:hover { color: #CC3333; text-decoration: none; }
A:visited { color: #9933CC; text-decoration: underline; }
A:active { color: #FF6600; text-decoration: underline; }

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h3 {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.tx10 { font-size: 10px; color: #333; line-height: 140%; }
.tx11 { font-size: 11px; color: #333; line-height: 150%; }
.tx11g { font-size: 11px; color: #666; line-height: 150%; }
.tx12 { font-size: 12px; color: #333; line-height: 160%; }
.tx12g { font-size: 12px; color: #666; line-height: 160%; }
.tx14 { font-size: 14px; color: #333; line-height: 160%; }

p {
	font-size: 12px;
	color: #333;
	line-height: 160%;
	margin: 5px 0;
	padding: 0;
}

img {
	border: none;
	virtical-align: middle;
}

/* Layout
---------------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#headder {
	width: 825px;
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url("img/header.jpg");
}

#container {
	width: 825px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url("img/content_bg.png");
}

#box {
	width: 800px;
	border: 1px solid #996;
	background-color: #F0F0DF;
	margin: 0;
	padding: 0;
}

#box2 {
	width: 805px;
	border: 1px solid #fc3;
	background-color: #fff;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;
}

#navigation {
	width: 800px;
	height: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#content {
	width: 700px;
	background-color: #F0F0DF;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	text-align: left;
}

.primary {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

.primary p {
	font-size: 11px;
	line-height:150%;
	color: #333;
	text-align: left;
}

.secondary {
	float: right;
	width: 650px;
	margin: 0;
	padding: 0;
}

.secondary p {
	font-size: 11px;
	color: #666;
	text-align: center;
}

/* @group List */
div.area{
	margin-bottom:32px;
}

div.area table{
	width: 600px;
}

div.area table tr{
	background: transparent url(image/bg_dot1.gif) repeat-x 0 bottom;
}

div.area table th{
	height:25px;
	padding-bottom: 1px;
}

div.area table .name{
	width: 515px;
}

div.area table .mens,
div.area table .ladies{
	width: 59px;
}

div.area table th.mens,
div.area table th.ladies{
	vertical-align: bottom;
}

div.area table td.name,
div.area table td.mens,
div.area table td.ladies{
	border-color: #E5E5E5;
	border-width: 0 1px 0 0;
	border-style: solid;
}

div.area table td.name{
	width: 495px;
	padding: 10px;
}

div.area table td.name span.shopname{
	font-weight: bold;
	font-size: 12px; line-height: 16px;
}

div.area table td.name span.add{
	font-size: 10px; line-height: 14px;
}

div.area table td.mens,
div.area table td.ladies{
	height:49px;
}

/* @end */

#footmenu {
	clear: both;
	width: 805px;
	margin: 0;
	padding: 0;
}
#footmenu p {
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

#footer {
	clear: both;
	width: 827px;
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url("img/footer_bg.png");
}
#footer p {
	font-size: 11px;
	font-color: #333;
	text-align: center;
	margin: 0;
	padding: 5px 0px 0px 0px;
}