@charset "euc-jp";
/* CSS Document */

/***********************************************************************/
/* 基本 */
/***********************************************************************/
body {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

/*リンクカラー*/
a:link {color: #FF0000;	text-decoration: none;}
a:hover {
	text-decoration: underline;
	font-size: 120%;
}
a:visited {color: #FF0000;	text-decoration: none;}
a:active {color: #CC0000;	text-decoration: none;}

/***********************************************************************/
/* ベース */
/***********************************************************************/
.main {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.page {
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	height: 20px;
	line-height: 20px;
}


/*左にあるメニュー*/
.menu {
	width:190px;
	position:fixed;
	_position:absolute;
	top:30px;
	left:10px;
	height: 100%;
	float: left;
}
.genre {
	height: 100px;
}


/*メニューの『>>>･･･』の部分*/
.menu_list {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #CCCCCC;
	float: left;
}

/*フッター*/
.footer {
	font-size: 10px;
	width: 100%;
	margin: 10px;
	color: #666666;
	text-align: right;
}

/***********************************************************************/
/* 一覧 */
/***********************************************************************/
/*アイテムが並んでいるところ*/
.items {
	text-align: center;
	vertical-align: middle;
	width: 790px;
	float: left;
	margin: 10px;
	position: relative;
	left: 200px;
	top: 10px;
}

/*個々のアイテムの背景*/
.item_bg {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 3px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height: 200px;
	width: 190px;
}
/*個々のアイテムのイメージがあるところ*/
.item_img {
	text-align: center;
	vertical-align: middle;
	height: 60%;
	width: 100%;
	margin: 0px;
	padding-top: 17px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 27px;
}
/*個々のアイテムの料金の部分*/
.item_price {
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/***********************************************************************************************/
/* 商品詳細ページ　*/
/***********************************************************************************************/
/*詳細のアイテム画像がある部分*/
.d_item_img {
	width: 390px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	font-size: 12px;
	line-height: 26px;
	margin-top: 10px;
}
/*囲っている上の部分*/
.dot_line_ue {
	background-image: url(/img/detail/dot_line_ue.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 790px;
	height: 25px;
	float: left;
}
/*囲っている両脇の部分*/
.dot_line_yoko {
	background-image: url(/img/detail/dot_line_yoko.gif);
	background-repeat: repeat-y;
	width: 790px;
	background-position: center;
	height: auto;
	text-align: center;
	vertical-align: middle;
	float: left;
	clear: left;
}
/*囲っている下の部分*/
.dot_line_shita {
	background-image: url(/img/detail/dot_line_shita.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 790px;
	height: 25px;
	float: left;
	clear: left;
}
.back {
	font-size: 14px;
	width: 140px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 10px;
}

/*アイテム名がある部分*/
.item_name {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 710px;
	line-height: 20px;
	background-image: url(/img/list/backnext.gif);
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 35px;
}

/*アイテム詳細コメント*/
.itemCaption {
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	margin-right: 35px;
	margin-left: 35px;
	padding: 0px;
	float: left;
	width: 720px;
}
.shop_name {
	font-size: 12px;
	color: #FF0000;
	text-align: center;
	vertical-align: bottom;
	width: 770px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 20px;
}

/*Google広告の部分*/
.google {
	text-align: center;
	vertical-align: middle;
	width: 770px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.next {
	font-size: 14px;
	float: left;
	margin-left: 20px;
	padding-right: 10px;
	width: 140px;
	margin-right: 20px;
}
