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

/* 00.base style */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	color : #333;
	font-size: small;
}
body {
}
p {	line-height:1.5em;}
.f_clear {clear:both;}
.t_left {text-align:left;}
.t_right {text-align:right;}
.t_center {text-align:center;}

.img_left { float:left; margin-right:15px;}
.img_right { float:right; margin-left:15px;}

a {color:#03F;}

.t_red {color:#F00;}


/* header */
#header {
	background-image:url(img/header1_bg.gif);
	background-repeat: repeat-x;
}
#header1 {
	width: 800px;
	margin: 0px auto;
	padding:14px 0 10px 0;
}
#headtext {
	font-size:12px;
	color:#FFF;
}
#header-left {
	width:550px;
	float:left;
	margin-top:10px;
}
#header-right {
	float:right;
	margin-top:10px;
}
#header-right p {
	font-size:12px;
	line-height:1.2em;
}

/* Grand Navigation Menu */
#g-navi-bg {
	background-image:url(img/g-navi_bg.gif);
	background-repeat:repeat-x;
}
#g-navi {
	height: 43px;
	width: 804px;
	margin: 0px auto;
	padding: 0px;
}
#g-navi li {text-indent: -9999px;float:left;width:134px;}
#g-navi a {display:block;width:100%;height:43px;background-image: url(img/g-navi.png);background-repeat: no-repeat;}
#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -134px 0;}
#menu3 a{background-position: -268px 0;}
#menu4 a{background-position: -402px 0;}
#menu5 a{background-position: -536px 0;}
#menu6 a{background-position: -670px 0;}
#menu1 a:hover{background-position: 0 -43px;}
#menu2 a:hover{background-position: -134px -43px;}
#menu3 a:hover{background-position: -268px -43px;}
#menu4 a:hover{background-position: -402px -43px;}
#menu5 a:hover{background-position: -536px -43px;}
#menu6 a:hover{background-position: -670px -43px;}

/* main */
#main_bg {	
	width: 100%;
	background-color:#fdfdc4;
}
#main {
	width: 820px;
	margin: 0px auto;
	background-image: url(img/main_bg.gif);
	background-repeat: repeat-y;
}
#main_left {
	float:left;
	width: 170px;
	margin:30px 0 0 20px;
}
#main_center {
	float:left;
	width: 440px;
	margin:30px 0 0 20px;
}
#main_right {
	float:right;
	width: 130px;
	margin:30px 20px 0 0;
	text-align:center;
}
#recom-list a {
	display:block;
	width:150px;
	margin-top:12px;
	padding: 4px 0 4px 12px;
	font-size:12px;
	font-weight:bold;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	border-bottom:#CCC solid 1px;
	border-left:#FC6 solid 8px;
	text-decoration:none;
	color:#444;
}
#recom-list a:hover {
	background-color:#FF9;
}
#mobile { margin-top:20px;font-size:10px;}

/* footer */
#footer {
	width: 100%;
	margin: 0px;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
}
#footertext {
	width: 800px;
	margin: 0px auto;
	padding:5px 0 5px;
}
#footertext p {font-size:12px;color: #FFF;}
#f_menu a{text-decoration:underline;color: #FFF;}
#copyright {padding-top:20px;}


/* main_center common */
#main_center h2 {
	margin:0 0 20px;
}
#main_center h3 {
	margin:20px 0 10px;
}
#main_center p {
	margin-left:10px;
}
#main_center li {
	margin-left:20px;
	line-height:1.5em;
	list-style-type: square;
	list-style-position: outside;
}


/* top */
#top-content p {
	margin-left:20px;
}
/* tokutei */
#tokutei-content h4 {
	margin-bottom:5px;
	font-weight:bold;
	color:#000;
}
#tokutei-table {
	margin-left:10px;
}
#tokutei-table td{
	padding: 0 20px 5px 0;
}
/* privacy */
#privacy h2 {
	font-size:110%;
	text-align:center;
	margin-bottom:30px;
}
#privacy h3 {
	margin-bottom:5px;
}
/* order */
#order-content h3 {
	color: #000;
	padding:5px;
	width:400px;
	background-color: #FC6;
}

/* product */
#product p {
	margin-left:10px;
}
.sale {color:#F00; font-weight:bold;}
