@charset "utf-8";

/*----------------------------------------
 　　タグの初期化
----------------------------------------*/
@import url(base.css);

/*----------------------------------------
 　　ログインエリア
-----------------------------------------*/
#loginBelt {
	width: 100%;
	padding: 3px 0;
	background-color: #eeeeee;
	border-bottom: 1px solid #999;
}

#login{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}


/*----------------------------------------
 　　ヘッダー・ロゴまわり
-----------------------------------------*/
#header {
	width: 950px;
	height: auto;
	margin: 15px auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}
#title{
	float: left;
	width: 350px;
	height: 65px;
}
#login{
	float: right;
	width: 580px;
	height: 70px;
	font-size: 0.8em;
}
#login input[type="image"]{
	vertical-align: middle;
}

h1{
	display:block;
	background-image: url(../_img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 65px;
	margin-bottom: 10px;
}
h1 a{
	display: block;
	height: 65px;
	width: 350px;
}
#infoBelt {
/* 背景色はcolor.phpで制御 */
	width: 100%;
	height: auto;
	padding: 4px 0;
}

#info{
/* 文字色はcolor.phpで制御 */
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	height: 1.5em;
	font-size: 0.9em;
	line-height: 1em;
}

/*----------------------------------------
 　　フッター
-----------------------------------------*/
#footerBelt {
/* ボーダー色はcolor.phpで制御 */
	width: 100%;
	height: 20px;
	clear:both;
}

#footer {
	width: 950px;
	font-size: 0.9em;
	line-height: 0.9em;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	padding: 4px 0;
}

.banner{
	margin-top: 35px;
}

.banner160 {
	margin-left: 5px;
	margin-top: 15px;
}
.banner160 a{
	margin: 15px 5px;
}


/*----------------------------------------
 　　コンテンツ
-----------------------------------------*/
#contents {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#main h2{
	font-size: 16px;
	font-weight: bold;
}
#flash{
	width: 100%;
	height: 530px;
	background-color: #eeeeee;
}
#flash h2{
	padding: 260px 0;
	font-size: 15px;
}
.kakomi{
	padding: 5px;
}
.kakomi2{
	padding: 5px;
}
.grayout{
	color:#999999;
}
.description{
 margin-left: 40px;
}
.description dl{
 width:390px;
 margin-bottom: 20px;
}  
.description dt{  
 float:left;  
 width:100px;  
 padding:5px 0 5px 10px;  
 clear:both;  
 font-weight:bold;  
}  
.description dd { 
 width:260px;  
 margin-left:100px;  
 padding:5px 5px 5px 10px;  
} 
.description li{
	padding:5px 5px 5px 10px;
	list-style-type: square;
	list-style-position: inside;
}
.description p{
	padding:5px 5px 5px 10px;
}

.normal{
 margin-left: 10px;
}
.normal h4{
 margin-top: 15px;
}
.normal h5{
 font-weight: bold;
 margin: 10px 0 0 10px;
 padding: 0;
}
.normal p{
	line-height: 1.8em;
	margin-top: 15px;
 	margin-left: 10px;
	margin-bottom: 3em;
}
.normal dl{
	width:450px;
	height: auto;
	margin: 10px 0 15px 10px;
}
.normal dt{
	padding: 5px;
	font-weight: bold;
	background-color: #eeeeff;
	border: 1px solid #999;
}
.normal dd{
	padding: 5px 20px;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.normal .image{
	margin-left: 10px;
}
.normal .sample{
	border: 1px solid #666;
	margin: 0 0 7px 7px;
}


/*----------------------------------------
 　　subAエリア（サイドバナー領域）
-----------------------------------------*/
#subA .sideOfSubCon{
	margin-top: 30px;
}
#subA .sideOfSubCon img{
	float: left;
}
#subA .sideOfSubCon p.introduce{
	font-size: 90%;
	margin-left: 5px;
	width: 170px;
	display: block;
	float: left;
}
#subA .sideOfSubCon ul{
	clear: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 85%;
}



