/* CSS Document */

/* 基本スタイル */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 130%;
	color: #333333;
	background-color: #FFE9E6;
	text-align:center;
	background-image: url(../img/common/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
a {
	color: #003399;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}

a.whight {
	color: #fff;
	text-decoration:none;
}
a.whight:visited {
	color: #fff;
	text-decoration:none;
}

a.whight:hover {
	color: #0066FF;
	text-decoration:none;
}

img {
	border: none;
	vertical-align: top;
}
.clear {
	clear: both;
}

#wrapper {
	width: 803px;
	text-align:center;
	background-color: #FFFFFF;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}

/* ヘッダー */
#header {
	height: 95px;
	position: relative;
	background-image: url(../img/common/head_bg.gif);
}
#header h1 {
	font-size:100%;
	color:#122D59;
	position: absolute;
	left: 6px;
	top: 4px;
}

#header_0 {
	height: 30px;
	background-color: #122D59;
}

#header_0 h1 {
	font-size:100%;
	color:#ffffff;
	position: absolute;
	left: 8px;
	top: 8px;
}

#header_0 .souryou {
	font-size:100%;
	color:#ffffff;
	position: absolute;
	left: 330px;
	top: 4px;
}

#header_0 .tel {
	font-size:100%;
	color:#ffffff;
	position: absolute;
	left: 510px;
	top: 4px;
}

#header .top {
	font-size:100%;
	font-weight:bold;
	color:#122D59;
	position: absolute;
	left: 10px;
	top: 4px;
}
#header p.head {
	font-size:100%;
	color:#00A8D3;
	position: absolute;
	left: 236px;
	top: 44px;
	width:235px;
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
#logo {
	position: absolute;
	left: 8px;
	top: 38px;
	width: 215px;
}
#login {
	position: absolute;
	left: 634px;
	top: 6px;
	width: 152px;
}
#myp {
	position: absolute;
	left: 634px;
	top: 6px;
	width: 74px;
}
#logout {
	position: absolute;
	left: 712px;
	top: 6px;
	width: 74px;
}


#viewcart {
	position: absolute;
	left: 695px;
	top: 60px;
	width: 81px;
}
#sitemap {
	position: absolute;
	left: 610px;
	top: 60px;
	width: 74px;
}
#inq {
	position: absolute;
	left: 515px;
	top: 60px;
	width: 83px;
}


/* 構造 */

#container {
	float: left;
	width: 634px;
}
#primary {
	float: right;
	width: 460px;
	background-color: #FFFFFF;
	text-align: center;
}
#secondary {
	float: left;
	width: 170px;
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 10px;
	margin-left: 1px;
}
#tertiary {
	float: right;
	width: 160px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: -4px;
}

#footer {
	clear: both;
	background-color: #D9D9D9;
	height: 50px;
	border-top: solid #CCCCCC 1px;
}



/* フッターバナー */


#foot_bn {
	clear: both;
	text-align: center;
	width: 699pv;
	height: 150px;
	margin-right: 50px;
	margin-left: 50px;
}

#foot_bn h3 {
	padding: 10px;
}
	
#foot_bn ul {
	height: 39px;
	width: 699px;
	list-style-type: none;
}

#foot_bn li {
	float:left;
}

#foot_bn img {
	margin-right: 5px;
	margin-left: 5px;
}



/* グローバルナビ */

#globalnav {
	height:50px;
	background-image:url(../img/common/gnavi_bkz.gif);
	background-repeat:repeat-x;
}
#globalnav ul {
	height: 39px;
	list-style-type: none;
}
#globalnav li {
	float:left;
}
#nav01 {
	width: 82px;
}
#nav02 {
	width: 96px;
}
#nav03 {
	width: 197px;
}
#nav04 {
	width: 167px;
}
#nav05 {
	width: 138px;
}
#nav06 {
	width: 120px;
}
#globalnav li a {
	display: block;
	overflow: hidden;
	width:100%;
	height: 0 !important;
	height /**/:39px;
	padding-top: 39px;
	background-image: url(../img/common/gnavi_z.gif);
	color: #999999;
}
/*  背景画像の位置
---------------------------------------------*/

#nav01 a { background-position:  0     0; }
#nav02 a { background-position: -82px  0; }
#nav03 a { background-position: -178px 0; }
#nav04 a { background-position: -375px 0; }
#nav05 a { background-position: -542px 0; }
#nav06 a { background-position: -680px 0; }
	
/* 現在位置 */
#nav01 a.stay { background-position:  0     -78px; }
#nav02 a.stay { background-position: -82px  -78px; }
#nav03 a.stay { background-position: -178px -78px; }
#nav04 a.stay { background-position: -375px -78px; }
#nav05 a.stay { background-position: -542px -78px; }
#nav06 a.stay { background-position: -680px -78px; }

