@charset "UTF-8";
/* CSS Document */

<style type="text/css">

a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	color: #CCCCCC;
	font-size: 12px;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

/* HeaderLink */
.headerLink {
	font-size: 11px;
	margin: 0;
}

.headerLink a:link { text-decoration: none; color: #CCCCCC;}
.headerLink a:visited { text-decoration: none; color: #CCCCCC;}
.headerLink a:active { text-decoration: none; color: #CCCCCC;}
.headerLink a:hover { color: #00FF00; text-decoration: underline;}

ul.headerLink li {display: inline; margin: 0 3px 0 0;}
ul.headerLink li.test1 {
	margin: 0 12px 0 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	
}

/* MainLeftMenu */
.mainLeftMenu {
	font-size: 12px;
	line-height: 120%;
	color: #444444;
}
.mainLeftMenu a:link { text-decoration: none; color: #444444;}
.mainLeftMenu a:visited { text-decoration: none; color: #666666;}
.mainLeftMenu a:active { text-decoration: none; color: #666666;}
.mainLeftMenu a:hover {color: #FF6600;text-decoration: underline;}

ul.mainLeftMenu li {margin: 0 3px 0 0;}

.mainLeftMenu2 {
	font-size: 12px;
	line-height: 120%;
	color: #444444;
	background-color:#dddddd;

}
.mainLeftMenu2 a:link { text-decoration: none; color: #444444;}
.mainLeftMenu2 a:visited { text-decoration: none; color: #666666;}
.mainLeftMenu2 a:active { text-decoration: none; color: #666666;}
.mainLeftMenu2 a:hover {color: #FF6600;text-decoration: underline;}

ul.mainLeftMenu2 li {margin: 0 3px 0 0;}


/* MainText */
.mainText {
	font-size: 12px;
	line-height: 160%;
	color: #222222;
}

.text10{font-Size: 10px; line-height:130%; color:#333333; margin: 0;padding: 0;}
.text11{
	font-Size: 11px;
	line-height:130%;
	color:#555555;
	margin: 0;
	padding: 0;
}
.text12{
	font-Size: 12px;
	line-height:130%;
	color:#222222;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.price12{
	font-Size: 12px;
	line-height:130%;
	color:#990000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.nouki10{
	font-Size: 10px;
	line-height:130%;
	color:#990000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.shoplist {
	font-size: 11px;
	margin: 0;
}
ul.shoplist li {display: inline; margin: 0 12px 0 0;}


/* FooterText*/
.footerText {
	font-size: 10px;
	margin: 10px 0 10px 0;
	color: #CCCCCC;
}

.footerText a:link { text-decoration: none; color: #CCCCCC;}
.footerText a:visited { text-decoration: none; color: #CCCCCC;}
.footerText a:active { text-decoration: none; color: #CCCCCC;}
.footerText a:hover {
	color: #999999;
	text-decoration: underline;
}

/* MainBackGround */
#whiteTop {
	clear:both;
	background-image:url(../images/white_bg_top.gif);
	background-repeat:no-repeat;
	width: 970px;
	height: 25px;
	text-align:center;
	background-color: #FFFFFF;
}
#whiteBottom {
	clear:both;
	background-image:url(../images/white_bg_bottom.gif);
	background-repeat:no-repeat;
	width: 970px;
	height: 60px;
	text-align:center;
	background-color: #000000;
}

</style>