/*----------------------------------------
 　　桜茶屋ダイジェスト用
-----------------------------------------*/
#chayaDigest{
	position: relative;
	width: 240px;
	height: auto;
	background-color: #efefef;
	padding-top: 40px;
	padding-bottom: 5px;
}
#chayaDigest h2{
	background-image: url(../_img/chayaTitle.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	display: block;
	width: 250px;
	height: 70px;
	left: -10px;
	top: -10px;
}
#chayaDigest h2 a{
	display: block;
	width: 250px;
	height: 70px;
}
.aEntry{
	line-height: 1.5em;
	padding: 5px;
	background-color: #fff;
	height: auto;
	margin: 10px;
}
.aEntry p{
	font-size: 0.8em;
	line-height: 1.5em;
}
.aEntry h3 a{
	font-size: 0.9em;
	font-weight: bold;
	color: #EA6799;
	text-decoration: underline;
}

/*----------------------------------------
 　　プライバシーポリシーページ
 　　利用規約ページ
-----------------------------------------*/
#privacyPolicyPage dl,
#termsPage dl{
	width: 100%;
	padding: 5px;
	border: 1px solid #666;
}
#privacyPolicyPage dt,
#termsPage dt{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}
#privacyPolicyPage dd,
#termsPage dd{
	margin: 0 0 20px 20px;
	padding: 0;
}
#privacyPolicyPage ul,
#termsPage ul{
	margin: 0 0 20px 20px;
	padding: 0;
	list-style: disc;
	list-style-position: inlinel
}

/*----------------------------------------
 　　メインコンテンツ2分割
-----------------------------------------*/
#main2column{
	width: 500px;
	float: right;
}
#main2column h3{
	font-size: 1.4em;
	font-weight: bold;
}
#side2column{
/* 背景色はcolor.phpで制御 */
	font-size: 0.9em;
	width: 180px;
	float: left;
	border: 1px solid #ccc;
}
.subBox .title{
	width: 180px;
	height: 20px;
	background-image:url(../_img/dot.png) !important;
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_img/dot.png", sizingMethod="scale");
	background-repeat: x-repeat;
	background-position: 0 0;
}
.subBox .title h3{
	margin: 0;
	padding: 3px 5px 0;
	font-size: 1.1em;
	line-height: 1.1em;
}
.subBox .body{
	padding: 10px;
	line-height: 1.4em;
}


.gallery{
	margin: 0 4px 7px 0;
}
a .gallery{
 border:2px solid white;
}


.recruit {  
 border:1px solid #999;  
 width:650px;  
 margin: 10px 0 10px 10px;
}  
.recruit dt {  
 float:left;  
 width:100px;  
 padding:5px 0 5px 10px;  
 clear:both;  
 font-weight:bold;  
}  
.recruit dd {  
 width:500px;  
 margin-left:100px;  
 padding:5px 5px 5px 10px;  
 border-left:1px solid #999;  
} 
.recruit ul{
	list-style: disc;
	list-style-position: inline;
	margin-left: 20px;
}
.contact dt{
	padding-left: 5px;
	margin-left: 0px;
}
.contact dd{
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}


/*----------------------------------------
　　一覧表示スタイル
----------------------------------------*/

.contentsBox{
	padding: 10px 10px 0 10px;
}

.contentBox{
	line-height: 1.3em;
   border-bottom: 1px dotted #666;
   margin-bottom: 5px;
   padding: 5px 15px 5px 0;
}
.contentBox h4{
	font-size: 1.2em;
	margin-bottom: 3px;
}
.contentBox h4 a{
	text-decoration: none;
}

.textBox{
	float: right;
	width: 390px;
	font-size: 0.9em;
}
.textBox h4,
.textBox p{
	margin-bottom: 5px;
}