/* オンマウス */
#nav01 a:hover { background-position:  0     -39px; }
#nav02 a:hover { background-position: -82px  -39px; }
#nav03 a:hover { background-position: -178px -39px; }
#nav04 a:hover { background-position: -375px -39px; }
#nav05 a:hover { background-position: -542px -39px; }
#nav06 a:hover { background-position: -680px -39px; }


/* 商品ナビ */

#item_nav {
}
#item_nav ul {
	list-style-type: none;
}
#item_nav li {
	float:left;
	text-align: center;
	width: 50px;
	background-color: #0066CC;
}
#item_nav li.nav01 {
	width: 109px;
	margin-left: 0px;
}
#item_nav li.nav02 {
	width: 109px;
	margin-left: 0px;
}
#item_nav li.nav03 {
}
#item_nav li.nav04 {
}
#item_nav li.nav05 {
}

	
	

/* Secondery */

#secondary h3 {
	margin-left: 5px;
	margin-top: 10px;
}

.l_line {
	border-bottom:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;


	-moz-border-radius: 0 0 5px 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}

.l_line ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0px 5px 6px;
}

.l_line li {
	background-image: url(../img/common/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 8px 14px;
	display: block;
	border-bottom: dotted #00CCCC 1px;
	margin: 5px 10px 0px 5px;
	line-height: 120%;
}
.l_line li.bottom {
	background-image: url(../img/common/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 2px 14px;
	display: block;
	border-bottom: none;
	margin: 5px 10px 0px 5px;
}
.l_line li.nowbottom {
	background-image: url(../img/common/arrow_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 2px 14px;
	display: block;
	border-bottom: none;
	margin: 5px 10px 0px 5px;
}
.l_line li.nowon  {
	background-image: url(../img/common/arrow_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0px 6px 14px;
	display: block;
	margin: 2px 10px 3px 5px;
	border-bottom: none;
}
.l_line li.nowon2  {
	background-image: url(../img/common/arrow_red2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 3px 14px;
	display: block;
	margin: 2px 0px 3px 15px;
	border-bottom: none;
}
.l_line li.nowon3  {
	background-image: url(../img/common/arrow_red4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 3px 14px;
	display: block;
	margin: 2px 10px 3px 15px;
	border-bottom: none;
}
.l_line li.justnow  {
	background-image: url(../img/common/arrow_red3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 3px 14px;
	display: block;
	margin: 2px 10px 3px 25px;
	border: none;
}
.l_line li.justnow2  {
	background-image: url(../img/common/arrow_red3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 3px 14px;
	display: block;
	margin: 2px 0px 3px 15px;
	border-bottom: none;
}
.l_line li.nowother  {
	background-image: url(../img/common/arrow_dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 3px 14px;
	display: block;
	margin: 2px 0px 3px 25px;
	border: none;
}
.l_line li.nowotherbt  {
	background-image: url(../img/common/arrow_dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 3px 14px;
	display: block;
	margin: 2px 10px 3px 25px;
	border: none;
}
.l_line li.justnowbt  {
	background-image: url(../img/common/arrow_red3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 3px 14px;
	display: block;
	margin: 2px 10px 3px 25px;
	border: none;
}

.l_line li.upper {
	background-image: url(../img/common/arrow_blue2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0px 8px 14px;
	display: block;
	border-bottom: dotted #00CCCC 1px;
	margin: 5px 10px 0px 5px;
	border-top: dotted #00CCCC 1px;
}
.l_line li.up_bt {
	background-image: url(../img/common/arrow_blue2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0px 8px 14px;
	display: block;
	margin: 5px 10px 0px 5px;
	border-top: dotted #00CCCC 1px;
	border-bottom: none;
}
.l_linen {
	border-bottom:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;

	-moz-border-radius: 0 0 5px 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}

.l_linen ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0px 5px 6px;
}

.l_linen li {
	background-image: url(../img/common/arrow_blue2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0px 3px 14px;
	display: block;
	margin: 3px 5px 3px 5px;
}
.l_linen img {
	margin: 10px 2px 15px 3px;
}

.l_guide {
	border-bottom:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	background-color:#FFFFCC;
	-moz-border-radius: 0 0 5px 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.l_guide ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0px 5px 6px;
}

.l_guide li {
	background-image: url(../img/common/arrow_blue4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0px 3px 14px;
	display: block;
	margin: 3px 5px 3px 5px;
}



#lbt {
	margin:15px 5px 15px 5px;
	height: 90px;
	list-style-type: none;
}
#lbt li {
	width: 160px;
}
#lbt li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:30px;
	padding-top: 30px;
	background-image: url(../img/common/l_guide2.gif);
	color: #000000;
}

/*  背景画像の位置
---------------------------------------------*/
	

#guide a { background-position: 0 0; }
#toi a { background-position: 0 120px; }
#tokushou a { background-position: 0 60px; }
	
	/* オンマウス */
#guide a:hover { background-position: 0 -30px; }
#toi a:hover { background-position: 0 -90px; }
#tokushou a:hover { background-position: 0 -150px; }

/* フッター */

#footer ul{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

#footer li{
	font-size:0.84em;
	margin: 0px;
	padding:0px 2px 0px 0px;
	display: inline;
	white-space: nowrap
}
#Copyright {
	margin : 0;
	padding : 4px;
	color : #00CCFF;
	font-size: 1em;
}

/* tertiary */

#logobn {
	margin: 10px 5px 0px 5px;
}


/* トップページ、商品一覧の真ん中 */


#top_box {
	margin-bottom: 2px;
	padding: 0 10px 0 10px;
	margin-top: 10px;
	text-align: left;
}
#topmain {
	margin:0 0 12px 0;
	padding: 0;
}

#top_me_navi {
	padding: 0;
	margin-bottom: 10px;
}

#top_me_navi ul {
	display: block;
	background-image: none;
	text-align: right;
}

#top_me_navi li {
	background-image: url(../img/common/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px 10px 5px 10px;
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 100%;
}

#notice {
	margin:0 0 5px 0;
	padding: 6px;
	line-height:130%;
	border: 2px solid #FF0000;
}

#top_box h2 {
	font-size: 0.8em;
	height:25px;
}
#top_box div.bbb {
	position: relative;
	margin-bottom:7px;
}
#top_box div.bbb p {
    position: absolute;
    top: -25px;
    _top: -24px; /* IE6 */
    left: 0;
}
*:first-child+html #top_box div.bbb p {
    top: -24px; /* IE7 */
}
/* opera9 \*/
html:\66irst-child #top_box div.bbb p {
    top: -24px;
}

