/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background-color:black;
	background-image:url(../img/bg.jpg);
	text-align:left;
	color:#362e2b;
	font-family:"ＭＳＰゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:1.2em;
}

img{
	border:0;
	display:block;
}

li{
	list-style-type:none;
}

/*--2009.11.06追加--*/
#info1106{
	background-color:#FFF;
	border:red 2px solid;
	width:700px;
	margin:0 auto;
	padding:10px;
	
}
#info1106 p.title{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
}
/*--2009.11.06追加--*/

#wrapper{
	width:100%;
	background:url(../img/bg_main.jpg) repeat-y center top;
	margin:0 auto;
}

#main{
	width:940px;
	background:url(../img/bg_main.jpg) repeat-y center top;
	margin:0 auto 0 auto;
}

#head_back {
	width:100%;
	background:url(../img/main_visual01.jpg) no-repeat top center;
}

#head {	position:relative; }
#head #itemshop_list { left:950px !important; }

#head h1{
	width:940px;
	height:520px;
	position:relative;
	margin:0 auto;
}

#head h1 div.head01{
	width:940px;
	height:260px;
	background:url(../img/main_visual01.jpg) no-repeat top center;
}

#head h1 div.btn_konyu{
	position:absolute;
}

#head #btn_about_hcarmor{
	position:absolute;
	top:338px;
	left:458px;
}
#head #btn_about_hcarmor a {
	background: url(../img/btn_about_hcarmor.jpg) no-repeat 0 0;
	width:230px;
	height:30px;
	display: block;
	}
#head #btn_about_hcarmor a:hover { background-position:0 -30px; }
#head #btn_about_hcarmor a span{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}

#head div.head02{
	width:940px;
	height:260px;
	background:url(../img/main_visual02.jpg) no-repeat top center;
	margin:0 auto;
}

#head div.head03{
	width:940px;
	height:186px;
	background:url(../img/main_visual03.jpg) no-repeat top center;
}

#head span{	display:none;	}

#main_body{
	width:748px;
	margin: 0 auto 0 97px;
}


#main_body div.box_head{
	width:748px;
	height:18px;
	margin:0 auto;
	background:url(../img/box_head.jpg) no-repeat;
}

#main_body div.box_body{
	width:748px;
	margin:0 auto;
	background:url(../img/box_body.jpg) repeat-y;
}

#main_body div.box_body p{
	padding-left:26px;
}

#main_body div.box_body div.flow p{
	padding-left:42px;
	line-height: 1.2em;
}


#main_body div.box_body div.flow table p{
	padding-left:0;
}

#main_body div.box_body div.flow li{
	padding-left:42px;
}

#main_body div.box_foot{
	width:748px;
	height:10px;
	margin:0 auto;
	background:url(../img/box_foot.jpg) no-repeat;
}
#main_body div.atten_box{
	padding: 10px 30px 10px 20px;
}
#main_body div.atten_box li{
	list-style: none;
	line-height:1.2em;
	margin-bottom: 3px;
}

#main_body a{	text-decoration:underline; color:blue;	}
#main_body a:hover{	color:#FF6600;	}

.inbox{
	background-color:white;
	border:#a6927c 1px solid;
	width:656px;
	padding:12px 16px 12px 16px;
	margin-left:30px;
}

/*--テーブル定義--*/
table {
	margin: 0 auto 0 26px;
	empty-cells: show;
	border-collapse:collapse;
	border-spacing: 0;
}

table.item_list th, table.item_list td{
	padding:2px 0px 1px 10px;
	vertical-align:top;
	background-color:white;
	border:white 2px solid;
}

table.item_list th{
	background-color:black;
	color:white;
	font-weight:bold;
}

table.item_list td.white{
	background-color:#dddddd;
}

table.item_list td.gray{
	background-color:#CCCCCC;
}

table.item_list td span.text_s{
	font-size:10px;
	line-height:1.1em;
}

/* 性能表示 */
#sw_bg{
	background:url(../img/bg_sw.jpg);
}

#sw_img{
	width:640px;
	background:url(../img/sw_body_bg.jpg) repeat-y;
	position:relative;
}

#sw_img div.foot{
	width:640px;
	height:20px;
	background:url(../img/sw_body_foot.jpg) no-repeat;
}

#sw_img img{
	display:block;
}
#sw_img p.page{
	position:absolute;
	font-size:12px;
	color:#59493f;
}

#sw_img p.page a{	color:#59493f; text-decoration:none;	}
#sw_img p.page a:hover{	color:#f39700; text-decoration:none;	}


#sw_img p.page span.sel{
	color:#CC3300;
}