.textBox dl{ 
 width:350px; 
}  
.textBox dt{  
 float:left;  
 width:70px;  
 padding:3px 0 3px 0x;  
 clear:both;  
 font-weight:bold;  
}  
.textBox dd { 
 width:260px;  
 margin-left:70px;  
 padding:3px 0 3px 0;  
} 
.coupon{
	border: 3px double #cc0000;
	width: 298px;
	height: auto;
}
.coupon p{
	display: block;
	padding: 0 10px;
}

.digest{
	font-size: 0.8em;
}
.stamp{
	text-align: right;
	font-size: 0.8em;
}

.contentDetail{
	padding: 5px 15px 0 0;
}
.contentDetail h4{
	font-size: 1.2em;
	font-weight: bold;
}
.contentDetail p{
	margin-bottom: 5px;
}
.imgShadow {
  float:left;
  padding-left:2px;
  background: url(../../../_img/shadow.png) no-repeat bottom right !important;
  margin: 10px 0 0 10px;
}
.contentDetail .photo{
	width: auto;
	height: auto;
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 6px;
  border: 1px solid #999;
}
.contentBox .photo{
	float: left;
	width: 80px;
	border: 1px solid #ccc;
}
.contentDetail br{
	clear: both;
}

/*----------------------------------------
　　フォームのスタイル設定
----------------------------------------*/
#main .submit{
	background-image: url(../_img/form/bg_stripe.gif);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #999;
	clear: both;
}
.submit p{
	text-align: center;
	margin: 0;
	padding: 0;
}
.submitBtn{
	background-color: #666;
	color: #fff;
	padding: 5px;
	border: none;
	margin: 0;
	font-size: 1em;
	display: inline-block;
	cursor: pointer;
}
.comfirmSubmit{
	width: 100px;
	margin-left: 150px;
	float: left;
}
#main .entrySheet{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	border: 1px solid #999;
	border-bottom: none;
	background-image: url(../_img/form/bg_edit_list.gif);
	background-repeat: repeat-y;
}
#main .entrySheet textarea{
	width : 100%;
}
#main .entrySheet ul{
	margin: 0;
	padding: 0;
}
.entrySheet input{
	margin-bottom: 10px;
}
.entrySheet li{
	list-style-type: none;
	border-bottom: 1px solid #999;
	clear: both;
	height: auto;
	margin: 0;
	padding: 0;
}
.entrySheet dl{
	display: inline-block;
	margin: 0px;
	padding: 5px;
	clear: both;
	font-size: 0.9em;
}
.entrySheet dt{
	float: left;
	width: 140px;
	*width: 130px;
	height: auto;
}
.entrySheet dd{
	float: left;
	width: 650px;
	margin: 0px;
	padding: 5px 0 0 15px;
	height: auto;
}
.entrySheet ul li dl dd > ul li{
	border-bottom: none;
}
.subContents{
	clear: both;
	padding: 0;
	margin: 0;
}
.subContents dl{
	display: inline-block;
}
.subContents dt{
	float: left;
	clear: left;
	line-height: 20px;
	width: auto;
}
.subContents dd{
	width: auto;
	line-height: 20px;
	*float: left;
	*clear: left;
}
.address dt{
	width: 6em;
}

.shortList,
.longList,
.note{
	width: 100%;
	margin: 0;
	padding: 0;
}
.longList li{
	border: none;
}
.shortList{
	clear: both;
}
.shortList li{
	clear: none;
	float: left;
	width: 12em;
	border: none;
}
.complusory{
	color: #ff0000;
	font-weight: bold;
}
.requirement{
	font-size: 0.8em;
	color: #666;
}
.inputNote li{
	border: none;
	margin: 5px 0;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0;
	color: #666;
}