#top_box h3 {
	color:#122D59;
	margin: 2px 0px 5px 0px;
	padding: 5px 0 4px 7px;
	font-size: 1.2em;
	display: block;
	border-left: solid #122D59 6px;
	background-color: #EEEEEE;
	letter-spacing: 0.2em;
}
#top_box h3 a {
	color:#122D59;
}
#top_box h3 a:hover {
	text-decoration:none;
}

.top_block {
	padding-bottom: 8px;
	margin-bottom: 8px;
	width: 100%;
}

.item_left {
	width: 215px;
	float: left;
	text-align: left;
	border-right: solid #CCC 1px;
	border-bottom: solid #BBB 1px;
	height: 70px;
	padding-right: 3px;
}

.item_right {
	width: 215px;
	float: right;
	text-align:left;
	border-right: solid #CCC 1px;
	border-bottom: solid #BBB 1px;
	height: 70px;
	padding-right: 3px;
}

.top_block h4 {
	margin: 2px 0px 3px 0px;
	padding: 0px;
	font-size: 1em;
}

.top_block p img {
	float: left;
	margin-right: 4px;
	padding: 0px;
	margin-top: 3px;
	margin-left: 3px;
}
.top_block p {
	line-height: 120%;
	margin: 0;
	font-size: 95%;
}

/* 新着情報 */
#new {
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

#new h3 {
	text-indent: -1000em;
	background-image: url(../img/top/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	height: 30px;
}

#new dl {
	margin: 0;
	padding: 0px 0px 5px 2px;
	margin-right: 5px;
}

#new dt {
	background-image: url(../img/top/point_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 0px 1px 18px;
	display: block;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 2px;
}
#new dd {
	padding: 0 2px 5px 18px;
	line-height: 120%;
	text-align: justify;
}
#new ul li.more {
	padding: 5px 10px 1px;
	display: block;
	background-image: none;
	text-align: right;
}
#rireki {text-align:right;
}

/* 商品：リスト */
.nece2 {
	color:#FF0000;
	font-weight:bold;
}
#item-top ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#item-top_panel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#item-top li {
	background-image: url(../img/top/line_dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	display: block;
}

/* 3段組みの右ナビゲーション */

#tertiary h3 {
	margin-top: 10px;
	margin-left: 5px;
}

.r_line {
	border-bottom:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;

	-moz-border-radius: 0 0 5px 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.r_line ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0px 5px 6px;
}

.r_line li {
	background-image: url(../img/common/arrow_blue2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0px 3px 14px;
	display: block;
	margin: 3px 5px 3px 5px;
}
.r_line p {
	margin: 3px 3px 3px 6px;
	line-height: 140%;
	font-size: 85%;
}


.r_linet {
	border:solid #CCCCCC 1px;
	-moz-border-radius: 5px 5px 5px 5px;
	margin: 15px 5px 10px 5px;
}
.r_linet ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0px 5px 6px;
}

