@charset "utf-8";
/* CSS Document */

*{font-size:12px;
  color:#535353;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin:0;
  padding:0;
  list-style:none;
	}
	
body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.red{
	font-weight: bold;
	color: #FF0000;
}

#box01{
	padding: 0px;
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
}

#main{
	height: 265px;
	width: 700px;
	margin-bottom: 20px;
}

p.price a{
	display: block;
	height: 25px;
	width: 180px;
	margin-top: 15px;
	line-height: 25px;
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FF0032;
	text-decoration:none;
}

p.price a:hover{
	display: block;
	height: 21px;
	width: 176px;
	margin-top: 15px;
	line-height: 21px;
	text-align: center;
	font-weight: bolder;
	color: #FF0032;
	background-color: #FFFFFF;
	text-decoration:none;
	border: 2px solid #FF0032;
}

.clear{
	clear:both;
}

#top{
	height: auto;
	width: 700px;
	font-size: 12px;
	margin-bottom: 30px;
	text-align: center;
}

#top a{
	height: 26px;
	width: 80px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	color: #FF0032;
	border: 2px dotted #FF0032;
	text-decoration:none;
}

#top a:hover{
	height: 26px;
	width: 80px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	border: 2px dotted #FF0032;
	text-decoration:none;
	background-color: #FF0032;
}

dl.det{
	width: 660px;
	margin-left: 20px;
	height: auto;
}

.det dt{
	float: left;
	height: auto;
	width: 200px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
}

.det dd{
	width: 460px;
	float: left;
	line-height: 1.4em;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
}

.det ul{
	width: 430px;
	height: auto;
	list-style-type: none;
	padding-left: 12px;
}

.det li{
	text-indent: -12px;
}

#foot{
	height: 25px;
	width: 700px;
	font-size: 12px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #FF0032;
	display: block;
	color: #FFFFFF;
	line-height: 25px;
}

