/*	CSS for EC
	Ver		: 1.2
	Date	: 10/02/08
	Auther	: T.Yoshianga
*/


/*** Common ************************************************/
._____common______________________________________________{}
body { color:#333; }
a,a:link,a:visited { text-decoration:underline; color:#4D0B0B; }
a:hover,a:active { color:#ff0000; }

#delete_title td.line {
	height:1px;
	line-height:0;
}

#mmdetail h2,
#mmdetail h3,
#mmdetail h4,
#mmdetail h5,
#mmdetail p {
	margin-left:8px;
	margin-right:8px;
}

#mmdetail p {
	line-height:1.4;
}



/* Fix */
._____Fix______________________________________________{}

/** clearfix
	float要素を解除するFix。
	float要素を含むタグの親タグに clearfixクラス を指定して使用。
	擬似ブロックを生成し、それにclearを指定することで実現。
	IE系はそれらのバグを利用してマルチブラウザに対応している。
*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; }



/* SEO Header Words */
._____headerword______________________________________________{}
#headerword { position: relative; height: 10px; vertical-align:bottom; }
#headerword h1 {
	position: absolute;
	top: 12px;
	_top: 16px;
	right: -88px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}


/*** HeaderModule ************************************************/
._____module_header______________________________________________{}

#module_header {
	margin-top: 20px;
	width: 950px;
	line-height: 1.4;
}

/* logo area css */
#module_header h2 {
	margin-top: 0;
	margin-bottom: 25px;
	float: left;
}
#module_header h2 a { color: white; }
#module_header h2 img {	margin:1px 0 0 1px; }

/* nav area css. and Subtitle css */
#module_header #nav_primary {
	position: relative;
	float: right;
	width: 550px;
	height: 132px;
	background: url(http://www.marblemarble.jp/design/gmosp1009/SiteDesign/header_woodwall.jpg) no-repeat;
	text-align: left;
}
/* Subtitle */
#module_header #nav_primary h1 {
	margin: 0;
	padding: 14px 0 0 18px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
	color: white;
}
#module_header #nav_primary h1 a { color: white; text-decoration: none; }
/* nav */
#module_header #nav_primary ul {
	position: relative;
	top: 41px;
	left: 185px;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 365px;
}
/* main nav */
#module_header #nav_primary ul.nav_main li { position: absolute; list-style: none; }
#module_header #nav_primary ul.nav_main li.num_1 { left: 0px; }
#module_header #nav_primary ul.nav_main li.num_2 { left: 95px; }
#module_header #nav_primary ul.nav_main li.num_3 { left: 242px; }
/* sub nav */
#module_header #nav_primary p.nav_sub {
	position: relative;
	top: -12px;
	left: 208px;
	margin: 0;
	padding: 0;
	width: 340px;
	font-size: 10px;
	color: white;
}
/* icon ADs */
#module_header #nav_primary p.ad_1 { position:absolute; top:100px; left:11px; margin:0; height:81px; width:154px; }
#module_header #nav_primary p.ad_2 { position:absolute; top:144px; left:178px; margin:0; height:37px; width:204px; }
#module_header #nav_primary p.ad_3 { position:absolute; top:138px; left:391px; margin:0; height:45px; width:152px; }

/* AD area css */
#module_header #adArea {
	clear: both;
	width: 950px;
	height: 220px;
}
#module_header #adArea #hotLanking {
	float: left;
	width: 660px;
	height: 208px;
}
#module_header #adArea #hotLanking p {
	position: relative;
	margin: 0;
	height: 28px;
	background: transparent url(http://www.marblemarble.jp/design/gmosp1009/SiteDesign/header_hot_a.jpg) no-repeat;
}
#module_header #adArea #hotLanking p span {
	position: absolute;
	top: 6px;
	left: 200px;
	width: 400px;
	font-size: 10px;
	text-align: left;
	color: #eee;
}
#module_header #adArea #hotLanking p img {
	position: absolute;
	top: -16px;
	left: 10px;
	width: 180px;
	height: 39px;
}
#module_header #adArea #hotLanking ul {
	position: relative;
	margin: 0;
	width: 660px;
	height: 200px;
	background: transparent url(http://www.marblemarble.jp/design/gmosp1009/SiteDesign/header_hot_b.jpg) no-repeat;
	list-style: none;
}
#module_header #adArea #hotLanking ul li a {
	position:absolute; top:8px; left:20px; width:106px; height:160px;
}
#module_header #adArea #hotLanking ul li.num_1 a { left:20px; }
#module_header #adArea #hotLanking ul li.num_2 a { left:149px; }
#module_header #adArea #hotLanking ul li.num_3 a { left:277px; }
#module_header #adArea #hotLanking ul li.num_4 a { left:406px; }
#module_header #adArea #hotLanking ul li.num_5 a { left:535px; }