.r_linet li {
	background-image: url(../img/common/arrow_blue2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0px 3px 14px;
	display: block;
	margin: 3px 5px 3px 5px;
}
.r_toi {
	border: none;
	-moz-border-radius: 5px 5px 5px 5px;
	margin: 5px 5px 15px 5px;
	padding-right:5px;
	padding-left:5px;
}

.r_kai {
	border: none;
	-moz-border-radius: 10px 5px 5px 0px;
	margin: 10px 5px 15px 0px;
	padding-right:5px;
	padding-left:3px;
}

#book {
	margin: 3px 3px 3px 6px;
	padding:5px 0 5px 0;
}
#book a {
	font-size:85%;
}

/* ２段の構造 */

#container2 {
	float: left;
	width: 795px;
}
#primary2 {
	float: right;
	width: 605px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top:10px;
}
#primary2 #pan-kuzu {
	font-size:0.9em;
	color:#4a4d4a;
	margin: 8px 0 8px 0;
	padding: 5px 0 0 0;
}

#primary2 h1 {
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
	margin-right: 10px;
	width:550px;
	background-image: url(../img/common/h1_back.gif);
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 14px;
	background-repeat: no-repeat;
}
#primary2 h2 {
	margin: 2px 30px 5px 10px;
	padding: 5px 0 4px 8px;
	font-size: 1.2em;
	background-color:#122D59;
	color: #FFFFFF;
	display: block;
}

#primary2 h3 {
	font-size: 1.1em;
	margin-top:7px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 17px;
	color: #666666;
}

#primary2 h4 {
	font-size: 12px;
	margin-top:15px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-left: 15px;
	font-weight: bold;
	margin-right: 20px;
	padding-left: 4px;
	color: #4A4D4A;
    border-bottom: dotted #FF9900 1px;
}

#primary2 h5 {
	font-size: 12px;
	margin-top: 13px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #e7e7e7;
	padding-left: 5px;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
}

#primary2 p {
	font-size: 12px;
	margin-top:4px;
	margin-bottom: 25px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-left: 15px;
	font-weight: normal;
	margin-right: 5px;
	padding-left: 10px;
	color: 4A4D4A;
	line-height: 18px;
	padding-right: 5px;
}
#primary2 #about p {
	font-size: 12px;
	margin-top:4px;
	margin-bottom: 25px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-left: 15px;
	font-weight: normal;
	margin-right: 30px;
	padding-left: 10px;
	color: 4A4D4A;
	line-height: 18px;
	padding-right: 30px;
}
#primary2 #item-tokucho p {
	font-size: 12px;
	margin-top:4px;
	margin-bottom: 25px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-left: 15px;
	font-weight: normal;
	margin-right: 5px;
	padding-left: 10px;
	color: 4A4D4A;
	line-height: 18px;
	padding-right: 5px;
}
#primary2 p.sub {
	font-size: 12px;
	margin-top:4px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-left: 15px;
	font-weight: normal;
	margin-right: 18px;
	padding-left: 10px;
	color: 4A4D4A;
	line-height: 18px;
}
#primary2 p.top {
	text-align:center;
}
#primary2 p img {
	margin-top: 5px;
	margin-left:10px;
	margin-bottom:5px;
}
#primary2 ol {
	margin: 0px 0px 0px 30px;
	padding: 3px 0px 5px 5px;
}

#primary2 ul {
	margin: 0px 0px 0px 30px;
	padding: 3px 0px 5px 5px;
}


#primary2 li {
	font-size: 12px;
	margin-left: 18px;
	font-weight: normal;
	margin-right: 25px;
	padding-left: 5px;
	color: #4A4D4A;
	line-height: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
	padding-right: 25px;
}

#primary2 table {
	width : 550px;
	border-width: 1;
	border-collapse : collapse;
	margin: 0 10px 30px 20px;
}

#primary2 table.gaiyou {
	width : 520px;
	border-width: 1;
	border-collapse : collapse;
	margin: 0 10px 30px 20px;
}

#primary2 table td.midashi {
	background-color : #FFEBCA;
	font-size : 12px;
	text-align : center;
	border-top : solid 1px #999999;
	border-right : solid 1px #999999;
	border-bottom : solid 1px #999999;
	border-left : solid 1px #999999;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#primary2 table td.cell1 {
	background-color : #FFF1E3;
	font-size : 12px;
	text-align : center;
	border-top : solid 1px #999999;
	border-right : solid 1px #999999;
	border-bottom : solid 1px #999999;
	border-left : solid 1px #999999;
	color: #333333;
	padding: 10px 5px;
}

