@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 85%;
	font-family:"メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
/*	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;
}

/* 共通　基本レイアウト
---------------------------------------------*/
#wrapper {
	width: 850px;
	background: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
#header {
	position:relative ;
	z-index:300;
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 100%;
}
#header h1{
	position:absolute;
	top:5px;
	left:10px;
	font-weight:bold;
	font-size:12px;
	color: #F06;
	}
	/* トップのメニュー
	---------------------------------------------*/
	#navigation {
		position: absolute;
		z-index:500;
		top: 25px;
		right: 50px;
		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;
		cursor:default;
	}
	#navigation li a:hover {
		color: #ff6347;
		background: url(../images/navi/navi_tag2.gif) right bottom no-repeat;
		cursor:default;
	}
		
/* プルダウンサブメニュー
---------------------------------------------*/
		#navigation ul ul {
		}
		#navigation ul ul li {
			float: none;
			background-color: #EEEEEE;
			background-image: none;
		}
		#navigation ul ul li a {
			display:block;
			border-bottom: 2px solid #FFFFFF;
			background-color: #EEEEEE;
			background-image: none;
			font-size: 12px;
			font-weight: bold;
			padding:9px 0 9px 0;
			height:auto;
			color:#666;
			cursor:pointer;
		}
		#navigation ul ul li a:hover {
			color: #FFFFFF;
			background-image: none; 
			background-color: #C30;
			cursor:pointer;
		}
		#navigation ul li.parent ul {
			display: none;
		}
		#navigation ul li.parentOn ul {
			display: block;
		}
		
#content {
	position: relative;
	width: 850px;
	height:auto;
	margin: 0px;
	padding: 0px;
}

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

#main_img {
	position:relative;
	margin-top: 0px;
	padding: 0px;
	height: 567px;
	width: 850px;
	background: #FFFFFF url(../images/index/topimage/1206mainphoto.jpg) left top no-repeat;
}
	#main_img #logo{
		position: absolute;
		z-index:200;
		top:0px;
		left:5px;
		}
#main_img h1{
	position: absolute;
	z-index:200;
	top:110px;
	right:315px;
	color: #F06;
	text-align:left;
	font-size:20px;
/*	text-shadow: 2px 2px 2px #000; */
	}

#main_img h2{
	position: absolute;
	z-index:200;
	top:40px;
	right:10px;
	color: #F36;
	text-align:left;
	font-size:12px;
	line-height:1.5;
/*	text-shadow: 2px 2px 2px #000; */
	}
	
#main_img h3{
	position: absolute;
	font-size:13px;
	z-index:200;
	top:127px;
	left:18px;
	color: #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;
}
		/* キャンペーンエリア
		---------------------------------------------*/
		#main-cam {
			position: absolute;
			z-index:200;
			top:331px;
			left:14px;
		}
		#campaign {
	position: absolute;
	z-index:300;
	top:436px;
	left:402px;
		}

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

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

#news {
	position: absolute;
	top:200px;
	left:15px;
	font-size:90%;
	height: auto;
	width:550px;
}
	#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;
	}
	#news li a{
		text-decoration:none;
	}
	#news li a:hover{
		color: #999;
		text-decoration:underline;
	}

#order {
	position:absolute;
	width:200px;
	text-align:left;
	top:228px;
	right:20px;
}
	#order ul {
		list-style:none;
		text-decoration:none;
		padding:5px 0 5px 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;
		text-decoration:none;
	}
	#order li a:hover{
		color: #3399FF;
		text-decoration:underline;
	}



#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;
}s

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

#main_img #kakaku a:hover{
	color:#FFFFCC;
}
p.caption {
	font-size:11px;
}
p.top-banner {
	font-size:11px;
	text-align:center;
	padding:0 0 5px 0;
}

/* 緊急のお知らせ
---------------------------------------------*/
#top-caution {
	background:#ededed;
	margin:10px 0 10px 0;
	padding:10px;
	border:#F00 1px dashed;
}
#top-caution h3{
	color:#F00;
}
#top-caution p{
	font-size:13px;
	line-height:1.4;
}
