@charset "utf-8";
/* CSS Document */

@import "common.css";

#main {
	width:740px;
	padding:0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #000000;
	background-image: none;
	float: right;
	position: relative;
	top: 0px;
}

#box {
	width: 520px;
	margin: 0px;
	float: left;
	padding: 0px;
}
#box2 {
	width: 220px;
	margin: 0px;
	float:right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
* html #box2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
}

h1 {
	background-image: url(../shop/img/title.jpg);
	height: 49px;
	width: 708px;
	background-repeat: no-repeat;
	text-indent: -1000em;
}
h2 {
	font-weight: bolder;
	font-size: 140%;
	color: #CC0000;
}

/*-------------------------------------------------
新着情報リスト
-------------------------------------------------*/

#newsbox {
	color:#FFFFFF;
	float:left;
	background-image: url(../img/newshai.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 240px;
	padding-top: 36px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #3A5C5D;
	width: 185px;
	overflow:auto;
}


#news dt{
	background-image: url(../img/topten.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	color: #D0E0E1;
}

#news dd{
	list-style-type:none;
	font-size:89%;
	padding-bottom: 10px;
	padding-left: 24px;
}
.backn {
	text-align: right;
	font-size: 90%;

}


/*-------------------------------------------------
イベント
-------------------------------------------------*/

#event {
	color:#FFFFFF;
	float:left;
	background-image: url(../img/eventhai.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 220px;
	padding-top: 36px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #BEB3FF;
	width: 185px;
	overflow:auto;
}

#event img {
	padding-bottom: 10px;
}
.backn2 {
	text-align: right;
	color: #000000;
	font-size: 90%;

}


#bana2 {
	width: 200px;
	float: left;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 5px;
	margin-top: 10px;
}
#bana2 img {
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#bana li {
	clear: none;
	float: none;
}

/*Link*/
#newsbox a {
	color:#D0E0E1;
	text-decoration:none;
}
#newsbox a:visited {color:#993300; text-decoration:underline;}
#newsbox a:hover {color:#ff6500; text-decoration:underline;}