#primary2 table td.cell2 {
	background-color : #FFFFFF;
	font-size : 12px;
	border-top : solid 1px #999999;
	border-right : solid 1px #999999;
	border-bottom : solid 1px #999999;
	border-left : solid 1px #999999;
	color: #333333;
	padding: 10px 5px;
}
#primary2 table td.cell25 {
	background-color : #FFFFFF;
	font-size : 0.8em;
	border-top : solid 1px #999999;
	border-right : solid 1px #999999;
	border-bottom : solid 1px #999999;
	border-left : solid 1px #999999;
	color: #333333;
	text-align: center;
	padding: 5;
}
#primary2 table td.cell3 {
	background-color : #FFFFFF;
	font-size : 12px;
	border-top : solid 1px #999999;
	border-right : solid 1px #999999;
	border-bottom : solid 1px #999999;
	border-left : solid 1px #999999;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#primary2 table img {
	margin-right: 0px;
	margin-left: 0px;
}
.nece {
	color:#FF6633;
	font-weight:bold;
}


/* 商品のインデックスページなど */
.index_block {
	width: 100%;
	margin-bottom: 8px;
}

.index_left {
	width: 270px;
	float: left;
	text-align: left;
	border-right: solid #BBB 2px;
	border-bottom: solid #999 2px;
	padding-right: 3px;
	border-left: solid #CCC 1px;
	border-top: solid #CCC 1px;
	height: 125px;
}

.index_right {
	width: 270px;
	float: right;
	text-align:left;
	border-right: solid #BBB 2px;
	border-bottom: solid #999 2px;
	height: 125px;
	padding-right: 3px;
	border-left: solid #CCC 1px;
	border-top: solid #CCC 1px;
}

#primary2 #item .index_block h3 {
	padding: 0 0 0 2px;
	font-size: 1em;
	border-left: solid #0E3192 10px;
	margin:6px 0 7px 6px;
}

#primary2 #item .index_block p img {
	float: left;
	margin: 3px 4px 0 6px;
	padding: 0
}
#primary2 #item .index_block p {
	line-height: 120%;
	margin: 0;
	padding: 0;
}

#primary_wake {
	width: 756px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top:10px;
	margin-left: 22px;
}

table .wake_timg {
	padding: 0px;
}

.sale_tab  {
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 20px;
}

.lp_tab  {
	width: 756px;
	text-align: left;
	margin-top: 20px;
}

.sale_tab_hed  {
	width: 755px;
	height: 5px;
	background-color: #669900;
	text-align: left;
	display: block;
}

.lp_tab_hed  {
	width: 755px;
	height: 5px;
	background-color: #990000;
	text-align: left;
	display: block;
}

.lp_tab_hed_blue  {
	width: 755px;
	height: 5px;
	background-color: #000066;
	text-align: left;
	display: block;
}

.lp_tab_hed_blue_755 {
	width: 755px;
	height: 5px;
	background-color: #000066;
	display: block;
}

.lp_tab_hed_gr  {
	width: 755px;
	height: 5px;
	background-color: #003300;
	text-align: left;
	display: block;
}

.wakeari_hed  {
	margin-bottom: 20px;
}

.lp_hed  {
	margin-left: -33px;
	margin-top: -5px;
}

.wakearinowake  {
	margin-bottom: 10px;
}



#item_index {
	width:560px;
	margin:0 0 20px 10px;
}

#item_index h2 {
	margin: 2px 0px 5px 0px;
	padding: 5px 0 4px 8px;
	font-size: 1.2em;
	background-image:none;
	background-color:#122D59;
	border-bottom:none;
	border-left:none;
	color: #FFFFFF;
}


/* 商品詳細の表など */

#item-tokucho {
	width:578px;
	margin-bottom: 10px;
}
#item-tokucho h2 {
	margin: 2px 5px 5px 15px;
	padding: 5px 0 4px 8px;
	font-size: 1.2em;
	border-left: solid #109ED4 4px;
	color: #4A4D4A;
	background:none;
	color:#4A4D4A;
	border-bottom: none;
	background-color: #FFFFFF;
}
#item-tokucho #left{
	float:left;
	width:350px;
	margin-bottom: 10px;
}

#item-tokucho #left_500{
	float:left;
	width:500px;
	margin-bottom: 10px;
}

#item-tokucho #left_270{
	float:left;
	width:270px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#item-tokucho #right{
	float:right;
	width:200px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#item-tokucho #right_270{
	float:right;
	width:270px;
	margin-bottom: 10px;
}


#item-tokucho #left_panel{
	float:left;
	width:320px;
	margin-bottom: 10px;
}
#item-tokucho #right_panel{
	float:right;
	width:230px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#item-tokucho #teki_pic fieldset {
	width:557px;
	text-align:center;
	padding: 0 0 5px 0;
	margin: 0 0 0 15px;
}
#item-tokucho #teki_pic table {
	width: 500px;
	text-align: center;
	padding: 0;
	margin: 0 0 0 15px;
}
#item-tokucho #sample {
	width: 560px;
	margin: 10px 0 15px 15px;
	border-bottom: solid #DDDDDD 3px;
	padding-bottom: 15px;
}
#item-tokucho #sample_2 {
	width: 560px;
	margin: 10px 30px 0 15px;
	border-bottom: solid #DDDDDD 3px;
	padding-bottom: 15px;
}
#hosoku {
	padding:3px;
}
#hosoku h4 {
	text-indent: -1000em;
	background-image: url(../img/top/new_ttl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
#hosoku p {
	border: solid 1px #6666FF;
	line-height: 120%;
	padding:5px;
	margin-right: 10px;
	margin-top: 10px;
	color: #666666;
}
#hosoku p.mitsu  {
	border: solid 1px #FF0000;
	line-height: 120%;
	padding:5px;
	font-weight: bold;
	margin: 10px 30px 0 15px;
}


