@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",  Osaka,　sans-serif;
	line-height: 1.4;
	color: #333333;
	text-align:center;
	background: #FFFFFF ;
}
a {
	color: #c30;
	text-decoration:underline;
}
a:visited {
	color: #c30;
}
a:hover {
	color: #333;
}
img {
	border: none;
	vertical-align: top;
}

/* 共通　基本レイアウト
---------------------------------------------*/
#wrapper {
	width: 750px;
	background: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position:relative ;
	z-index:300;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
}

	/* トップのメニュー
	---------------------------------------------*/
	#navigation {
		position: absolute;
		z-index:500;
		top: 20px;
		right: 0px;
		width: 750px;
		height:80px;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 125px;
		margin: 0;
		background: url(../images/navi/navi_tag2.gif) left bottom no-repeat;
	}
	#navigation li a {
		display: block;
		width: 100%;
		height:80px;
		padding:0 0 0 0px;
		text-align: center;
		font-size:90%;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		background: url(../images/navi/navi_tag2.gif) left bottom no-repeat;
	}
	#navigation li a:hover {
		color: #ff6347;
		background: url(../images/navi/navi_tag2.gif) right bottom no-repeat;
	}
		
/* プルダウンサブメニュー
---------------------------------------------*/
		#navigation ul ul {
			background: #EEEEEE;
		}
		#navigation ul ul li {
			float: none;
			background: #EEEEEE;
			opacity: 0.9;
			filter: alpha(opacity=90);
		}
		#navigation ul ul li a {
		display:block;
			border-bottom: 2px solid #FFFFFF;
			background: #EEEEEE;
			font-size: 90%;
			font-weight: normal;
			padding:13px 0 0 0;
			height:32px;
			
		}
		#navigation ul ul li a:hover {
			color: #FFFFFF;
			background-image: none; 
			background-color: #C30;
		}
		#navigation ul li.parent ul {
			display: none;
		}
		#navigation ul li.parentOn ul {
			display: block;
		}
		
#content {
	position: relative;
	width: 750px;
	height:auto;
	margin: 0px;
	padding: 0px;
}

/* メイン画像配置
---------------------------------------------*/

#main_img {
	position:relative;
	margin-top: 0px;
	padding: 0px;
	height: 500px;
	width: 750px;
	background: #FFFFFF url(../images/index/topimage/1006topimage.jpg) left top no-repeat;
}

#main_img h1{
	position: absolute;
	z-index:200;
	top:0px;
	left:5px;
	}

#main_img h2{
	position: absolute;
	font-size:120%;
	z-index:200;
	top:101px;
	left:16px;
	color: #ff4200;
	}
	
#main_img h3{
	position: absolute;
	font-size:110%;
	z-index:200;
	top:127px;
	left:18px;
	color: #ff4200;
	}
/* #ff4200 */
#shop-comment {
	position: absolute;
	z-index:200;
	top:101px;
	left:9px;
}

#main_img ul {
	position: absolute;
	z-index:200;
	top:5px;
	right:5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_img li {
	float: left;
	margin: 0;
	width:auto;
	padding:0 8px 0 8px ;
}

#main_img li a {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#main_img li a:hover {
	color: #ff6347;
}
		/* キャンペーンエリア
		---------------------------------------------*/
		
		#campaign {
	position: absolute;
	z-index:300;
	top:389px;
	left:300px;
		}

/* トップページのパーツ
---------------------------------------------*/
#customer {
	position: absolute;
	top:129px;
	left:15px;
	font-size:90%;
	height: auto;
	width:300px;
}

#customer p{
margin-bottom:5px;
}

#short_cam {
	position: absolute;
	top:-44px;
	left:-266px;
	height:50px;
	width:200px;
}

#news {
	position: absolute;
	top:200px;
	left:15px;
	font-size:90%;
	height: auto;
	width:511px;
}

#news ul {
	margin:0px 10px 5px 5px ;
	list-style:none;
	text-decoration:none;
}
#news li {
	background-image:url(../images/toppage/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	padding:5px 5px 5px 35px ;
	letter-spacing:0.0em;
}


#order {
	position:absolute;
	width:200px;
	text-align:left;
	top:228px;
	right:-10px;
}

#order ul {
	list-style:none;
	text-decoration:none;
	padding:0px 0 0px 0 ;
}

#order li {
	background-image:url(../images/toppage/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:4px 0 4px 25px ;
	color:#006699;
	font-size:95%;
	font-weight:bold;
}

#order li a{
	color:#006699;
}

#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
}

/* テキスト等
---------------------------------------------*/
#gotonews {
text-align:right;
padding-right:30px ;
}

#copyright {
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	padding-top:50px;
}

.privacypolicy {
/*	font: 0.8em ;	*/
}

.CC3300b {
	font-size: 100%;
	font-weight: bold;
	color: #C30;
}

.link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 16px;
}

#main_img #kakaku {
	position: absolute;
	z-index:500;
	top:425px;
	left:31px;
	margin: 0;
	padding: 0;
	color:#FFFFCC;
	font-weight:bold;
	font-size:110%;
	width: 250px;
}

#main_img #kakaku a{
	color:#FFFFCC;
}

#main_img #kakaku a:hover{
	color:#FFFFCC;
}
.caption {
	font-size:90%;
}
