<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
@import url("index.css");

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		
	line-height: 2;
	color: #333333;		
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #edf4f2 url(images/bg.gif) repeat-x top;	
	
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.fla {
	text-align: center;
	background: #000;


}

.color1 {
	color: #00382C;
}

.align-left{
	text-align: left;
	}

.clear {
	clear: both;
	}
	
table {
	border-collapse: collapse;
	}

.plice_line {
	text-decoration: line-through;
	text-align: right;
}

.textred {color:#f00;
	text-align:right;
	}

img.right {
	float: right;
	margin: 0 0 0.5em 0.8em;
	}
	
.t08em{font-size: 0.8em;}

p {
	text-align: left;}

/*コンテナー（HP全体の枠組み）
------------------------------------------------------------------------------------------*/
#container {
	width: 920px;		
	/*text-align: left;*/
	margin-right: auto;
	margin-left: auto;
	
	
}




/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: #003561 url(images/header_bg.gif) repeat-x;	
}

#header h1 {
	font-size: 10px;	/*h1タグの文字サイズ*/
	color: #fafafa;		/*文字色*/
	line-height: 1.2;
	position: absolute;	/*ヘッダーに対して絶対配置させる指示*/
	left: 20px;			/*ヘッダーに対しての横からの位置指定*/
	top: 5px;			/*ヘッダーに対しての上からの位置指定*/
	font-weight: normal;
}

#header img {
	vertical-align: top;
	padding-top: 18px;
}

#header p {
	position: absolute;
	top: 45px;
	right: 35px;
	}

#header a {
	color: #fff;
	text-decoration: none;
	}

#header a:hover {color: #f00;}


	
/*common---------------------------------------------------------------------------*/

.t08em {font-size: 0.9em !important;}
.w13em {width: 13em !important;}
.w14em {width: 14em !important;}
.w15em {width: 15em !important;}

/*メインメニュー
------------------------------------------------------------------------------------------*/
#gn {
	display: block; 
	margin: 0; 
	padding: 10px 0; 
	position: relative;
	height: 30px;
	z-index: 100;
	background: #000;
	}
/*
#gn *:hover { background: url(images/menu_bg.gif) repeat-x;}
#gn li.hover a { background: url(images/menu_bg.gif) repeat-x; }
*/

	
#gn ul { 
	display: none; 
	position: absolute; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	width: 11.3em; 
	}
#gn ul { 
	top: 30px; 
	}
#nav a { 
	color: white;line-height: 1; 
	
	}
#gn ul ul { left: 11.3em;z-index: 200; }
#gn ul ul li {color: #fff;}
#gn li { 
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative; 
	}

* html #gn ul li  { margin-bottom: -3px; } /* IE6ハック */
*:first-child+html #gn ul li  { margin-bottom: -4px; }/*IE7ハック */
 * html #gn ul { line-height: 0; } /* IE6 "fix" */
#gn ul a { zoom: 1; color: #fff;} /* IE6/7 fix */

#gn ul li { float: none; }
#gn ul ul { top: 15px; }

#gn ul a {
	 border-bottom: 1px solid white; 
	 border-right: none; 
	 opacity: 0.8; 
	 filter: alpha(opacity=80); 
	 color: #fff;
	 zoom: 1;
	 line-height: 2;
	 
	 }
/* #gn ul a { border-bottom: none; } - I also needed this for IE6/7 */

ul#gn li {
	display: block;
	margin: 0; 
	padding: 0; 
	position: relative;
	float: left;
	height: 30px;
	width: 11.3em;
	}

ul#gn li a {
	display: block;
	width: 11.3em;
	padding: 0;
	height: 30px;
	background: url(images/menu_bg.gif) repeat-x;
	overflow: hidden;
	border-left: 1px solid #666;
	color: white; 
	font-size: 1em; 
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	}
ul#gn li#home{
	display: block;
	margin: 0; 
	padding: 0; 
	position: relative;
	float: left;
	height: 30px;
	width: 4em;
	}	
ul#gn li#home a {
	display: block;
	width: 4em;
	height: 30px;
	background: url(images/menu_bg.gif) repeat-x;
	overflow: hidden;
	border-left: 1px solid #666;
	color: white; 
	font-size: 1em; 
	text-decoration: none;
	text-align: center;
	}
ul#gn li a:hover{background-position: left bottom ;} 	
ul#gn li a#select{background-position: left bottom ;} 



	
	


/*コンテンツ
------------------------------------------------------------------------------------------*/
#contents {
	clear: left;	/*メインメニューのfloat解除*/
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 0 auto;
	
	}



/*メインコンテンツ（左側ブロック）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 570px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 32768px;  
	margin-bottom: -32768px;  
	height: auto !important;
	background: #fff;
	text-align: left;
	}

#main h2 {
	background: #00539A url(images/h2_bg.gif) no-repeat;	/*h2見出しの背景画像と背景色設定。*/
	height: 45px;
	font-size: 110%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	margin: 0 auto;
	line-height: 45px;
	overflow: hidden;
	width: 570px;
	text-indent: 20px;
}