#voice {
	padding:3px 3px 3px 5px;
	margin: 10px 0 0 0;
}
#voice h4 {
	margin: 2px 30px 15px 15px;
	padding: 8px 0 8px 8px;
	font-size: 1.2em;
	border-top: solid #122D59 1px;
	border-bottom: solid #122D59 1px;
	border-left: solid #122D59 8px;
	border-right: solid #122D59 1px;
	color: #122D59;
}
#voice .color {
	margin: 2px 35px 15px 25px;
	padding: 5px 0 5px 0px;
	background-color:#dde;
	font-size: 12px;
}
#voice .white {
	margin: 2px 0px 15px 30px;
	padding: 5px 0 5px 0px;
}
#voice p {
	margin: 20px 0px 20px 30px;
	padding: 0px 0px 0px 15px
}

#voice p.come {
	margin: 0;
	padding: 0px 0px 0px 10px
}
#voice p.name {
	margin: 0;
	padding: 5px 5px 5px 15px;
	text-align: right;
}
#voice p.top {
	margin: 30px 0 20px 15px;
	padding: 0;
	text-align: center;
}
/* アコーディオンFAQ */
#faqcon {
	padding:3px 3px 3px 5px;
	margin: 30px 0 0 4px;
}
.accordion_toggle {
	display: block;
	background-image: url(../img/common/ico_q2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	margin: 20px 20px 0 10px;
	padding: 5px 5px 4px 25px;
	background-color: #dee;
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
}
.accordion_content {
	background-image: url(../img/common/ico_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1em;
	margin:4px 30px 30px 30px;
	padding: 4px 10px 2px 25px;
	font-weight: normal;
	color: 4A4D4A;
	line-height: 18px;
	overflow: hidden;
}
#faqcon dl {
	margin:0px 30px 20px 15px;
}

/* 表の下部にあるボタン類など */

#back {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 560px;
}
#back ul {
	list-style:none;
}
#back li.back_c  {
	float:left;
}




#item-ichiran h3 {
	margin: 0 0 5px 0;
	padding: 8px 0 6px 8px;
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #122D59;
}

#item-ichiran h3.h3_no {
	font-size: 100%;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: normal;
}

#item-ichiran h3.size {
	margin: 10px 30px 5px 15px;
	padding: 8px 0 6px 8px;
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #122D59;
}
#item-ichiran p {
	font-size:1em;
	padding:0;
	color: #333333;
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#item-ichiran table.naka {
	border-width: 1;
	margin: 0 0 0 15px;
	padding: 0;
	border-collapse : collapse;
	width:560px;
}
#item-ichiran caption {
	margin: 0 0 0 0px;
	padding: 7px 0 6px 12px;
	width:560px;
	font-size: 1.2em;
	font-weight:bold;
	text-align:left;
	color: #FFFFFF;
	background-color:#122D59;
}
span.cap  {
	line-height: 20px;
}
#item-ichiran table.naka span.title {
	font-size: 75%;
	text-align : left;
	color: #FFFFFF;
}
#item-ichiran table.naka td.sub {
	font-size: 1em;
	text-align : left;
	color: #4a4d4a;
	padding:2px 2px 15px 5px;
}
#item-ichiran table.naka th {
	background-color : #DDFFFF;
	font-size: 1em;
	text-align : center;
	border-top : solid #BBB 1px;
	border-right : solid #BBB 1px;
	border-bottom : solid #BBB 1px;
	border-left : solid #BBB 1px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
}
#item-ichiran table.naka td.midashi {
	background-color : #DDFFFF;
	font-size: 1em;
	text-align : center;
	border-top : solid #BBB 1px;
	border-right : solid #BBB 1px;
	border-bottom : solid #BBB 1px;
	border-left : solid #BBB 1px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
}

#item-ichiran table.naka td.cell {
	background-color : #FFFFFF;
	font-size: 1em;
	text-align : center;
	border-top : solid #BBB 1px;
	border-right : solid #BBB 1px;
	border-bottom : solid #BBB 1px;
	border-left : solid #BBB 1px;
	color: #333333;
	padding: 10px 2px 10px 2px;
}

