/* 共通スタイルシートの読み込み */
@import url("common.css");
@import url("cart.css");
@import url("calendar.css");
@import url("mess.css");
@import url("info.css");
@import url("quest.css");
@import url("item.css");
@import url("mail.css");
@import url("category.css");



/**************目次**************/
/*■コンテンツエリア共通設定************************/
	/*透過設定*/
	/*ページトップへ戻るボタンの設定*/
	/*商品詳細はこちらボタンの設定*/

/*■banner01設定************************/

	/* banner01/全体のレイアウト設定 */
	/* banner01/各バナーのレイアウト設定 */
	/* banner02/商品詳細部分のロールオーバー設定 */
	/* banner02/お気に入りに追加部分のロールオーバー設定 */

/*■banner02設定************************/

	/* banner02/全体のレイアウト設定 */
	/* banner02/各バナーのレイアウト設定 */
	/* banner02/商品詳細部分のロールオーバー設定 */
	/* banner02/お気に入りに追加部分のレイアウト・ロールオーバー設定 */

/*■infomation設定************************/

	/* infomation/全体のレイアウト設定 */
	/* infomation/h3タグの高さ指定 */
	/* infomation/更新情報部分のレイアウト設定 */
	/* infomation/日付部分のレイアウト設定 */
	/* infomation/更新内容部分のレイアウト設定 */
	/* infomation/トップページへのレイアウト・ロールオーバー設定 */

/*■ランキングの設定************************/
/*■注目商品の設定************************/
/*■新着商品の設定************************/
/*■バナーエリア３の設定************************/
/*■センターバナーの設定（2009/05/27追記）************************/

/*■コンテンツエリア共通設定************************/
/*透過設定*/
a:hover {
	opacity: 0.65; /* IE以外透過設定 */
	filter: Alpha(opacity=65); /* IE用透過設定 */
}
a:hover img {
	filter: Alpha(opacity=65); /* IE用透過設定 */
}
/*ページトップへ戻るボタンの設定*/
.anchor {
	display: block;
	height: 21px;
	float: right;
	background-image: url(../images/btn_anchor_bg.gif);
}

/* banner02/お気に入りに追加部分のレイアウト設定
#banner02 a.bookmark {
	display: block;
	height: 20px;
	margin-left: 163px;
	float: left;
	background-image: url(../images/btn_bookmark2_bg.jpg);
	display: inline; */ /* IE6バグ/2倍マージン 
}*/
/*#banner02 .bookmark_ie {
	margin-left: 163px;
}
#banner02 .bookmark_ff {
	float:left;
	}*/

/*商品詳細はこちらボタンの設定*/
a.more {
	display: block;
	width: 110px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/btn_more.gif);
	margin-top: 5px;
	margin-left:9px;
}
.box{
	width:635px;
	float:left;
	text-align:center;
	margin-bottom:15px;

}
/*■banner01設定************************/
/* banner01/全体のレイアウト設定 */
#banner01 {
	width: 635px;
	margin-bottom: 15px;
	float: left;
}
/* banner01/各バナーのレイアウト設定 */
#banner01 img.bnr01 {
	display: block;
	height: 65px;
	margin-bottom: 10px;
}
#banner01 img.bnr02 {
	display: block;
	height: 150px;
	margin-bottom: 10px;
}
#banner01 img.bnr03 {
	display: block;
	height: 60px;
}
/*■banner02設定************************/

/* banner02/全体のレイアウト設定 */
#banner02 {
	width: 635px;
	float: left;
	margin-bottom: 15px;
}
#banner02 h3 {
	display: block;
	height: 200px;
	margin-bottom: 5px;
}
/* banner02/各バナーのレイアウト設定 */
.bnr02_left {
	width: 315px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}
.bnr02_left a {
	float: right;
}
.bnr02_right {
	width: 315px;
	margin-bottom: 10px;
	float: left;
}
.bnr02_right a {
	float: right;
}
.bnr02_center {
	width: 635px;
	margin-bottom: 15px;
	float:left;
}
.bnr02_center{
	float:left;

}

* html .bnr02_center {
	margin-right: -3px;/*IE6用*/
}

.bnr02_center p {
	float: left;
	margin-left: 5px;
	color: #ff0000;
	font-size: 18px;
	line-height: 18px;
	font-weight: bolder;
	width: 500px;
	height: 25px;
	display: block;
	margin-top: 5px;
}
.bnr02_center a {
	float: right;
}


/*■infomation設定************************/

/* infomation/全体のレイアウト設定 */
#infomation {
	width: 635px;
	margin-right: -8px;
	margin-bottom: 15px;
	float: both;
}
* html #infomation {
	width: 635px;
}
/* infomation/h3タグの高さ指定 */
#infomation h3 {
	height: 30px;
}
/* infomation/更新情報部分のレイアウト設定 */
#infomation dl {
	width: 633px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	border-right: 1px solid #03004c;
	border-bottom: 1px solid #03004c;
	border-left: 1px solid #03004c;
	height:50px;
}
* html #infomation dl {
	width: 635px;
}
/* infomation/日付部分のレイアウト設定 */
#infomation dt {
	width: 105px;
	margin-left: 13px;
	float: left;
	display: inline; /* IE6バグ/2倍マージン */
}
/* infomation/更新内容部分のレイアウト設定 */
#infomation dd {
	margin: 0px 2px;
	padding-left: 120px;
	padding-right: 13px;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 4px;
	margin-bottom: 3px;
}
* html #infomation dd {
	text-indent: -3px;
}
#infomation dd.last {
	border-bottom: none;
	padding-bottom: 1px;
}