#main h2.h2_btn{
		background: url(images/h2_btn_bg.gif) left top no-repeat;
		width: 570px;
		height: 45px;
		font-size: 0.8em;	/*文字サイズ*/
		line-height: 45px;
		margin: 0 auto;

		}

#main h2.h2_btn a{
		width: 570px;
		height:45px;
		display:block;
		overflow: hidden;
		color:#FFF;
		font-size: 0.8em;
		margin: 0 auto;
		text-decoration: none;
		
		}

#main h2.h2_btn a:hover{
		background: url(images/h2_btn_bg.gif) left bottom no-repeat;
		color: #333;
		font-size: 0.8em;

		}

#main table, {
	margin: 0 auto;	
	}

#main img {
	text-align: center;
	}

#main p {
/*	padding: 0.5em 10px 1em;*/
	width: 570px;
margin: 0 auto;
}

#main a {
	color: #000000;	/*メインコンテンツのリンク色設定*/
}

#main a:hover {
	color: #e60012;	/*メインコンテンツのリンクのカーソルがのった時の色*/
}


/*-------------サイトマップページ-----------------------------------*/
.clear {clear: both;}

#main #sitemap ul {padding-left:2em;}
/*#main #sitemap li {list-style-type:disc ;}*/
#main #sitemap a {
	text-decoration: none;
	display: block;
	width: 200px;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	padding-left: 0.5em;
	}

#main #sitemap a.theme {
	border-left: 5px solid #004a39 ;
	width: 230px;
	padding-left: 1em;
	margin: 0.5em;
	background: #efefef;
	font-weight: bold;
	display: block;
	}


#main #sitemap div#left {
	width: 280px;
	height: auto;
	padding: 0;
	margin-top: 10px;
	float: left;
	}

#main #sitemap div#right {
	width: 280px;
	height: auto;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	}





	

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 548px;		/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #00382C;	/*What's Newのフチの右ライン。*/
	border-bottom: 1px solid #00382C;	/*What's Newのフチの下ライン。*/
	border-left: 1px solid #00382C;		/*What's Newのフチの左ライン。*/
	background: #f5f6f7;	/*What's Newボックスの背景色*/
}

#main dt {
	font-weight: bold;	/*日付を太字に。通常の太さがいいなら、この1行を丸ごと削除。*/
	color: #00382C;		/*日付の文字色を緑（#00382C）に*/
}

#main dd {
	border-bottom: 1px dotted #1D5F87;	/*説明文の下に1pxの点線(dotted)を#1D5F87の色で入れる。*/
}



/*販売リストページのボックス設定
---------------------------------------------------------------------------------------------------------*/
.box {
	width: 570px;	/*テーブルの幅*/
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dashed #CCCCCC;	/*テーブルの下に#CCCCCCの色で点線(dashed)を入れる設定。直線がいいならsolidにする。*/
	margin-bottom: 10px;
}

.box td{
	padding-bottom: 10px;
	vertical-align: top;
}

/*商品名設定*/
.box h4 {
	border-bottom: 1px solid #004A39;	/*商品名の下に1px幅の#004A39色の直線を入れる*/
	border-left: 4px solid #004A39;		/*商品名の左に4px幅の#004A39色の直線を入れる*/
	padding-left: 5px;
	font-size: 120%;		/*文字サイズ*/
	position: relative;
}

/*価格設定*/
.box h4 span {
	position: absolute;
	right: 0px;
	color: #e60012;	/*価格の文字色*/
}

/*SOLD OUT表示設定*/
.box .soldout {
	background: url(images/soldout.gif) no-repeat right bottom;	/*SOLD OUT画像を右下に配置させる。*/
}

/*ボックス内にある画像の設定*/
.box img {
	padding: 4px;				/*写真とフチ線の間にある余白*/
	border: 1px solid #cccccc;	/*写真のフチ設定。solidは直線という意味。*/
	margin: 2px;
}

.box a:hover img {
	border: 1px solid #333333;	/*画像にカーソルがのった時のライン色変更設定。*/
}




/*サブコンテンツ（右側ブロック）
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 250px;
	color: #FFFFFF;		/*サブコンテンツの文字色*/
	background: #f00;
	padding: 20px ;
	/*display: inline;*/
	height: auto !important;
	background: #021914;
	padding-bottom: 32768px;  
	margin-bottom: -32768px;  
	text-align: left;
}

#sub a {
	color: #FFFFFF;		/*サブコンテンツのリンクの文字色*/
	
}

#sub a:hover {
	color: #e60012;		/*サブコンテンツのリンクにカーソルがのった時の文字色*/
}

/*#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left:1em;
}
*/
#sub ul {
	padding-left: 2em;
	list-style-type: disc;
	}

#sub h3 {
	background: #000203 url(images/h3_bg.gif) repeat-x top;
	line-height: 31px;
	text-align: left;
	padding-left: 1em;	
	margin: 2em 0 1em 0;
	letter-spacing: 0.2em;	/*文字間隔を少し広げる設定。*/
	font-size: 100%;
}




/*フッター
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background: #000100;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	background: #000102;
}</pre></body></html>