#item-ichiran table.naka td.cell_l {
	background-color : #FFFFFF;
	font-size: 12px;
	text-align : left;
	border-top : solid #BBB 1px;
	border-right : solid #BBB 1px;
	border-bottom : solid #BBB 1px;
	border-left : solid #BBB 1px;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	vertical-align: top;
}

#item-ichiran table.naka td.cell_l ul{
	margin-left: -10px;
}

#item-ichiran table.naka td.cell_l li{
	font-size: 10px;
}

#item-ichiran table.naka td.cellb {
	background-color : #FFFFFF;
	font-size : 18px;
	font-weight:bold;
	text-align : center;
	border-top : solid #BBB 1px;
	border-right : solid #BBB 1px;
	border-bottom : solid #BBB 1px;
	border-left : solid #BBB 1px;
	color: #333333;
	padding: 10px 2px 10px 2px;
	line-height: 100%;
}
#item-ichiran table.naka td.bottom {
	background-color : #FFFFFF;
	font-size: 1em;
	text-align : right;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 10px;
}

#item-ichiran table.naka img {
	margin-right: 0px;
	margin-left: 5px;
}
.color {
	font-size:10px;
	color:#999999;
	margin:0;
	padding:0;
}





/* ３段のテキストなど */

#sandan {
	margin: 10px 10px 10px 10px;
	text-align: left;
}
#sandan #pan-kuzu {
	font-size:0.9em;
	color:#4a4d4a;
	margin: 8px 0 8px 0;
	padding: 5px 0 0 0;
}
#sandan h1 {
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
	margin-right: 10px;
	background-image: url(../img/common/h1_3danback.gif);
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 14px;
	background-repeat: no-repeat;
}

#sandan h2 {
	font-size: 1.2em;
	margin-top:10px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-left: 15px;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 5px;
	color: #666666;
	border-left: solid #9C9A9C 4px;
}

#sandan h3 {
	font-size: 1.1em;
	margin-top:7px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 17px;
	color: #666666;
}

#sandan h4 {
	font-size: 1em;
	margin-top:15px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-left: 15px;
	font-weight: bold;
	margin-right: 20px;
	padding-left: 4px;
	color: #4A4D4A;
        border-bottom: dotted #FF9900 1px;
}

#sandan h5 {
	font-size: 1em;
	margin-top: 13px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #e7e7e7;
	padding-left: 5px;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
}

#sandan p {
	font-size: 1em;
	margin-top:4px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-left: 15px;
	font-weight: normal;
	margin-right: 10px;
	padding-left: 5px;
	color: 4A4D4A;
	line-height: 18px;
	padding-right: 10px;
}

#sandan p.sub {
	font-size: 1em;
	margin-top:4px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-left: 15px;
	font-weight: normal;
	margin-right: 18px;
	padding-left: 10px;
	color: 4A4D4A;
	line-height: 18px;
}

#sandan p img {
	margin-top: 5px;
	margin-left:10px;
	margin-bottom:5px;
}

#sandan li {
	font-size: 1em;
	margin-left: 18px;
	font-weight: normal;
	margin-right: 25px;
	padding-left: 10px;
	color: #4A4D4A;
	line-height: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
	padding-right: 25px;
}

#sandan table {
	border-width: 1;
	border-collapse : collapse;
	margin: 0 10px 30px 10px;
}

#sandan table td.midashi {
	background-color : #FFEBCA;
	font-size: 1em;
	text-align : left;
	border-top : solid 1px #CCCCCC;
	border-right : solid 1px #CCCCCC;
	border-bottom : solid 1px #CCCCCC;
	border-left : solid 1px #CCCCCC;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
}

#sandan table td.cell1 {
	background-color : #eee;
	font-size: 1em;
	text-align : center;
	border-top : solid 1px #CCCCCC;
	border-right : solid 1px #CCCCCC;
	border-bottom : solid 1px #CCCCCC;
	border-left : solid 1px #CCCCCC;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 60px;
}

#sandan table td.cell3 {
	background-color : #FFFFFF;
	font-size: 1em;
	border-top : solid 1px #CCCCCC;
	border-right : solid 1px #CCCCCC;
	border-bottom : solid 1px #CCCCCC;
	border-left : solid 1px #CCCCCC;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}

#sandan table img {
	margin-right: 0px;
	margin-left: 0px;
}
#sandan ul {
	margin:0px 18px 20px 15px;
}

#sandan li {
	font-size: 1em;
	margin:0px 10px 2px 30px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: 4A4D4A;
	line-height: 18px;
}
#about #link dl {
	margin:0px 30px 20px 15px;
}
#about #link dt {
	font-size: 1em;
	font-weight:bold;
	margin: 20px 20px 0 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #dee;
	padding-left: 5px;
	color: #333333;
}
#about #link dd {
	font-size: 1em;
	margin:4px 10px 10px 20px;
	padding: 4px 10px 2px 5px;
	font-weight: normal;
	color: 4A4D4A;
	line-height: 18px;
}

