@charset "utf-8";

/*////////////////////////////////////////////////
//  - CSS for HTML Parts
//  - 2009-08-07 (Fri)
//    - 2009-09-08 ブログタイトル
//    - 2009-09-14 ヘッダーバナー
////////////////////////////////////////////////*/


/*////////////////////////////////////////////////
//  - Header
////////////////////////////////////////////////*/

#header {
	position: relative;
	width: 1000px;
	height: 130px;
	margin: 0;
	padding: 0;
	background: url(../images/top/header_bk.jpg) no-repeat 0 0; /* 通常バナー */
/*	background-image: url(../images/top/main_header_ttl.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; 季節バナー */
}

#header h1 a {
	position: absolute;
	display: block;
	top: 20px;
	width: 400px;
	height: 62px;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none !important;
	background-image: url(../images/top/top_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
/*	background-repeat: no-repeat;
	background-position: 0 0; 季節バナー */
}

#header h1 a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#header h2 {
	position: absolute;
	top: 83px;
/*	left: 65px; */
	left: 29px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #000000;
/*	color: #999; */
}

#header #cart a {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 201px;
	height: 42px;
	background: url(../images/top/top_btn_cart.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none !important;
}

#header #cart a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}


/*////////////////////////////////////////////////
//  - Menu
////////////////////////////////////////////////*/

#menu {
	position: relative;
	width: 1000;
	height: 65px;
	background: url(../images/top/top_g-navi.gif) no-repeat 0 0;
	overflow: hidden;
}

#menu li a {
	display: block;
	position: absolute;
	background: url(../images/top/top_g-navi.gif) no-repeat 0 0;
	text-indent: -9999px;
	text-decoration: none !important;
	cursor: pointer;
}
#menu li#navi01 a:link,
#menu li#navi01 a:visited   { width: 113px; height: 44px; left: 0; top: 12px; background-position: 0 -12px; }
#menu li#navi01 a:hover,
#menu li#navi01.current a   { width: 113px; height: 44px; left: 0; top: 12px; background-position: 0 -77px !important; }
#menu li#navi02 a:link,
#menu li#navi02 a:visited   { width: 186px; height: 44px; left: 113px; top: 12px; background-position: -113px -12px; }
#menu li#navi02 a:hover,
#menu li#navi02.current a   { width: 186px; height: 44px; left: 113px; top: 12px; background-position: -113px -77px !important; }
#menu li#navi03 a:link,
#menu li#navi03 a:visited   { width: 137px; height: 44px; left: 299px; top: 12px; background-position: -299px -12px; }
#menu li#navi03 a:hover,
#menu li#navi03.current a   { width: 137px; height: 44px; left: 299px; top: 12px; background-position: -299px -77px !important; }
#menu li#navi04 a:link,
#menu li#navi04 a:visited   { width: 110px; height: 44px; left: 436px; top: 12px; background-position: -436px -12px; }
#menu li#navi04 a:hover,
#menu li#navi04.current a   { width: 110px; height: 44px; left: 436px; top: 12px; background-position: -436px -77px !important; }
#menu li#navi05 a:link,
#menu li#navi05 a:visited   { width: 105px; height: 44px; left: 546px; top: 12px; background-position: -546px -12px; }
#menu li#navi05 a:hover,
#menu li#navi05.current a   { width: 105px; height: 44px; left: 546px; top: 12px; background-position: -546px -77px !important; }
#menu li#navi06 a:link,
#menu li#navi06 a:visited   { width: 115px; height: 44px; left: 651px; top: 12px; background-position: -651px -12px; }
#menu li#navi06 a:hover,
#menu li#navi06.current a   { width: 115px; height: 44px; left: 651px; top: 12px; background-position: -651px -77px !important; }
#menu li#navi07 a:link,
#menu li#navi07 a:visited   { width: 91px; height: 44px; left: 766px; top: 12px; background-position: -766px -12px; }
#menu li#navi07 a:hover,
#menu li#navi07.current a   { width: 91px; height: 44px; left: 766px; top: 12px; background-position: -766px -77px !important; }
#menu li#navi08 a:link,
#menu li#navi08 a:visited   { width: 143px; height: 44px; left: 857px; top: 12px; background-position: -857px -12px; }
#menu li#navi08 a:hover,
#menu li#navi08.current a   { width: 143px; height: 44px; left: 857px; top: 12px; background-position: -857px -77px !important; }




/*////////////////////////////////////////////////
//  - Sub Header
////////////////////////////////////////////////*/

