* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #555555;
    background-color: #ffffff;
    font-size: 11px;
    line-height: 150%;
    letter-spacing:1px;
	text-align:center;
}

/* フロート回り込み解除
----------------------------------------------- */
.clear {
    clear: both;
}
/* リンク指定
----------------------------------------------- */
a { text-decoration: none; }
a:link { color: #663300; }
a:visited { color: #663300; }
a:hover { color: #A78045; }
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 11px;
    line-height: 150%;
	font-weight:normal;
	color: #663300;
}


/*メイン*/
div#main_box{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

/* ヘッダーロゴ
------------------------------------------------ */
div#header {
    background-color:#ffffff;
    width: 780px;
    height: 90px;
    margin: 0 auto;
}
div#header h1 a {
    float: left;
    display: block;
    margin:0;
    width: 300px;
    height: 90px;
	background: url("http://material-hakata.com/shop/user_data/packages/default/img/header/logo.gif");
	background-repeat:no-repeat;
}
div#header em {
    display: none;
}


/* ヘッダーナビ
----------------------------------------------- */
div#information {
    float: right;
    padding:30px 10px 0 0;
}
div#information ul li {
	height:20px;
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}

/* FLASH
----------------------------------------------- */
div#flasharea {
    width: 780px;
    margin: 0 auto;
}

/*コンテンツ*/

div#contents{
	width:780px;
	margin-top:20px;
}

div#left_box{
	width:166px;
	float:left;
	text-align:left;
}

div#center_box{
	width:432px;
	float:left;
	text-align:left;
	margin-left:15px;
}

div#right_box{
	width:166px;
	float:right;
	text-align:left;
}

/*新着情報*/
div#new_arrival{
	width:432px;
}

/*コンセプト*/
div#concept{
	text-align:center;
	width:400px;
	color:#663300;
	line-height:2em;
	padding:5px 0px 15px 0px;
	border-bottom:1px dotted #663300;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}

/* メンバーズ
----------------------------------------------- */
#members {
    padding: 15px 0 0 0;
    line-height: 2.5em;
	text-decoration:none;
}

/*イベント*/
div.event{
	width:166px;
	margin-top:15px;
}

div.event img{
	width:166px;
}

div.event p{
	font-size:10px;
	margin-top:10px;
	line-height:1.8em;
	text-align:center;
}

/* shop
----------------------------------------------- */
div#mobile-block{
	color:#663300;
}

/* モバイルブロック
----------------------------------------------- */
div.mobile-block{
	color:#663300;
	margin-top:20px;
}


/*フッター*/

div#footer{
	widht:780px;
    padding: 15px 8px;
    border-top: 1px dotted #ccc;
	text-align:left;
}

