@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color:#333;
	font-family:"MS Gothic", Osaka-mono, monospace;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}

H1{color: #FFF;font-size:12px;font-weight:normal;text-align:left;}
.msg {color: #663;font-size:12px;}
.msg_w12 {color: #FFF;font-size:12px;}
.msg_b12 {color: #000;font-size:12px;}
.msg_14 {color: #663;font-size:14px;}
.subtitle{color:#FFF;font-size:14px;}
.kingaku {color: #000;font-size:16px;}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:hover img{
	border-style: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

a:link {
	/*color:#663;
	color:rgba(28,89,255,1);*/
	color:rgba(0,0,0,1);
	text-decoration: underline;
}
a:visited {
	/*color:#663;
	color:rgba(28,89,255,1);*/
	color:rgba(0,0,0,1);
	text-decoration: underline;
}
a:hover {
	/*color:#663;
	color:rgba(28,89,255,1);*/
	color:rgba(230,230,230,1);
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}


/* basic layout
------------------------------*/
#wrapper {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	/*background-color: #000; */
	width:900px;
	background-color:#FFF;
	border-color:#000;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-width:1px;	
}

/* top styles
------------------------------*/
#top #header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#jersey #header {
	background-image:url(images/header-jersey.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#wb #header {
	background-image:url(images/header-wb.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#vest #header {
	background-image:url(images/header-vest.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#item #header {
	background-image:url(images/header-item.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#soccer #header {
	background-image:url(images/header-soccer.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#basketball #header {
	background-image:url(images/header-basketball.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#baseball #header {
	background-image:url(images/header-baseball.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#other-goods #header {
	background-image:url(images/header-ot-goods.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}
#inner #header {
	background-image:url(images/header-inner.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}
#s-wear #header {
	background-image:url(images/header-sports-W.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}
#tennis #header {
	background-image:url(images/header-tennis.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}
#table-t #header {
	background-image:url(images/header-table-t.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}

#orderform #header {
	background-image:url(images/header-order-f.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}


#inquiry #header {
	background-image:url(images/header-inquiry.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:900px;
	position: relative;
}




#logo{
	position:relative;
	left:0px;
	top:0px;
	width:385px;
}

#welcom{
	position:absolute;
	left:0px;
	top:120px;
	font-size:16px;
	color:#fff;
	width: 570px;
	text-align:center;
}

H1{
    font-size:16px;
	color:#fff;
	line-height:1.5em;
	text-align:center;
}


#col1{
	font-size:12px;
	background-color:#ccc;
	width:900px;
	position:relative;
	}
#col1 p{
	text-align:center;
	font-size:12px;
	color:#333;	
	}	
	
#col2{
	font-size:12px;
	background-color:#F66;
	width:900px;
	position:relative;
	}	
#col2 p{
	text-align:left;
	font-size:12px;
	line-height:1.25em;
	color:#fff;	
	}		

#jersey #col1{
	font-size:12px;
	color:#333;
	line-height:1.25em;
	}
	
#wb #col1{
	font-size:12px;
	color:#333;
	line-height:1.25em;
	}

#vest #col1{
	font-size:12px;
	color:#333;
	line-height:1.25em;
	}
		
#midimg{
	background-image:url(images/midle.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
	height:30px;
	width:900px;
	position:relative;
}

#opt1{
	font-size:14px;
	color:#333;
}

#opt1 table{
	border-collapse:separate;
	border-spacing:5px;
	border-color:#CCC;
	border-style:solid;
	}


#footer{
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
	height:120px;
	width:900px;
	position:relative;
}

#footer p{
	text-align:left;
	font-size:16px;
	line-height:1.25em;
	color:#fff;	
	}	



#sold_out{
	color:#F00;
	font-size:14px;
	font-weight:800;
}

#ex_toolbar{
	color:#000;
	font-size:14px;
	font-weight:800;
}


#chuui {
	background-image:url(images/zekken-chuui.gif);
	background-position: center;
	background-repeat:no-repeat;
}

.chuui-t {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-justify: inter-ideograph;
	color: #fff;
	font-weight: bold;
	line-height:1.3;
	display: block;
	margin-top: 12px;
	margin-left:5px;
}
	
.chuui-text {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #000;
	line-height:1.3;
	display: block;
	padding-left:11px;
	padding-right: 5px;
}
	
.chuui-text-red {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: justify;
	text-justify: inter-ideograph;
	color:rgba(255,0,0,1);
	line-height:1.3;
	display: block;
	padding-left:11px;
	padding-right: 5px;
}
	
.chumon {
	color: #FFF;
	font-size:16px;
	font-weight:normal;
	text-align:cnter;
	}
.kyouchou {
	color: #F00;
	font-weight:bold;
}
#zekken_owari {
	display:block;
	float:none;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	background-color:#F00;
	width:98%;
	padding:3px 3px 3px 5px;
	margin-bottom:5px;
}

.red {
	color:rgba(255,0,0,1);
}

.finish img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	}
	
.wt-txt {
	color: rgba(255,255,255,1);
}

#info{
	display:block;
	float:left;
	width:95%;
	height:136px;
	overflow:hidden;
	margin-top:3px;
	
	text-align:left;
	font-size:14px;
	color:#000000;
}