#module_header #adArea #hotLanking ul li a span {
	display: block;
	padding-top: 5px;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
}

#module_header #adArea #adBig {
	float: right;
	width: 275px;
	height: 208px;
}


/*** LeftModule ************************************************/
._____module_l______________________________________________{}

#module_l {
	position: relative;
	top: 10px;
	left: 0;
	margin-right: 10px;
	width: 180px;
	line-height: 1.4;
}

#module_l .menu {
	width: 180px;
}

/* Search Box */
#module_l .searchbox {
	margin-top: 10px;
}
#module_l .searchbox img {
	vertical-align: bottom;
}

/* Category List */
#module_l .menu .category_list {
	margin-top: 10px;
}
#module_l .menu .category_list .category_title {
	margin: 0;
}
#module_l .menu .category_list .category_title img {
	vertical-align: bottom;
}
#module_l .menu .category_list .group {
	margin: 0;
	padding: 12px 0 0 17px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #935F57;
	background: #F7F7DD;
	font-size: 12px;
}
#module_l .menu .category_list .group dd {
	margin: 3px 0 0 7px;
}
#module_l .menu .category_list .group dd a {
	padding-left: 8px;
	background-image: url(http://marblemarble.jp/design/gmosp1009/SiteDesign/icon_arrow_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#module_l .menu_sub {
	position:absolute;
	top:0;
	left:770px;
	width:180px;
	font-size:12px;
	line-height:1.4;
}


/*** LeftModule ************************************************/
._____module_footer______________________________________________{}


#module_footer {
	margin: 22px 0 0 0;
	width: 760px;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}
#module_footer .border_h {
	width: 1px;
	background: url(http://www.marblemarble.jp/design/gmosp1009/SiteDesign/check_1.gif) repeat;
}
#module_footer .border_w {
	height:1px;
	background:url(http://www.marblemarble.jp/design/gmosp1009/SiteDesign/check_1.gif) repeat;
}
#module_footer .frame_1 {
	border: 0;
	margin-left: 0px;
	width: 570px;
}
#module_footer .frame_2 {
	width: 285px;
	vertical-align: top;
}
#module_footer .frame_2 div {
	margin: 5px 0 0 15px;
	width: 253px;
}
#module_footer .frame_3 {
	margin: 5px 14px;
	width: 540px;
}
#module_footer .frame_2 h4,
#module_footer .frame_3 h4 { margin: 15px 0 8px; }
#module_footer .frame_2 h5,
#module_footer .frame_3 h5 {
	margin:15px 0 0;
	padding-left:12px;
	background:url(http://www.marblemarble.jp/design/gmosp1009/SiteDesign/icon_arrow_2.gif) no-repeat 0 1px;
	font-size: 12px;
	font-weight:bold;
	color:#BD0000;
}
#module_footer .frame_2 p,
#module_footer .frame_3 p {	margin:4px 12px; }

/* Sub Menu */
#module_footer ul.menu_sub {
	margin: 8px 0 4px;
	padding: 0;
	font-size:12px;
}
#module_footer ul.menu_sub li {
	display: inline;
	margin: 5px 3px 0 0;
	line-height: 18px;
}


/*** Detail Page ************************************************/
._____detail______________________________________________{}

#mmdetail {
	width: 570px;
}


/** .mmspecs
	アイテム詳細ページの、スペック欄用クラス
*/
#mmdetail .mmspecs {
	margin:30px 8px auto;
}
#mmdetail .mmspecs img {
	float: left;
	width: 150px;
	border: 1px solid #cccccc;
}
#mmdetail .mmspecs p {
	float: left;
	margin: 5px 0 5px 10px;
	width: 380px;
}


/** .related_item
	アイテム詳細ページの、関連アイテムへのリンク欄用クラス
*/
#mmdetail .related_item {
	margin:15px 0 5px 8px;
	width:560px;
	vertical-align:bottom;
}
#mmdetail .related_item p {
	margin: 0 0 10px;
}
#mmdetail .related_item ul {
	margin:0;
	padding:0;
}

/** fix memo ***
 *display 及び *zoom を行うことで、
 <li>要素をdisplay:inlineで横並びにした際にできる余白を打ち消している。
*/	
#mmdetail .related_item ul li {
	list-style-type: none;
	display: table-cell;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 0;
}
#mmdetail .related_item ul li a { margin-left:5px;	padding:0; }
#mmdetail .related_item ul li.first a { margin-left:0;	padding:0; }
#mmdetail .related_item ul li a img {
	width:106px;
	border:1px solid #999;
}