#subHeader {
	clear: both;
	width: 1000px;
	height: 525px;
	margin: 0;
	padding: 10px 0 0 0;
}

#subHeader a 			{ color: #595e73; text-decoration: none; }
#subHeader a:link		{ color: #595e72; text-decoration: none; }
#subHeader a:visited	{ color: #595e71; text-decoration: none; }
#subHeader a:active		{ color: #595e70; text-decoration: underline; }
#subHeader a:hover		{ color: #ff0050; text-decoration: underline; }

#subHeader #left-column {
	float: left;
	width: 650px;
	margin: 0 5px 0 0;
	padding: 0;
/*	background-color: #eee;*/
}

#subHeader #right-column {
	float: left;
	width: 345px;
	margin: 0;
	padding: 0;
/*	background-color: #ff0000;*/
}

/* - #left-column
------------------------------------------------*/

#left-column #swf {
	width: 650px;
	height: 310px;
}

#left-column .bnr-long {
	margin-top: 5px;
}

#left-column li {
	position: relative;
	float: left;
	width: 320px;
	height: 100px;
	background-color: #f8f7f1;
	border: 1px solid #e8e5e0;
	padding: 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

#left-column li.right {
	margin: 5px 0 0 0;
	padding: 0;
}

#left-column li img {
	margin: 9px 0 0 9px;
	padding: 0;
	border: 1px solid #fff;
}

#left-column li div {
	position: absolute;
	top: 15px;
	left: 100px;
	margin: 0;
	padding: 0 10px 0 0;
}

#left-column li h3 {
	color: #3366cc;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/* - #right-column
------------------------------------------------*/

#right-column .bnr01 {
	margin-bottom: 3px;
}

#right-column .bnr02 {
	margin-bottom: 5px;
}


#right-column h3 {
	width: 345px;
	height: 35px;
	background: url(../images/top/top_ttl_news_topics.gif) no-repeat 0 0;
	text-indent: -9999px;
	text-decoration: none !important;
}

#right-column #right-column-base {
	width: 343px;
	height: 163px; /* 通常 */
/*        height: 95px; 休日案内 */
	background-color: #f8f7f1;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: none;
	border-right: 1px solid #e8e5e0;
	border-bottom:  1px solid #e8e5e0;
	border-left:  1px solid #e8e5e0;
}

#right-column #right-column-base #innerBox {
	width: 325px;
	height: 149px; /* 通常 */
/*        height: 82px; 休日案内 */
	margin: 0 auto;
	padding: 0;
	scrollbar-base-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #808080;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #808080;
	scrollbar-arrow-color: #808080;
	overflow: auto;
}

#right-column #right-column-base dl {
	clear: both;
	width: 300px;
	min-height: 50px;
	_height: 50px;
	margin: 0 auto;
	padding: 10px 0 0 0;
/*	border-top: 1px dotted #999;*/
	border-bottom: 1px dotted #999;
}

#right-column #right-column-base dt {
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
}

#right-column #right-column-base dt img {
	border: 1px solid #fff;
}

#right-column #right-column-base dd {
/*	float: left;*/
/*	width: 210px;*/
	margin: 0 0 0 60px;
	padding: 0 0 10px 0;
}

#right-column #right-column-base dd p {
	color: #595e73;
}

#right-column #right-column-base dd p span {
	color: #3366cc;
}


/* - #product infomation
------------------------------------------------*/

#pdctinfo {
	margin-top: 10px;
	padding-top: 10px;
	width: 1000px;	
}

#pdctinfo table {
	background-color: #F5F5F5;
	width: 1000px;
}

#pdctinfo table .td01 {
	width: 230px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}

#pdctinfo table .td02 {
	width: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;	
}

#pdctinfo table .td03 {
	width: 230px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;	
}

#pdctinfo table .img {
	width: 157px;
	height: 214px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	vertical-align: bottom;
}

#pdctinfo table span.description {
	color: #336699;
}

#pdctinfo table span.article {
	font-weight: bold;
	line-height: 150%;
	color: #666666;
}

#pdctinfo table span.price {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

#pdctinfo table span.tax {
	font-size: 10px;
	color: #999;
}

#pdctinfo table span.contents {
	font-size: 10px;
	line-height: 130%;
}

#pdctinfo table .btn {
	width: 144px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
}

/* - ブログタイトル
------------------------------------------------*/
#mainInnerL div.subCont {
	margin: 0;
	padding: 5px 0;
}
#mainInnerL div.subCont p {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
}
