@charset "utf-8";

/*-------------------------------------------------
  基本設定
-------------------------------------------------*/
body{
	font-size:10pt;
	color:#555555;
	margin:0px;
}
#clear{
	clear:both;
}
/*-------------------------------------------------
  ヘッダー
-------------------------------------------------*/
#header{
	width:780px;
	margin:0px auto;
}
#header h1{
	font-size:10pt;
	font-weight:normal;
	margin:0px;
}
#header_left{
	float:left;
}
#header_right{
	float:right;
}

/*-------------------------------------------------
  コンテンツ部分
-------------------------------------------------*/
#mainwrapper{
	width:780px;
	margin:0px auto;
	border:1px solid #333333;
}
#wrapper{
	width:760px;
	margin:20px auto;
}
#wrapper2{
	width:780px;
	margin:20px auto;
}
/*-------------------------------------------------
  グローバルメニュー
-------------------------------------------------*/
#gmenu{
	margin:12px 10px 10px 10px;
	float:left;
}
#gmenu ul{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;

}
#gmenu p{
	margin:0px;
}
#gmenu li{
	display:block;
	color:#ffffff;
	width:100px;
	height:40px;
	margin:0px;
	text-align:center;
	float:left;
}
#gmenu li:hover{
	display:block;
	color:#666666;
	width:100px;
	height:40px;
	margin:0px;
}
#gmenu a{
	display:block;
	width:100px;
	height:18px;
	padding:8px 0px 0px 0px;
	background:url(images/button_normal.gif) no-repeat;
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:12pt;
}
#gmenu a:hover{
	display:block;
	width:100px;
	height:18px;
	padding:8px 0px 0px 0px;
	background:url(images/button_hover.gif) no-repeat;
	text-align:center;
	color:#FF4A00;
	text-decoration:none;
	font-size:12pt;
}
#gmenu a:active{
	display:block;
	width:100px;
	height:18px;
	padding:8px 0px 0px 0px;
	background:url(images/button_active.gif) no-repeat;
	text-align:center;
	color:#FF4A00;
	text-decoration:none;
	font-size:12pt;
}
/*-------------------------------------------------
  グローバルメニュー2
-------------------------------------------------*/
#gmenu2{
	margin:0px 10px 0px 10px;
	float:right;
}
#gmenu2 ul{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;

}
#gmenu2 li{
	float:left;
	margin:5px 5px;
}
#gmenu2 a{
	width:75px;
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:10pt;
}
#gmenu2 a:hover{
	width:75px;
	text-align:center;
	color:#FF4A00;
	text-decoration:none;
	font-size:10pt;
}
#gmenu2 a:active{
	width:75px;
	text-align:center;
	color:#FF4A00;
	text-decoration:none;
	font-size:10pt;
}
/*-------------------------------------------------
  トップページ用
-------------------------------------------------*/
#flash{
	width:700px;
	margin:5px auto 0px auto;
}
#shop{
	width:575px;
	float:left;
}
#shopindex{
	width:270px;
	padding:5px 5px;
	border:1px solid #999999;
	text-align:center;
	float:left;
	margin:0px 0px 10px 0px;
}
#shopindex h2{
	font-size:11pt;
	font-weight:normal;
	margin:5px 0px;
}
#shopindex2{
	width:270px;
	padding:5px 5px;
	border:1px solid #999999;
	text-align:center;
	float:right;
	margin:0px 0px 10px 0px;
}
#shopindex2 h2{
	font-size:11pt;
	font-weight:normal;
	margin:5px 0px;
}
#shopimg{
	float:left;
	width:100px;
	margin:0px 5px 0px 0px;
}
#shopad{
	float:right;
	width:165px;
	text-align: justify; 
	text-justify: distribute;
}
#shopad p{
	margin:0px;
}
#shopnew{
	clear:both;
	text-align:left;	
}
#shopnew p{
	margin:5px 0px;
}
#brand{
	width:160px;
	font-size:8pt;
	text-align:left; 
	float:right;
	background:#eeeeee;
	padding:0px 10px;
}
#brand h3{
	font-size:10pt;
	margin:0px auto 10px auto;
}
#brand p{
	margin:9px 0px;
}
#brand2{
	line-height:140%;
	margin:0px 0px 0px 0px;
	background:#eeeeee;
}
#footer{
	padding:0px 10px;
	text-align:right;
}

#leftbar{
	width:180px;
	height:250px;
	padding:180px 0px 0px 0px;
	background:url(images/left_back.jpg) no-repeat;
	float:left;
}

#pagetitle{
	text-align:right;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:2px;
}
#contents{
	width:590px;
	float:right;
}