@charset "UTF-8";

/*======================================

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
	 background:#000;
    }



#wrapper
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:1200px;         /* 幅を決定する */
	 height:850px;
	 background:url(../bg_img/shop_bg.png) no-repeat 0 0;
    }


/*
body {
	width: 1200px;
	height: 850px;
	
}

#wrapper {
	margin: 0 auto;
	width: 1200px;
	height: 850px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(../bg_img/shop_bg.png) no-repeat 0 0;
}
*/


img {
    border-style:none;
}


/*--------------------------------------------------------

	header

--------------------------------------------------------*/

#header {
	width: 1200px;
	height: 143px;
}

#titleLogo {
	float:left;
	margin-left:15px;
	margin-top:10px;
	list-style-type:none;
}





/*--------------------------------------------------------

	content

--------------------------------------------------------*/



#main {
	display: inline;
	position:absolute;
	top:200px;
	font-size:small;
	text-align:center;
	background:#FFF;
	width:650px;
	margin:0px auto;
	left: 150px;
}

#main {
	background:#FFF;
}

#main .article {
	margin-left:auto;
    margin-right:auto;
	padding:1em	3em;
	color: #333333;
	text-align:left;
    margin:0px auto;
}
#main .article p {
	margin-bottom: 30px;
	line-height: 1.4;
	font-size: 92%;
}

/*--------------------------------------------------------

	footer

--------------------------------------------------------*/
#footer {
	clear: both;
	width: 1200px;
	padding: 20px 0;
	background-color: #000;
	color: #fff;
	font-size: 77%;
	text-align: center;
}

/*==============================================================================
clearfix
==============================================================================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