.winner{
	margin: 10px 0px;
	padding: 0px;
	height: auto;
	width: 520px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.winner th{
	text-align: left;
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px;
	font-weight: normal;
	text-indent: 5px;
}
.winner td{
	margin: 0px;
	padding: 3px;
	width: 33%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	text-indent: 1em;
}


/*----------------------------------------
　　ページマップ
----------------------------------------*/
.now_read{
	background-image: url(../_img/icons/now_read.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.non_read{
	text-indent: 20px;
	margin-bottom: 8px;
}

/*----------------------------------------
　　カレンダー
----------------------------------------*/
.calendar{
	width: 100%;
	border: none;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
.calendar th,
.calendar td{
	border: none;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.calendar thead{
	text-align: center;
}
.weekday{
	color: #555;
}
.holiday{
	color: #B6330B;
}
.saturday{
	color: #333FF3;
}
.toray{
	background-color: #450169;
}
.eventday{
	background-color: #FFFFCC;
}
.border{
	border: 1px solid #999;
}



/*----------------------------------------
　　サイトマップエリア
----------------------------------------*/
#main .siteCategory{
	margin: 0;
	float: left;
	width: 233px;
	height: auto;
}

#main .siteCategory h3{
	border:3px double #ccc;
	display: block;
	width: 92%;
	margin: 0;
	padding: 5px 3px;
	color: #666;
}
#main .siteCategory ul,
#main .siteCategory p{
	margin: 0 0 10px 0;
	padding: 5px 15px 0 5px;
	line-height: 1.2em;
}
#main .siteCategory li{
	list-style: none;
	margin :0 0 5px 0;
	padding: 0;
	font-size: 0.9em;
}
#main .siteCategory li a:hover{
	text-decoration: underline;
}


/*----------------------------------------
 　　基本DIVの初期化
-----------------------------------------*/
.title{
	background-image:url(../_img/dot.png) !important;
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="dot2.png", sizingMethod="scale");
	background-repeat: x-repeat;
	width: 180px;
	height: 20px;
}


/*----------------------------------------
 　　ドロップシッピング用
-----------------------------------------*/
.itemBox{
	width: 105px;
	height: 165px;
	overflow:hidden;
	float:left;
	padding-right: 10px;
}
.itemBox p{
	font-size: 0.7em;
}
.dropBox{
	width: 700px;
	clear: both;
}

/*----------------------------------------
 　　のんべぇマップ
-----------------------------------------*/
.nonbay dt{
	width: 225px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.nonbay #mito{
	background-image: url("../_img/special/nonbaysMap2010/mito.gif")
}
.nonbay #hitachinaka{
	width: 300px;
	background-image: url("../_img/special/nonbaysMap2010/hitachinaka.gif")
}

.nonbayList li{
	margin-bottom: 10px;
}

.nonbayList li a{
	text-indent: -9999px;
	display: block;
	width: 210px;
	height: 45px;
}

.nonbayList #mito_s a{
	background-image: url("../_img/special/nonbaysMap2010/mito_s.gif")
}
.nonbayList #mito_s a:hover{
	background-image: url("../_img/special/nonbaysMap2010/mito_s_on.gif")
}

.nonbayList #mito_n a{
	background-image: url("../_img/special/nonbaysMap2010/mito_n.gif")
}
.nonbayList #mito_n a:hover{
	background-image: url("../_img/special/nonbaysMap2010/mito_n_on.gif")
}

.nonbayList #mito_a a{
	background-image: url("../_img/special/nonbaysMap2010/mito_a.gif")
}
.nonbayList #mito_a a:hover{
	background-image: url("../_img/special/nonbaysMap2010/mito_a_on.gif")
}

.nonbayList #katsuta a{
	background-image: url("../_img/special/nonbaysMap2010/katsuta.gif")
}
.nonbayList #katsuta a:hover{
	background-image: url("../_img/special/nonbaysMap2010/katsuta_on.gif")
}

.nonbayList #naka a{
	background-image: url("../_img/special/nonbaysMap2010/naka.gif")
}
.nonbayList #naka a:hover{
	background-image: url("../_img/special/nonbaysMap2010/naka_on.gif")
}

.nonbayList #hitachinaka_all a{
	background-image: url("../_img/special/nonbaysMap2010/hitachinaka_a.gif")
}
.nonbayList #hitachinaka_all a:hover{
	background-image: url("../_img/special/nonbaysMap2010/hitachinaka_a_on.gif")
}@charset "utf-8";

