@charset "utf-8";
/* formatting style
-----------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Helvetica;
	font-size: 75%;
	line-height: 1.4;
}
/* link styles
-----------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
	color: #666666;
}
#warpper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#warpper #pankuzu {

}

#warpper #top {
	background-color: #FFFFFF;
	height: 150px;
}
#top #gunshop {
	position: absolute;
	top: 8px;
}
#top #jitudan {
	float: right;
	margin-top: 130px;
	margin-right: 40px;
	text-decoration: underline;
}
#top #kaiseki {
	position: absolute;
	right: 0px;
}

#warpper #sub {
	color: #000000;
	height: 23px;
	font-family: Helvetica,;
	font-size: 130%;
	font-style: italic;
	line-height: 1.6em;
	border-bottom: medium ridge #333333;
}
#sub ul {
	margin-left: 580px;
}
#sub ul li {
	float: left;
	list-style: none;
	font-size: 90%;
	width: 50px;
	border-top: thin ridge #333333;
	border-right: thin ridge #333333;
	border-bottom: none;
	border-left: thin ridge #333333;
	background-color: #333333;
	color: #FFFFFF;
}
#sub ul li a {
	background-color: #000000;
	text-align: center;
	display: block;
}

#sub ul li a:link {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	display: block;
}
#sub ul li a:hover {
	background-color: #666666;
	display: block;
	text-align: center;
}


#warpper #main {
	background-color: #FFFFFF;
	height: 350px;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: 200px;
}
