@charset "UTF-8";
/* CSS Document */

body {
    margin: 10px 10px 0px 10px;
	background-color: #ffffff;
	background-attachment:fixed;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	overflow-x:hidden;
}
body,td,th {
	color: #000000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.style1 {
	font-size: 12px;
	line-height: 16px;
}
.style2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.style3 {color: #FFFFFF;
}

a {
	font-weight: bold;
}

.topback{
	padding:5px;
	width:50px;
	font-size:10px;
	text-align:center;
	margin:5px 0 20px 700px;
}

.disconav{
	margin:10px 0 20px 0;
}

#menu2 {
  width:300px;
  padding:0;
  margin:0;
  list-style-type: none;
}
#menu2 li {
  width:20%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#menu2 li a {
	
  height:13px;
  width:auto;
  color:#fff;
  font-size:10px;
  font-weight:bold;
  padding:4px 0;
  text-decoration:none;
  display:block;
  background:#666;
  background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
}
#menu2 li a:hover {
  background:#555;
  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}

.buybtn{
	width:160px;
	margin:10px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#ff2819 0%,
		#ab0000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff2819),
		to(#ab0000));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		
		background-color:#F00;
	
}

.buybtn a{
	color:#FFF;
}

.style_txt{
	width:500px;
	margin:10px 0 20px 0;
	font-size:12px;
	font-weight:normal;
}