/*----------------------------------------
 　　タグの初期化
----------------------------------------*/
@import url(base.css);

/*----------------------------------------
 　　ログインエリア
-----------------------------------------*/
#loginBelt {
	width: 100%;
	padding: 3px 0;
	background-color: #eeeeee;
	border-bottom: 1px solid #999;
}

#login{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}


/*----------------------------------------
 　　ヘッダー・ロゴまわり
-----------------------------------------*/
#header {
	width: 950px;
	height: auto;
	margin: 15px auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}
#title{
	float: left;
	width: 350px;
	height: 65px;
}
#login{
	float: right;
	width: 580px;
	height: 70px;
	font-size: 0.8em;
}
#login input[type="image"]{
	vertical-align: middle;
}

h1{
	display:block;
	background-image: url(../_img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 65px;
	margin-bottom: 10px;
}
h1 a{
	display: block;
	height: 65px;
	width: 350px;
}
#infoBelt {
/* 背景色はcolor.phpで制御 */
	width: 100%;
	height: auto;
	padding: 4px 0;
}

#info{
/* 文字色はcolor.phpで制御 */
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	height: 1.5em;
	font-size: 0.9em;
	line-height: 1em;
}

/*----------------------------------------
 　　フッター
-----------------------------------------*/
#footerBelt {
/* ボーダー色はcolor.phpで制御 */
	width: 100%;
	height: 20px;
	clear:both;
}

#footer {
	width: 950px;
	font-size: 0.9em;
	line-height: 0.9em;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	padding: 4px 0;
}

.banner{
	margin-top: 35px;
}

.banner160 {
	margin-left: 5px;
	margin-top: 15px;
}
.banner160 a{
	margin: 15px 5px;
}


/*----------------------------------------
 　　コンテンツ
-----------------------------------------*/
#contents {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#main h2{
	font-size: 16px;
	font-weight: bold;
}
#flash{
	width: 100%;
	height: 530px;
	background-color: #eeeeee;
}
#flash h2{
	padding: 260px 0;
	font-size: 15px;
}
.kakomi{
	padding: 5px;
}
.kakomi2{
	padding: 5px;
}
.grayout{
	color:#999999;
}
.description{
 margin-left: 40px;
}
.description dl{
 width:390px;
 margin-bottom: 20px;
}  
.description dt{  
 float:left;  
 width:100px;  
 padding:5px 0 5px 10px;  
 clear:both;  
 font-weight:bold;  
}  
.description dd { 
 width:260px;  
 margin-left:100px;  
 padding:5px 5px 5px 10px;  
} 
.description li{
	padding:5px 5px 5px 10px;
	list-style-type: square;
	list-style-position: inside;
}
.description p{
	padding:5px 5px 5px 10px;
}

.normal{
 margin-left: 10px;
}
.normal h4{
 margin-top: 15px;
}
.normal h5{
 font-weight: bold;
 margin: 10px 0 0 10px;
 padding: 0;
}
.normal p{
	line-height: 1.8em;
	margin-top: 15px;
 	margin-left: 10px;
	margin-bottom: 3em;
}
.normal dl{
	width:450px;
	height: auto;
	margin: 10px 0 15px 10px;
}
.normal dt{
	padding: 5px;
	font-weight: bold;
	background-color: #eeeeff;
	border: 1px solid #999;
}
.normal dd{
	padding: 5px 20px;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.normal .image{
	margin-left: 10px;
}
.normal .sample{
	border: 1px solid #666;
	margin: 0 0 7px 7px;
}


/*----------------------------------------
 　　subAエリア（サイドバナー領域）
-----------------------------------------*/
#subA .sideOfSubCon{
	margin-top: 30px;
}
#subA .sideOfSubCon img{
	float: left;
}
#subA .sideOfSubCon p.introduce{
	font-size: 90%;
	margin-left: 5px;
	width: 170px;
	display: block;
	float: left;
}
#subA .sideOfSubCon ul{
	clear: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 85%;
}