/*■ランキングの設定************************/
#ranking {
	width: 635px;
	margin-bottom: 15px;
	float: left;
}
#ranking h3 {
	height: 30px;
}
#ranking #rank_av {
	width: 633px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #03004c;
	border-left-color: #03004c;
	float: left;
}
* html #ranking #rank_av {
	width: 635px;
}
#ranking #rank_game {
	width: 633px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #03004c;
	border-left-color: #03004c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03004c;
	float: left;
	padding-bottom: 10px;
}
* html #ranking #rank_game {
	width: 635px;
}
#ranking .rank01 {
	float: left;
	width: 126px;
	margin-bottom: 5px;
}
* html #ranking .rank01 {
	width: 124px;
}
#ranking .rank02 {
	width: 125px;
	float: left;
	margin-bottom: 5px;
}
* html #ranking .rank02 {
	width: 124px;
}
.photo1 {
	border: 1px solid #03004c;
	height: 100px;
	width: 100px;
	margin-left: 13px;
}
.text a {
	width: 100px;
	margin-left: 13px;
	line-height: 18px;
	color: #171c61;
	text-decoration: none;
	display: block;
}
.text a:hover {
	opacity: 1.0; /* IE以外透過設定 */
	filter: Alpha(opacity=100); /* IE用透過設定 */
}

/*■注目商品の設定************************/
#pickup_item {
	width: 633px;
	float: left;
	margin-bottom: 15px;
	border-left:solid 1px #19196b;
	border-right:solid 1px #19196b;
	border-bottom:solid 1px #19196b;
	padding-bottom:15px;
	margin-top:15px;
}
.pickup{
	width:126px;
	float:left;
	margin-top:15px;

}

#pickup_item h3 {
	height: 30px;
}

#pickup_item h4{
	color:#999;
	font-size:12px;
	font-weight:normal;
	width:100px;
	margin:10px 0 0 13px;
}
#pickup_item .pickup01 {
	width: 102px;
	float:left;
}
* html #pickup_item .pickup01 {
	width: 635px;
}
#pickup_item .pickup02 {
	width: 593px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #03004c;
	border-left-color: #03004c;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background-image: url(../images/pickup_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
* html #pickup_item .pickup02 {
	width: 635px;
}
#pickup_item .pickup03 {
	width: 593px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #03004c;
	border-left-color: #03004c;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03004c;
	float: left;
	background-image: url(../images/pickup_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
* html #pickup_item .pickup03 {
	width: 635px;
}

#pickup_item .item {
	height: 100px;
	width: 100px;

}
#pickup_item .item img {
	height: 100px;
	width: 100px;
	border: 1px solid #616262;
	margin-left:13px;


}
#pickup_item .shousai1 {
	width: 348px;
	margin-left: 245px;
}
* html #pickup_item .shousai1 {
	margin-left: 240px;
}
#pickup_item .shousai1 h4 {
	height: 16px;
	width: 272px;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 6px;
	float: left;
	margin-left: 14px;
}
* html #pickup_item .shousai1 h4 {
	margin-left: 8px;
}
#pickup_item .shousai1 .setsumei {
	margin-top: 15px;
}
#pickup_item .shousai1 .price {
	text-align:center;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	float: left;
	margin-top: 10px;
	margin-left:13px;
}

/*■新着商品の設定************************/
#new_item {
	float: left;
	width: 635px;
	margin-bottom: 15px;
}
#new_item h3 {
	height: 30px;
}
#new_item .area {
	float: left;
	width: 633px;
	_width: 635px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #03004c;
	border-bottom-color: #03004c;
	border-left-color: #03004c;
	padding-bottom: 10px;
}
#new_item .new01 {
	float: left;
	width: 125px;
	margin-top: 10px;
	margin-bottom: 10px;
}
* html #new_item .new01 {
	width: 125px;
}
#new_item .new02 {
	width: 125px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*■バナーエリア３の設定************************/
#banner03 {
	height: auto;
	width: 635px;
	float: left;
	margin-right: -3px;
}

/*■センターバナーの設定（2009/05/27追記）************************/
/*■センターバナー（2つ）設定*/
/*センターバナーの大枠設定*/
.c_bn_middle {
	margin-bottom: 12px;
	float: left;
}
/*センターバナー位置設定（縦）*/
.c_bn_middle h4 {
	float: left;
	margin: 0 0 12px 0;
}
*html .c_bn_middle h4 {
	margin: 0 0 0px 0;
}
/*センターバナーアルファ設定*/
.c_bn_middle a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*センターバナー位置設定（横）*/
.left_margin {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

/*センターバナー最下部設定*/
.c_bn_last {
	margin-bottom: 18px;
}

/*センターバナー最下部アルファ設定*/
.c_bn_last a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}