@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%;
	background-color: #FFFFFF;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red{
	font-weight: bold;
	color: #FF0000;
}

#box01{
	padding: 0px;
	height: auto;
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#main{
	height: 235px;
	width: 620px;
	margin-bottom: 30px;
}

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: 620px;
	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: #3A90CB;
	border: 2px dotted #3A90CB;
	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 #3A90CB;
	text-decoration:none;
	background-color: #3A90CB;
}

dl.det{
	width: 600px;
	margin-left: 10px;
	height: auto;
}

.det dt{
	float: left;
	height: auto;
	width: 130px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
}

.det dd{
	width: 470px;
	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: 458px;
	height: auto;
	list-style-type: none;
	padding-left: 12px;
}

.det li{
	text-indent: -12px;
	margin-bottom: 10px;
}

#box02{
	height: auto;
	width: 600px;
	font-size: 12px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: 10px;
	padding-top: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#box03{
	height: auto;
	width: 620px;
	font-size: 12px;
	margin-bottom: 30px;
	text-align: center;
}


#foot{
	height: 25px;
	width: 620px;
	font-size: 12px;
	text-align: center;
	background-color: #3A90CB;
	display: block;
	color: #FFFFFF;
	line-height: 25px;
}