/*----------------------------------------
 　　桜茶屋ダイジェスト用
-----------------------------------------*/
#chayaDigest{
	position: relative;
	width: 240px;
	height: auto;
	background-color: #efefef;
	padding-top: 40px;
	padding-bottom: 5px;
}
#chayaDigest h2{
	background-image: url(../_img/chayaTitle.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	display: block;
	width: 250px;
	height: 70px;
	left: -10px;
	top: -10px;
}
#chayaDigest h2 a{
	display: block;
	width: 250px;
	height: 70px;
}
.aEntry{
	line-height: 1.5em;
	padding: 5px;
	background-color: #fff;
	height: auto;
	margin: 10px;
}
.aEntry p{
	font-size: 0.8em;
	line-height: 1.5em;
}
.aEntry h3 a{
	font-size: 0.9em;
	font-weight: bold;
	color: #EA6799;
	text-decoration: underline;
}

/*----------------------------------------
 　　プライバシーポリシーページ
 　　利用規約ページ
-----------------------------------------*/
#privacyPolicyPage dl,
#termsPage dl{
	width: 100%;
	padding: 5px;
	border: 1px solid #666;
}
#privacyPolicyPage dt,
#termsPage dt{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}
#privacyPolicyPage dd,
#termsPage dd{
	margin: 0 0 20px 20px;
	padding: 0;
}
#privacyPolicyPage ul,
#termsPage ul{
	margin: 0 0 20px 20px;
	padding: 0;
	list-style: disc;
	list-style-position: inlinel
}

/*----------------------------------------
 　　メインコンテンツ2分割
-----------------------------------------*/
#main2column{
	width: 500px;
	float: right;
}
#main2column h3{
	font-size: 1.4em;
	font-weight: bold;
}
#side2column{
/* 背景色はcolor.phpで制御 */
	font-size: 0.9em;
	width: 180px;
	float: left;
	border: 1px solid #ccc;
}
.subBox .title{
	width: 180px;
	height: 20px;
	background-image:url(../_img/dot.png) !important;
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_img/dot.png", sizingMethod="scale");
	background-repeat: x-repeat;
	background-position: 0 0;
}
.subBox .title h3{
	margin: 0;
	padding: 3px 5px 0;
	font-size: 1.1em;
	line-height: 1.1em;
}
.subBox .body{
	padding: 10px;
	line-height: 1.4em;
}


.gallery{
	margin: 0 4px 7px 0;
}
a .gallery{
 border:2px solid white;
}


.recruit {  
 border:1px solid #999;  
 width:650px;  
 margin: 10px 0 10px 10px;
}  
.recruit dt {  
 float:left;  
 width:100px;  
 padding:5px 0 5px 10px;  
 clear:both;  
 font-weight:bold;  
}  
.recruit dd {  
 width:500px;  
 margin-left:100px;  
 padding:5px 5px 5px 10px;  
 border-left:1px solid #999;  
} 
.recruit ul{
	list-style: disc;
	list-style-position: inline;
	margin-left: 20px;
}
.contact dt{
	padding-left: 5px;
	margin-left: 0px;
}
.contact dd{
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}


/*----------------------------------------
　　一覧表示スタイル
----------------------------------------*/

.contentsBox{
	padding: 10px 10px 0 10px;
}

.contentBox{
	line-height: 1.3em;
   border-bottom: 1px dotted #666;
   margin-bottom: 5px;
   padding: 5px 15px 5px 0;
}
.contentBox h4{
	font-size: 1.2em;
	margin-bottom: 3px;
}
.contentBox h4 a{
	text-decoration: none;
}

.textBox{
	float: right;
	width: 390px;
	font-size: 0.9em;
}
.textBox h4,
.textBox p{
	margin-bottom: 5px;
}

.textBox dl{ 
 width:350px; 
}  
.textBox dt{  
 float:left;  
 width:70px;  
 padding:3px 0 3px 0x;  
 clear:both;  
 font-weight:bold;  
}  
.textBox dd { 
 width:260px;  
 margin-left:70px;  
 padding:3px 0 3px 0;  
} 
.coupon{
	border: 3px double #cc0000;
	width: 298px;
	height: auto;
}
.coupon p{
	display: block;
	padding: 0 10px;
}

