/* CSS Document */ 

td {
	color: #666666;
	font-size: 12pt;
	line-height: 20px;
}


span.style2{
	font-size:8pt;
	line-height:2;
}

a:link {
	font-size: 10px;
	color: #666666;}
	
a.class6{text-decoration:none;}
a.class6:hover{text-decoration:underline;}
a.class6:link{#666666;}
a.class6:visited{#AF518F;}

span.return1{line-height:2;}


#top_bg {
	background-image: url(img/top_bg.jpg);
	background-repeat: repeat-x;
}


body {
margin: 0px 0px 0px 0px;
}


.na_catchcopy{
	width:400px;
	line-height:120%;
	margin:0px;
	font-size:60%;
	color:#bebcbc;
}


.style3 {
	color: #666666;
	font-weight: bold;
}


div.style4 {
	color: #FFFFFF;
    font-size: x-small;
	font-style:italic;
	text-align:center;
}


img.frame6 {
	border:2px dashed silver;
}


table.bg9{
border:0px;
background-image:url(img/bg_body_2.jpg);
background-repeat: repeat-x;
}
table,td.bor1{border:0px ;}
td.bou1{border:0px;}
tr.gyou1{background-image:url(../image/ichigo.gif);}
td.bor1{background-image:url(../image/ball3.gif);} 

h4{
	margin-top:15px;
	background:url(img/subtitleborder.jpg) no-repeat;
	height:35px;
	padding-left:30px;
	padding-top:10px;
	font-weight:bold;
	}



h5{
	margin-top:15px;
	background:url(img/shop_bg.gif) no-repeat;
	height:500px;
	padding-left:300px;
	padding-top:90px;
	font-weight:bold;
	}


	
	h2 {
	font-size: 18pt;
	color: #666666;
	line-height : 37px;
	background-image : url(img/bg_body_2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 10px;
}


/*メイン部分のボックス
----------------------------------------------------------*/

#main div.box {
	border-width: 1px;	/*ボーダーの太さ*/
	border-style: solid;	/*ボーダースタイル*/
	border-color: #cccccc;	/*ボーダーカラー▼*/
	padding: 5px;
	margin-bottom: 10px;
}

#main div.box p {
	padding-bottom: 0px;
}
/*メイン部分のボックス(2カラム)
----------------------------------------------------------*/

#main div.box2column {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#main div.box2column_left {
	float: left;
	width: 310px;
	padding: 5px;
	border-width: 1px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_left {
	width: 320px;	/*IE6用*/
}

#main div.box2column_right {
	float: right;
	width: 310px;
	padding: 5px;
	border-width: 1px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_right {
	width: 320px;	/*IE6用*/
}

#main div.box2column p {
	padding-bottom: 0px;
}
/*イメージボックス
----------------------------------------------------------*/

#main div.imagebox {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#main div.box div.imagebox {
	margin-bottom: 0px;
}
/*イメージボックス アルバム（画像を並べて表示する設定になっている部分）
----------------------------------------------------------*/

#main ul.imagebox_album li {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #e6e6e6;	/*画像 枠の余白部分カラー▼*/
	padding: 4px;			/*画像 枠の余白幅*/
	margin: 5px;
	float: left;
}

* html #main ul.imagebox_album li {
	display: inline;	/*IE6用*/
}

#main ul.imagebox_album img {
	vertical-align: bottom;
}
/*イメージボックス レフト（左側に画像を置く設定になっている部分）
----------------------------------------------------------*/

#main div.imagebox_left {
	background-color: white;	/*▼*/
	padding-right: 10px;
	float: left;
}

#main div.imagebox_left img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #e6e6e6;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}
/*イメージボックス ライト（右側に画像を置く設定になっている部分）
----------------------------------------------------------*/

#main div.imagebox_right {
	background-color: white;
	padding-left: 10px;
	float: right;
}

#main div.imagebox_right img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #e6e6e6;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}