@charset "utf-8"; /* 文字コード */

/* ページ全体の基本的な設定と背景色 */
	body {
		margin:0px;
	}

/* h1h2h3 */
	h1{
		margin: 0px;
		padding: 0px;
	}
		
	h2{
		margin: 0px;
		padding: 0px;
	}

	h3 {
		margin: 0px;
		padding: 0px;
		border: double 3px #87CEFA;
		background-color:#F8F8FF;
	}

.select-tab {
    width: 100%;
	margin: 0;
	padding-top: 8px;
	background:url(../images/tabback.gif) repeat-x;
}

/* ヘッダ */
#header{
	background-image:url(../images/headerbg.png);
	background-repeat:repeat-x;
	position:absolute;
	font-size: 11px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 63px;
	color: #ffffff;
	background-color:#FFFFFF;
	z-index:1;
	overflow: hidden;
	}
#header a{
	color: #ffffff;
	text-decoration: none;
	}
#header a:hover{
	color: #ff315a;
	}
#header td{
	font-size: 11px;
	color:#fff;
	font-weight: normal;
	}
#header .help{
	float: right;
	position:absolute;
	right: 90px;
	top: 48px;
}
#header .cart{
	position:absolute;
	right: 0px;
	top: 0px;
}


/*   左　 */
#left {
	color: #ffffff;
	position: absolute;
	left: 20px;
	top:45px;
	width: 170px;
	overflow: hidden;
	}
#left ul{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding-left: 12px;
	}
#left li{
	list-style-type: none;
	background-image:url(../images/graydot1.png);
	background-repeat:no-repeat;
	padding-left: 8px;
	margin-left: -3px;
	font-size: 11px;
	font-weight: normal;
	}
#left h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	color: #444444;
	}
#left h3{
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 5px 8px;
	}
#left .splitter{
	margin: 3px 2px 3px 2px;
	border-top: 1px dotted #aaa;
	}

/* 商品リスト */
#left .guide {
	width:100%;
	line-height: 140%;
	font-size:12px;
	}
#left .guide a{
	color: #ffffff;
	text-decoration: underline;
	}
#left .guide .title {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	color: #444444;
	}
#left .guide .header{
	font-size: 10px;
	font-weight: normal;
/*	height: 18px; */
	color: #ffffff;
	padding: 0px 5px 2px 5px;
	filter: Alpha(opacity=50);
	}
#left .guide .bodyhead{
	background-image:url(../images/sideheader1c.png);
	background-repeat:no-repeat;
	height: 6px;
	font-size: 4px;
	margin-bottom: 0px;
}
#left .guide .body{
	background-image:url(../images/sidebg1c.png);
	background-repeat:repeat-y;
	font-size: 11px;
	padding: 5px 5px 2px 5px;
	}
#left .guide .body a{
	color: #444444;
	text-decoration: none;
	}
#left .guide .body a:hover{
	color: #ff315a;
	}
#left .guide .footer{
	background-image:url(../images/sidefooter1c.png);
	background-repeat:no-repeat;
	hegiht: 6px;
	font-size: 4px;
	margin-top: 0px;
	}
#left .guide .body table{
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	}
#left .guide .body table img{
	border: 1px solid #ccc;
	}
/*FOLDマーク*/
#left .guide .body a.foldmark {
    	font-size:10px; /* マークのフォントサイズ */
    	padding-left:3px;  /* タイトルとマーク間のパディング */
    	text-decoration: none; /* マークの文字装飾（何も表示しない） */
	position: absolute;
	left: 5px;
}
/* カートを見る（メニュー内） */
#left .viewcart {
	margin: 10px 0px 10px 0px;
	width:170px;
	height: 30px;
	background-image:url(../images/viewcartB.png);
	background-repeat:no-repeat;
	}
#left .viewcart:hover{
	background-image:url(../images/viewcartB2.png);
	background-repeat:no-repeat;
	}

/* (c)ほか */
#left .disclimer {
	margin: 0px 0px 0px 0px;
	width:165px;
	font-size: 9px;
	}
#left .disclimer a,a:link,a:visited {
	color: #0000ff;
	text-decoration: none;
	}

/* box */
#box {
	color: #000;
	background-color:#fff;
	position: absolute;
	left: 210px;
	top:50px;
	/*width: 75%;*/
	right:30px;
	overflow: hidden;
	}
#box td{
	font-size: 12px;
	line-height: 150%;
}
#box table a{
	color: #3300e0;
	text-decoration: none;
}
#box table a:hover{
	color: #ff9600;
}
/* (c) */
#box .copyright {
	color: white;
	font-size: 12px;
	padding: 20px 0px 20px 0px;
	}
#box .copyright a{
	color: white;
	text-decoration:none;
	}
#box .copyright a:hover{
	text-decoration:underline;
	}

/* 一般 */
.plain10px {
	font-size: 10px;
	line-height: 130%;
}
.plain12px {
	font-size: 12px;
	line-height: 130%;
}
.plain9px {
	font-size: 9px;
	line-height: 140%;
}
.plain14px {
	font-size: 14px;
	line-height: 120%;
}
.plain18px {
	font-size: 18px;
	line-height: 120%;
}
.plain24px {
	font-size: 24px;
	line-height: 120%;
}
.bold10w {
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.bold12w {
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bold14px {
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
.bold16px {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
}
.bold18px {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
}
.bold12px {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
.bold18w {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
.bold14w {
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
.bold24px {
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
}
.bold36px {
	font-size: 36px;
	line-height: 120%;
	font-weight: bold;
}
.text{ color: #000000; font-size: 12px; line-height: 150%;}
.textbold{ color: #000000; font-size: 12px; line-height: 130%; font-weight: bold}
.small{ color: #000000; font-size: 10px; line-height: 130%;}
.smallw{ color: #FFFFFF; font-size: 10px; line-height: 130%;}
.kakaku{ color: #000000; font-size: 16px; line-height: 130%; font-weight: bold}
.hea {font-size:18px; line-height:120%;}