.digest{
	font-size: 0.8em;
}
.stamp{
	text-align: right;
	font-size: 0.8em;
}

.contentDetail{
	padding: 5px 15px 0 0;
}
.contentDetail h4{
	font-size: 1.2em;
	font-weight: bold;
}
.contentDetail p{
	margin-bottom: 5px;
}
.imgShadow {
  float:left;
  padding-left:2px;
  background: url(../../../_img/shadow.png) no-repeat bottom right !important;
  margin: 10px 0 0 10px;
}
.contentDetail .photo{
	width: auto;
	height: auto;
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 6px;
  border: 1px solid #999;
}
.contentBox .photo{
	float: left;
	width: 80px;
	border: 1px solid #ccc;
}
.contentDetail br{
	clear: both;
}

/*----------------------------------------
　　フォームのスタイル設定
----------------------------------------*/
#main .submit{
	background-image: url(../_img/form/bg_stripe.gif);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #999;
	clear: both;
}
.submit p{
	text-align: center;
	margin: 0;
	padding: 0;
}
.submitBtn{
	background-color: #666;
	color: #fff;
	padding: 5px;
	border: none;
	margin: 0;
	font-size: 1em;
	display: inline-block;
	cursor: pointer;
}
.comfirmSubmit{
	width: 100px;
	margin-left: 150px;
	float: left;
}
#main .entrySheet{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	border: 1px solid #999;
	border-bottom: none;
	background-image: url(../_img/form/bg_edit_list.gif);
	background-repeat: repeat-y;
}
#main .entrySheet textarea{
	width : 100%;
}
#main .entrySheet ul{
	margin: 0;
	padding: 0;
}
.entrySheet input{
	margin-bottom: 10px;
}
.entrySheet li{
	list-style-type: none;
	border-bottom: 1px solid #999;
	clear: both;
	height: auto;
	margin: 0;
	padding: 0;
}
.entrySheet dl{
	display: inline-block;
	margin: 0px;
	padding: 5px;
	clear: both;
	font-size: 0.9em;
}
.entrySheet dt{
	float: left;
	width: 140px;
	*width: 130px;
	height: auto;
}
.entrySheet dd{
	float: left;
	width: 650px;
	margin: 0px;
	padding: 5px 0 0 15px;
	height: auto;
}
.entrySheet ul li dl dd > ul li{
	border-bottom: none;
}
.subContents{
	clear: both;
	padding: 0;
	margin: 0;
}
.subContents dl{
	display: inline-block;
}
.subContents dt{
	float: left;
	clear: left;
	line-height: 20px;
	width: auto;
}
.subContents dd{
	width: auto;
	line-height: 20px;
	*float: left;
	*clear: left;
}
.address dt{
	width: 6em;
}

.shortList,
.longList,
.note{
	width: 100%;
	margin: 0;
	padding: 0;
}
.longList li{
	border: none;
}
.shortList{
	clear: both;
}
.shortList li{
	clear: none;
	float: left;
	width: 12em;
	border: none;
}
.complusory{
	color: #ff0000;
	font-weight: bold;
}
.requirement{
	font-size: 0.8em;
	color: #666;
}
.inputNote li{
	border: none;
	margin: 5px 0;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0;
	color: #666;
}


