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

.horubuy a:link     { color: #000000; text-decoration:underline ; }    /* 未訪のリンク */
.horubuy a:visited { color: #000000; text-decoration:underline ; }   /* 訪問済みのリンク */
.horubuy a:hover  { color: #666666; text-decoration:none ; } /* カーソルが上に乗っているリンク */
.horubuy a:active  { color: #666666; text-decoration:none ; }   /* アクティブ中のリンク */


#horumainbg {
	background-image:url(../images/horumainbg.jpg);
	background-repeat:repeat;
}

#horuhead {
	width:800px;
	height:165px;
	background-image:url(../images/horuhead.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#horutoppic {
    position: absolute ;
    top: -90px ;
	left:30px;
	height:360px;
}
.horutopspace {
	padding-bottom: 260px;
}

.horubuy {
	width:200px;
	margin:0px 60px 0px 540px;
	text-align:center;
}

#horucontets {
	width:780px;
	padding:10px;
}

.horu01txt {
	width:450px;
	padding-left:10px;
	float:left;
}
.horu01pic {
	width: 300px;
	padding:0px 10px;
	float:right;
}
.horuvita {
	width: 70px;
	float:left;
	color:#FF0000;
	font-weight:bold;
}
.horuexp {
	width: 380px;
	float:left;
}

.horudentxt {
	width: 770px;
	padding-left:10px;
}

table {
	border:1px solid #999;
	border-collapse:collapse;
}
td {
	border:1px solid #999;
}

.chuui ul{
	list-style-type:decimal;
	margin-left:10px;
	padding-left:10px;
}
.chuui li{
	list-style-type:decimal;
}