/*
#header内のスタイル定義
#headerにはCSS3が使用されている物がありますので、
各ブラウザごとへの定義に注意してください。
また、確実に反映するために複合にてcssを記述しています。

※複雑なもののみコメント付与
*/


/*メインヘッダー（看板部分）への定義*/
/*＜-------------------------ここから---------------------------＞*/
#header #logo {
	float: left;
	height: 120px;
	text-align: center;
	font-weight:bolder;
	font-size: 14px;
	margin-bottom: 10px;
}
#header #menu {
	margin-left: 240px;
	padding:0;
	height: 120px;
	background:url(../img/header/head_bg.png) no-repeat top left;
	margin-bottom: 10px;
	
	}
#header #menu #top {
	height: 120px;
}
#header #menu #top #top_left {
	float: left;
	height: 120px;
	width: 454px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0px;
}

#top_right{
	overflow:hidden;
	height: 120px;
	}

#header #menu #btm dl dd {
	float: left;
	line-height: 26px;
	height: 26px;
}
#header #menu #btm {
	height: 26px;
}
#header #text_area {
	clear: left;
}
#header #menu #btm dl a {
	display:block;
	height: 26px;
}
#header #menu #btm dl #top a {
	width: 98px;
}
#header #menu #btm dl #gaiyou a {
	width: 95px;
}
#header #menu #btm dl #siharai a {
	height: 26px;
	width: 96px;
}
#header #menu #btm dl #otoiawase a {
	height: 26px;
	width: 96px;
}
#header #menu #btm dl #kaimonokago a {
	height: 26px;
	width: 96px;
}
#header #menu #btm dl #review a {
	height: 26px;
	width: 98px;
}

#header #text_area {
	font-size: 14px;
	height: 25px;
	width: 948px;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
}
#header #menu #btm dl {
	height: 26px;
	overflow: hidden;
}

#header #menu #top #top_left h1{
	padding-top: 5px;
	font-weight:normal;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	color: #FFF;
}

p.h1description{
color:white;
text-align:center;
font-size:12px;
line-height:13px;
	}
strong{
	font-weight:normal;
	font-size:12px;
	}
strong.strong{
	font-weight:bold;
	}
	

/*＜-------------------------ここまで---------------------------＞*/



/*＜------------------テキストエリアここから--------------------＞*/

#text_area{
	clear:both;
	}

#header #text_area dt {
	text-align:center;
	padding: 5px;
	width: 120px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #636363;
	border-bottom-color: #636363;
	border-bottom-style: dotted;
	background-color: #636363;
	color: #FFF;
	border-top-left-radius: 5px;        /* CSS3草案 */  
	border-bottom-left-radius: 5px;        /* CSS3草案 */  
	-webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
	-webkit-border-bottom-left-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-top-left-radius: 5px;   /* Firefox用 */ 
	-moz-border-bottom-left-radius: 5px;   /* Firefox用 */ 
}
#header #text_area dd {
	line-height: 15px;
	height: 15px;
	padding: 5px;
	display: block;
	width: 807px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #636363;
	border-right-color: #636363;
	border-bottom-color: #636363;
	border-left-color: #636363;
	margin-left: 130px;
	border-top-right-radius: 5px;        /* CSS3草案 */
	border-bottom-right-radius: 5px;        /* CSS3草案 */
	-webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */
	-webkit-border-bottom-right-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-top-right-radius: 5px;   /* Firefox用 */
	-moz-border-bottom-right-radius: 5px;   /* Firefox用 */
	font-weight: bold;
	margin-bottom: 20px;

}

/*＜------------------テキストエリアここまで--------------------＞*/


/*＜-------------サブメニュー・検索フォームここから-------------＞*/
a {
	color: #333;
	text-decoration: none;
}
/*a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}*/
/*ここまでページ設定部分*/


/*ヘッダー追跡メニュー*/
.menu {
	position:relative;
	background:url(../img/header/submenu/menubg.gif);
	background-repeat: repeat-x;
	height:30px;
	width:990px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	margin: 0 0 0 2px;
	padding: 0;
}

.menu li {
	float:left
}


.menu li a {
	border-right: solid 1px #696969;
	width: 81px;
	font-size:10px;
	font-weight:bold;
	color: #fff;
	display: block;
	line-height: 30px;
	text-align: center;
}

.menu a, .menu a:active, .menu a:visited, .menu a:hover {
	text-decoration:none;
	color:#FFF;
}

#slide {
	position:absolute;
	height:30px;
	background: #C00 url(../img/header/submenu/uma.png) no-repeat left top;
	z-index:10
}

/*ヘッダー追跡メニュー*/


/*＜-------------サブメニュー・検索フォームここまで-------------＞*/
h6{
	margin:0;
	font-size:14px;
	line-height:18px;
	font-weight:lighter;
	float:left;
	width: 438px;
	height: 45px;
	padding-top: 17px;
	padding-left: 15px;
	}

#mall{
	width:990px;
	margin-bottom: 10px;
	}
	
#mall_desc{
	width:675px;
	height: 56px;
	margin-left: 35px;
	padding-top: 4px;
	overflow: hidden;
	}	
#shoppingmall_icon{
	height: 56px;
	width: 260px;
	float: left;
	padding-top: 4px;
	}
#shoppingmall_icon ul{
	list-style-type:none;
	margin-top:2px;
	}
	
#shoppingmall_icon li{
	width:45px;
	height:45px;
	float:left;
	margin-left:10px;
	}
#banner_space{

	}
#how_to_buy{
	width:800px;
	text-align:center;
	font-size: 20px;
	font-weight: bolder;
	height: 160px;
	border-bottom: 2px dotted #FF0;
	}