.winner{
	margin: 10px 0px;
	padding: 0px;
	height: auto;
	width: 520px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.winner th{
	text-align: left;
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px;
	font-weight: normal;
	text-indent: 5px;
}
.winner td{
	margin: 0px;
	padding: 3px;
	width: 33%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	text-indent: 1em;
}


/*----------------------------------------
　　ページマップ
----------------------------------------*/
.now_read{
	background-image: url(../_img/icons/now_read.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.non_read{
	text-indent: 20px;
	margin-bottom: 8px;
}

/*----------------------------------------
　　カレンダー
----------------------------------------*/
.calendar{
	width: 100%;
	border: none;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
.calendar th,
.calendar td{
	border: none;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.calendar thead{
	text-align: center;
}
.weekday{
	color: #555;
}
.holiday{
	color: #B6330B;
}
.saturday{
	color: #333FF3;
}
.toray{
	background-color: #450169;
}
.eventday{
	background-color: #FFFFCC;
}
.border{
	border: 1px solid #999;
}



/*----------------------------------------
　　サイトマップエリア
----------------------------------------*/
#main .siteCategory{
	margin: 0;
	float: left;
	width: 233px;
	height: auto;
}

#main .siteCategory h3{
	border:3px double #ccc;
	display: block;
	width: 92%;
	margin: 0;
	padding: 5px 3px;
	color: #666;
}
#main .siteCategory ul,
#main .siteCategory p{
	margin: 0 0 10px 0;
	padding: 5px 15px 0 5px;
	line-height: 1.2em;
}
#main .siteCategory li{
	list-style: none;
	margin :0 0 5px 0;
	padding: 0;
	font-size: 0.9em;
}
#main .siteCategory li a:hover{
	text-decoration: underline;
}


/*----------------------------------------
 　　基本DIVの初期化
-----------------------------------------*/
.title{
	background-image:url(../_img/dot.png) !important;
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="dot2.png", sizingMethod="scale");
	background-repeat: x-repeat;
	width: 180px;
	height: 20px;
}


/*----------------------------------------
 　　ドロップシッピング用
-----------------------------------------*/
.itemBox{
	width: 105px;
	height: 165px;
	overflow:hidden;
	float:left;
	padding-right: 10px;
}
.itemBox p{
	font-size: 0.7em;
}
.dropBox{
	width: 700px;
	clear: both;
}

/*----------------------------------------
 　　のんべぇマップ
-----------------------------------------*/
.nonbay dt{
	width: 225px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.nonbay #mito{
	background-image: url("../_img/special/nonbaysMap2010/mito.gif")
}
.nonbay #hitachinaka{
	width: 300px;
	background-image: url("../_img/special/nonbaysMap2010/hitachinaka.gif")
}

.nonbayList li{
	margin-bottom: 10px;
}

.nonbayList li a{
	text-indent: -9999px;
	display: block;
	width: 210px;
	height: 45px;
}

.nonbayList #mito_s a{
	background-image: url("../_img/special/nonbaysMap2010/mito_s.gif")
}
.nonbayList #mito_s a:hover{
	background-image: url("../_img/special/nonbaysMap2010/mito_s_on.gif")
}

.nonbayList #mito_n a{
	background-image: url("../_img/special/nonbaysMap2010/mito_n.gif")
}
.nonbayList #mito_n a:hover{
	background-image: url("../_img/special/nonbaysMap2010/mito_n_on.gif")
}

.nonbayList #mito_a a{
	background-image: url("../_img/special/nonbaysMap2010/mito_a.gif")
}
.nonbayList #mito_a a:hover{
	background-image: url("../_img/special/nonbaysMap2010/mito_a_on.gif")
}

.nonbayList #katsuta_e a{
	background-image: url("../_img/special/nonbaysMap2010/katsuta_e.gif")
}
.nonbayList #katsuta_e a:hover{
	background-image: url("../_img/special/nonbaysMap2010/katsuta_e_on.gif")
}

.nonbayList #tokai_naka a{
	background-image: url("../_img/special/nonbaysMap2010/tokai_naka.gif")
}
.nonbayList #tokai_naka a:hover{
	background-image: url("../_img/special/nonbaysMap2010/tokai_naka_on.gif")
}

.nonbayList #hitachinaka_all a{
	background-image: url("../_img/special/nonbaysMap2010/hitachinaka_a.gif")
}
.nonbayList #hitachinaka_all a:hover{
	background-image: url("../_img/special/nonbaysMap2010/hitachinaka_a_on.gif")
}