#about #link p {
	font-size: 1em;
	margin-top:4px;
	margin-bottom: 25px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-left: 18px;
	font-weight: normal;
	margin-right: 18px;
	padding-left: 10px;
	color: 4A4D4A;
	line-height: 18px;
}
.teki_pri{
	padding:0;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right:0px;
}

.teki_pic{
	text-align:center;
	margin-left: 15px;
}

.teki_ichiran {
	font-size: 1.2em;
	margin-top:10px;
	margin-bottom: 0px;
	padding-bottom: 1px;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 5px;
	color: #666666;
	border-left: solid #9C9A9C 4px;
}

#primary2 .teki_pic_s {
	width : 435px;
	text-align:center;
	line-height: 14px;
	margin:10px 0 5px 0
}

#teki_ichiran{
	text-align:center;
	background-image: url(../img/top/line_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}



#gr_fut {
	width: 700px;
	background-color: #eeeeee;
	padding: 5px;
	height: 100px;
	font-size: 80%;
	text-align: left;
}


#gr_fut .gr_fut_tit {
	text-align: left;
}

#gr_fut .gr_fut_sec {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	background-color: #999900;
	width: 100px;
	float:left;
}


#gr_fut ul {
	list-style-type: none;
	width: 400px;
}

#gr_fut li {
	float:left;
		margin-right: 10px;
}

/* グループフッタリンク */

#gr_fut {
	clear: both;
	text-align: center;
	width: 700px;
	background-color: #eeeeee;
	padding: 10px;
	height: 150px;
	text-align: left;
}

#gr_fut .tit {
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#gr_fut .sec {
	width: 680px;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0px;
}

#gr_fut .sec2 {
	width: 100px;
	text-align: left;
	float: left;
	height: 30px;
}

#gr_fut .sec3 {
	width: 200px;
	float: left;
	margin: 0px;
	padding-left: 0px;
}


#gr_fut ul {
	list-style-type: none;
	text-align: left;
	margin-left: -40px;
	margin-top: 0px;
}



#gr_fut li {
	float: left;
	margin-right: 20px;
}


/* 訳あり */

#primary_wake table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	margin-bottom: 20px;
}

#primary_wake .no_bottom {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	margin-bottom: 0px;
}

#primary_wake td {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right:  1px solid #cccccc;
	padding: 10px;
	text-align: left;
}

#primary_wake th {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-right:  1px solid #cccccc;
	padding: 5px;
	background-color: #eeeeee;
	font-weight: normal;
	font-size: 10px;
}

#primary_wake th.yoko {
	font-weight: normal;
	width: auto;
}

#primary_wake th.tit {
	background-color: #FF6600;
	font-weight: bolder;
	color: #FFFFFF;
}

#primary_wake td.tit {
	font-weight: bolder;
	font-size: 20px;
}

#primary_wake td.price {
	font-weight: bolder;
	color: #FF0000;
	font-size: 20px;
	text-align: right;
}

#primary_wake td.price_moto {
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	text-decoration: line-through;
}

#primary_wake td.price_tate {
	font-weight: bolder;
	color: #FF0000;
	font-size: 20px;
	text-align: left;
}

#primary_wake th.must {
	border-left-color: #FF3300;
}

#primary_wake .text1 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

#primary_wake .t_10 {
	font-size: 10px;
}

#primary_wake table.naka {
	padding: 0px;
	border: 0px;
	border-top: none;
	margin: 0;
}

#primary_wake td.naka {
	padding: 0px;
	border: 0px;
	border-top: none;
	margin: 0;
}

.wake_top_bn {
	margin-bottom: 10px;
}

#nenmatu_eigyobi {
	border: solid #FF0000 1px;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	padding: 5px;
	background-color: #FFFFCC;
}

#lp_mm_bn table.mail{
	border: none;
}

#lp_mm_bn img{
	border: none;
	margin: 0px;
	background-color: #0033FF;
}

#lp_mm_bn td.mail{
	border: none;
	padding: 0px;
	text-align: left;
	border-top-style: none;
}

#mm_touroku {
	width: 160px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -5px;
	margin-top: -5px;
}

#mm_touroku td {
	padding: 5px;
	background-color: #000066;
}

#mm_touroku form {
	color: #CCCCCC;
}

.txt_bn {
	margin-bottom: 5px;
}

.kai_bt {
	width: 546px;
	text-align: center;
	margin-top: 35px;
	padding-bottom: 35px;
}

#inq_bn {
	margin-bottom: 20px;
	margin-top: 20px;
}

#nenmatu_eigyobi {
	border: solid #FF0000 1px;
	margin-bottom: 10px;
	background-color: #FFFF99;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	padding: 8px;
}

#nenmatu_eigyobi .mid{
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
