@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------*/
/* 共通設定 */
/*---------------------------------------------------*/

* {
margin:0;
padding:0;
line-height:1.6;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
list-style-type:none;
}

img {
border:none;
}

/*---------------------------------------------------*/
/* 大枠ボックス構成 */
/*---------------------------------------------------*/

body {
font-size:small;
text-align:center;
}

#wrapper {
width:980px;
margin: 0px auto;
text-align:left;
}

#header {
width:980px;
height:140px;
float:left;
border-bottom:2px solid #003D96
}

#header_main {
	width:800px
	height:140px;
	float:left;
}

#header_sub {
	width:160px;
	height:140px;
	float:right;
}

#left_box {
	width:200px;
	clear:both;
	float:left;
}

#right_box {
	width:770px;
	float:right;
	border-left:1px dotted #999;
	margin-bottom:20px;
}

.markshop {
	margin:40px 0 30px 5px;
}

/*---------------------------------------------------*/
/* ナビゲーション */
/*---------------------------------------------------*/


#header_main ul {
	margin-left:5px;
}

#header_main ul li {
float:left;
}

#header_main a {
	display:block;
	text-decoration:none;
	width:95px;
	height:30px;
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	margin:0 2px 0 0;
	background:#CDCDCD;
	color:#666;
}

#header_main a:hover {
	color:#FFF;
	background:#999;
}

#header_sub ul {
	float:right;
	font-size:95%;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-top:80px;
	margin-right:10px;
}

#header_sub ul li{
	margin-bottom:5px;
}

#header_sub a {
text-decoration:none;
color:#666;
}

#header_sub a:hover {
color:#CCC;
}

/*---------------------------------------------------*/
/* レフトボックス */
/*---------------------------------------------------*/

.infotitle {
margin:17px 0 0 10px;
}

.special {
margin:17px 0 0 5px;
}

#infomation {
width:200px;
border-top:1px solid #333;
margin-top:5px;
}

.info {
text-align:center;
font-size:110%;
padding-top:5px;
}

.email {
float:right;
margin:5px;
}

.time {
clear:both;
text-align:center;
font-size:110%;
}

#flow {
width:200px;
border-top:1px solid #333;
margin-top:5px;
}

.orderflow {
margin-top:10px;
margin-left:3px;
}

#marking {
width:200px;
border-top:1px solid #333;
margin-top:5px;
}

.aboutwear {
	font-size:110%
}

.aboutmarking {
text-align:left;
font-size:110%;
font-weight:bold;
padding-left:5px;
}

#marking a {
text-decoration:none;
color:#F00;
}

#marking a:hover {
color:#F60;
}

#faq {
width:200px;
height:3px;
border-top:1px solid #333;
margin-top:5px;
}

#guide {
width:200px;
height:3px;
border-top:1px solid #333;
margin:5px 0 10px;
}

/*---------------------------------------------------*/
/* フッター */
/*---------------------------------------------------*/

#footer_navi {
width:980px;
height:30px;
clear:both;
text-align:center;
}

#footer_navi a {
text-decoration:none;
color:#000;
}

#footer_navi a:hover {
color:#666;
}

#footer {
width:980px;
height:30px;
margin-bottom:30px;
text-align:center;
font-size:90%;
color:#666;
}
