@charset "utf-8";

/*---------------------------------------------------
 * 個人向けページの共通要素のスタイル
 *---------------------------------------------------*/
/*
body {
	width:762px;
	text-align:center;
	margin:0 auto;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	background-color: white;
	background-image: url("../img/usually-img/rightmenu_bg.gif");
	background-repeat: repeat-y;
}*/

/*-----------------------
  メインコンテンツ領域
-------------------------*/
#contents {
	clear: both;
	width:760px;
	background-image: url("../img/usually-img/rightmenu_bg.gif");
	background-repeat: repeat-y;
	background-position: -1px 0;
	margin: 0 0 0 0px;
	border-right:solid 1px black;
	border-left:solid 1px black;
	vertical-align: top;
}
#main {
	float: left;
	width: 560px;
	padding:0;
	margin:0;
	text-align:left;
}

/*---------------------
  右メニュー
-----------------------*/
#menu {
	float: right;
	color: #FFF;
	width: 200px;
	margin:0;
	padding:0 0 15px 0;
}

/* 紅茶を選ぶ */
div#selections_area {
	height:234px;
	width:200px;
	background-color:#7e0111;
}
div#selections_area h3 {
	margin:0;
	padding:2px 2px 0 2px;
	cursor:pointer;
}

div#selections_area ul{
	height:130px;
	width:196px;
	margin:1px 2px 0 2px;
	padding:2px 0 0 0;
	list-style-type:none;
	background-image:url("/img/menu_img/dc_select_bottom.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#selections_area ul li {
	margin:0;
	padding:0 0 0 15px;
	line-height:145%;
	font-size:12px;
	text-align:left;
}
div#selections_area ul a {
	font-weight:bold;
	font-family:sans-serif;
	letter-spacing:1px;
	text-decoration: none;
	color:white
}

/* 商品の一覧を見る */
div#menu p#see_list {
	margin:9px 0;
}

/* バナー */
div#menu p.banner {
	margin:10px 5px;
}

/*---------------------
  ヘッダー
-----------------------*/
#header {
	background-image: url("/img/header/bg_header.gif");
}

#header_utils a:link {
	color: #7F0012;
	text-decoration: none;
}

#header_utils a:visited {
	color: #7F0012;
	text-decoration: none;
}

#header_utils a:hover {
	color: #b83800;
	text-decoration: none;
}

/*---------------------
  フッター
-----------------------*/
#footer {
	background-image: url("/img/footer/bg_footer.gif");
}

/*----------------------
  カートに入れる・詳細を見る
------------------------*/
form.form_cart_in, p.form_cart_in {
	margin-top:8px;
	float:left;
}
p.list_see_detail {
	margin:10px 10px 0 0;
	text-align:right;
}
p.list_see_detail a:link, p.list_see_detail a:visited{
	font-weight:bold;
	color:#7F0012;
	text-decoration:none;
}
p.list_see_detail img {
	padding-right:5px;
}


/*---------------------
  商品詳細
-----------------------*/
.goods_img {
	clear: both;
	float: left;
	margin: 0px 10px 5px 0;
	padding: 0px;
}

.goods_name {
	color: #7F0012;
	font-weight: bold;
}
.goods_name a:link, .goods_name a:visited, .goods_name a:hover, .goods_name a:active{
	color: #7F0012;
	text-decoration:none;
}
p.goods_name {
	margin:0.5em 0;
	font-size:100%;
}

p.goods_short_desc {
	margin-top: 5px;
}

div.goods_desc {
	margin-top: 5px;
	text-align: left;
	line-height:1.5;
}

div.goods_desc p {
	margin-top: 5px;
}