#sw_img div.chui{
	margin-left:30px;
	font-size:10px;
	color:#59493f;
	line-height:1.1em;
	width:580px;
}

#sw_img div.chui li{
	list-style:none;
	line-height:1.2em;
}

/* 家具ページ用 */
#visual00, #visual01, #visual02, #visual03, #visual04, #select{
	margin-left:30px;
}

#select{
	position:relative;
}

#select img{
	position:absolute;
}

/* クローズボタン */

.close
{
	width:80px;
	height:20px;
	margin:0px auto 0 352px;
}

.close a{
	background-image:url(../img/foot_btn_close.gif);
	background-position:0px 0px;

	width:80px;
	height:20px;
	display:block;

	text-decoration:none;
}

.close a:hover
{
	background-position:0px -20px;
}

.close a span
{
	visibility:hidden;
}

/* コピーライト */
#copyright{
	position: relative;
	height: 20px;
	padding: 0 10px;
}

#copyright p#logo{
	float: left;
	width: 103px;
	height: 20px;
	background:url(http://img.mh-frontier.jp/topic/images/footer/payment/logo.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.mh-frontier.jp/topic/images/footer/payment/logo.png',sizingMethod='scale');
}
#copyright p#logo a{
	position: absolute;
	top: 0;
	left: 0;
	width: 103px;
	height: 20px;
　　text-indent: -9999px;
}

#copyright p#copy{
	float: right;
	color: #000;
	height: 20px;
	width: 300px;
}

/*----その他----*/
.txt_l{ 	font-size:25px; font-weight:bold;	}
.txt_lr{ 	font-size:25px; font-weight:bold; color:red;	}
.txt_ls{	font-size:22px; font-weight:bold;	}
.txt_s{		font-size:10px;	line-height:1.1em; font-weight:normal;	}
.txt_sc{		font-size:10px;	line-height:1.1em; font-weight:normal;text-indent:-1em; padding-left:1em;}

.txt12{		font-size:12px;	}
.txt12i{	font-size:12px; text-indent:-1em; padding-left:1em; margin-left:1em;}
.txt12b{	font-size:12px; font-weight:bold;	}
.txt12r{	font-size:12px; color:red;	}
.txt14{		font-size:14px;	}
.txt14b{	font-size:14px; font-weight:bold; line-height:1.2em;	}
.txt14r{	font-size:14px; color:red; line-height:1.2em;	}
.txt14r_l{	font-size:14px; font-weight:bold; color:red; text-indent:-1em; padding-left:1em; margin-left:130px;	}
.txt16{		font-size:16px;	}
.txt16b{	font-size:16px; font-weight:bold; line-height:1.3em;	}
/*.txt16r{	font-size:16px; color:red;	}*/
.txt18{		font-size:18px;	}
.txt18b{	font-size:18px; font-weight:bold;	}
.txt18r{	font-size:18px; color:red;	}

.clear{ clear:both;	}
.spc5{	height:5px;font-size:5px;line-height:5px;	}
.spc10{	height:10px;font-size:5px;line-height:5px;	}
.spc15{	height:15px;font-size:5px;line-height:5px;	}
.spc20{	height:20px;font-size:5px;line-height:5px;	}
.spc30{	height:30px;font-size:5px;line-height:5px;	}




/*--100826追加ここから--*/
/*--xbox用購入ボタン追加ここから--*/
.btn_xbox_buy,
.btn_hangame_buy,
.btn_daletto_buy {
	height: 98px;
	width: 218px;
	padding-top: 5px;
}
.btn_xbox_buy a {
	display: block;
	width: 218px;
	height: 98px;
	background-image: url(../img/btn_xbox_buy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.btn_xbox_buy a:hover {
	background-image: url(../img/btn_xbox_buy.gif);
	background-repeat: no-repeat;
	background-position: 0px -98px;
}
.btn_hangame_buy a {
	display: block;
	width: 218px;
	height: 98px;
	background-image: url(../img/btn_hangame_buy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.btn_hangame_buy a:hover {
	background-image: url(../img/btn_hangame_buy.gif);
	background-repeat: no-repeat;
	background-position: 0px -98px;
}
.btn_daletto_buy a {
	display: block;
	width: 218px;
	height: 98px;
	background-image: url(../img/btn_daletto_buy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.btn_daletto_buy a:hover {
	background-image: url(../img/btn_daletto_buy.gif);
	background-repeat: no-repeat;
	background-position: 0px -98px;
}
/*--xbox用購入ボタン追加ここまで--*/
/*--100826追加ここまで--*/
