/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}

html { 
    -webkit-text-size-adjust: none; } 


/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/*背景画像url*/);	/*ヘッダーの背景画像*/
	background-color: #000000;
}


/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	background-color: #4E070F;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom:0px;
	margin:0 auto;
	padding: 0;
}

#header #logo {
	padding-top: 0px;
}

#header h1 {
	font-size: 14px;
	color:#C0BAA5;
	font-weight: normal;
	text-align:center;
	margin:0;
	padding: 3px;
}


/*中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 320px;
	padding-bottom: 20px;
	margin-top: 5px;
	margin: 0px auto;
}


/* box
---------------------------------------------------------------------------*/
.boxtab{ width:160px; height:40px;}
.boxtab2{ width:159px; height:39px; border-bottom:1px solid #222; border-left:1px solid #222; padding:0px;}
.box106{ width:106px;}
.box107{ width:107px;}
.box100{ width:100px;}
.box160{ width:160px;}
.box200{ width:200px;}
.box280{ width:280px;}
.box320{ width:320px;}
.box320b{ width:318px; border:1px solid #363534; }
.box300{ width:300px;}
.box300bo{ width:300px; height:104px; border-bottom:1px solid #333;}


/* バックグランドbox
---------------------------------------------------------------------------*/
.box320bga{ width:320px; background-image:url(Img/bg_a.png);}
.box320bgb{ width:320px; background-image:url(Img/bg_b.png);}


/* padding
---------------------------------------------------------------------------*/
.pad{ padding: 2px 0px 2px 0px;}


/* margin
---------------------------------------------------------------------------*/
.mar{ margin: 0px auto;}
.marTB1{ margin: 1px 0px 1px 0px;}
.marTB2{ margin: 2px 0px 2px 0px;}
.marT10{ margin-top:10px;}
.marT20{ margin-top:20px;}
.marB10{ margin-bottom:20px;}
.marB20{ margin-bottom:20px;}
.marTB10{ margin: 10px 0px 10px 0px;}
.marTB20{ margin: 20px 0px 20px 0px;}


/* font
---------------------------------------------------------------------------*/
.tx{
     vertical-align:middle;
}

.tx_a{
    color:#ffffff;
	font-size:10px;
	text-align:center;
	vertical-align: middle;
	font-weight:normal;
}

.tx_b{
    color:#999999;
	font-size:14px;
	text-align:left;
	margin:20px 3px 20px 3px;
	line-height:150%;
}

.tx_c{
    color:#999999;
	font-size:14px;
	text-align:left;
	margin:10px 3px 0px 5px;
	line-height:150%;
}

.tx_d{
    color:#999999;
	font-size:10px;
	text-align:left;
	margin:3px 3px 0px 15px;
}


/* nml フォントリンク指定
---------------------------------------------------------------------------*/

.nml{
    color:#C6A586;
}	

.nml a {
	color:#C6A586;
	text-decoration:underline;
}

.nml a:hover {
	color:#C6A586;
	text-decoration:underline;
}

/* float
---------------------------------------------------------------------------*/
.left { float: left;}
.right { float: right;}

/* section
---------------------------------------------------------------------------*/
.section { margin: 0 0 0px;}



/* .clearfix
---------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 1.0em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/


/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0em;
	border-top:1px solid #333;
	margin-top:20px;
}

#footer h1 {
	font-size: 10px;
	color:#666666;
	font-weight: normal;
	text-align:left;
	line-height: 80%;
}
