@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;
	margin-bottom: 15px;
}
.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: 680px;
	margin: 0;
	padding: 5px;
}
.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{
	margin :0 0 5px 1em;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	text-indent: -1em;
}
#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")
}

#moecar {
	margin-bottom: 15px;
	padding-top: 150px;
	padding-left: 25px;
	width: 695px;
	height: 435px;
	background-image: url("../_img/moecar/moecar.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#santa {
	padding-top: 233px;
	padding-left: 30px;
	background-image: url(http://www.sakurasaku.tv/_img/santa/santa201012.jpg);
	width:665px;
	height:285px;
	background-repeat: no-repeat;
}

#santa p.santaText01 {
	color:#993300;
	width: 490px;
	font-size:small;
	line-height:1.3;
	padding-top: 15px;
	margin-top: 0px;
}

#santa p.santaText02 {
	color:#006633;
	width: 490px;
	padding-top:15px;
	padding-left:80px;
	font-weight: bold;
	font-size: small;
	margin-top: 0px;
}

#santa p.santaText03 {
	width: 490px;
	padding-top:15px;
	font-size: small;
	margin-top: 0px;
}

#santaPre {
	padding-top: 233px;
	padding-left: 90px;
	background-image: url(http://www.sakurasaku.tv/_img/santa/santaPre201012.jpg);
	width:605px;
	height:503px;
	no-repeat: no-repeat;
}

#culture.drArticle.cul .contentBox {
	margin-bottom: 20px;
	padding-top: 55px;
	padding-right: 0;
	background-image: url(../_img/form/family201111/cultureBg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 750px;
	height: 855px;
	overflow: hidden;
	position: relative;
}

#culture.drArticle.cul .contentBox p {
	width: 379px;
	height: auto;
	padding-left: 25px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #333333;
	font-size: small;
}

#culture.drArticle.cul .contentBox dl {
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 25px;
	line-height: 1.5;
	width: 336px;
}

#culture.drArticle.cul .contentBox dl dt,
#culture.drArticle.cul .contentBox dl dd {
	font-size: small;
	color: #764C24;
	margin-left: 0;
	padding-left: 0;
	width: 330px;
}

#culture.drArticle.cul .contentBox dl dt {
	margin-bottom: 10px;
}

#culture.drArticle.cul .contentBox .contentTitle {
	margin-top: 0;
}


#culture.drArticle.cul .contentBox .contentTitle,
#culture.drArticle.cul .contentBox img.el {
	padding-left: 25px;
	margin-bottom: 5px;
}

#culture.drArticle.cul .contentBox h4,
#culture.drArticle.cul .contentBox h5 {
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.point {color: #FF9900}

.point02 {
	color: #FF3366;
	font-weight: bold;
}

#culture.drArticle.cul .contentBox p.contact {
	color: #FF6600;
	margin-top: 5px;
}

#culture.drArticle.cul .contentBox .qr {
	position: absolute;
	left: 384px;
	top: 516px;
}

#culture.drArticle.cul .contentBox .limit {
	position: absolute;
	left: 390px;
	top: 693px;
}




#ganbarouIbaraki h5 {
	margin-bottom: 15px;
	width: 520px;
	height: 150px;
	background-image: url(http://www.sakurasaku.tv/_img/form/ganbarouIbaraki/title.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#ganbarouIbaraki p {
	margin-bottom: 1em;
}

#ganbarouIbaraki ul {
	margin-bottom: 1em;
}

#ganbarouIbaraki h6 {
	margin: 0 0 15px 0;
	font-size: small;
}

#ganbarouIbaraki #waitingfor {
	margin-bottom: 15px;
	padding: 15px 10px 15px 20px;
	width: 490px;
	height: 160px;
	background-image: url(http://www.sakurasaku.tv/_img/form/ganbarouIbaraki/bgWaitingfor.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#ganbarouIbaraki #waitingfor p {
	width: 280px;
	height: 18px;
	background-image: url(http://www.sakurasaku.tv/_img/form/ganbarouIbaraki/hlMessage.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#ganbarouIbaraki #waitingfor ul li {
	margin-bottom: 5px;
	padding-left: 34px;
	background-image: url(http://www.sakurasaku.tv/_img/form/ganbarouIbaraki/megaphone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 21px;
}

#ganbarouIbaraki ul#attention {
	margin-left: 25px;
	list-style: disc;
}

#ganbarouIbaraki ul#attention li {
	margin-bottom: 5px;
}

#announcement {
	padding: 10px;
	border: dashed 1px #C00;
	width: 670px;
	background-color: #ffe7e7;
}

#announcement p.title {
	width: 100%;
	background-image: none !important;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
}

@charset "utf-8";
/* CSS Document */

#main #santa7 {
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	width: 950px;
	height: 900px;
}

#main #santa7 .supplemental {
	position: absolute;
	left: -10000em;
}

#main #santa7 #articleTitle {
	float: left;
	width: 465px;
}

#main #santa7 #articleTitle h2 {
	width: 465px;
	height: 225px;
	background-image: url(../_img/special/nasukonasu/title.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #articleTitle p {
	padding-left: 55px;
	color: #fff;
	font-weight: bold;
}

#main #santa7 #introduction {
	margin: 28px 0 0 0;
	position: relative;
	float: right;
	width: 450px;
	height: 230px;
	z-index: 10;
}

#main #santa7 #introduction h3 {
	position: absolute;
	top: 122px;
	left: 111px;
	width: 140px;
	height: 66px;
	background-image: url(../_img/special/nasukonasu/name.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
	z-index: 10;
}

#main #santa7 #introduction img {
	position: absolute;
	left: -10000em;
}

#main #santa7 #introduction #nasuChan h4 {
	position: absolute;
	top: 47px;
	left: 30px;
	width: 62px;
	height: 34px;
	background-image: url(../_img/special/nasukonasu/nasuChan.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #introduction #nasuChan p {
	position: absolute;
	top: 86px;
	left: 6px;
	width: 88px;
	height: 92px;
	background-image: url(../_img/special/nasukonasu/nasuChanText.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #introduction #konasuChan h4 {
	position: absolute;
	top: 47px;
	left: 261px;
	width: 74px;
	height: 34px;
	background-image: url(../_img/special/nasukonasu/konasuChan.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #introduction #konasuChan p {
	position: absolute;
	left: 261px;
	top: 87px;
	width: 136px;
	height: 64px;
	background-image: url(../_img/special/nasukonasu/konasuChanText.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #movies {
	clear: both;
	z-index: 15;
}

#main #santa7 #movies #moviePart1 {
	padding-left: 50px;
	float: left;
	width: 360px;
}

#main #santa7 #movies #moviePart1 h4 {
	margin-bottom: 4px;
	width: 350px;
	height: 60px;
	background-image: url(../_img/special/nasukonasu/hlPart1.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #movies #moviePart2 {
	padding-right: 50px;
	float: right;
	width: 360px;
}

#main #santa7 #movies #moviePart2 h4 {
	margin-bottom: 4px;
	width: 250px;
	height: 60px;
	background-image: url(../_img/special/nasukonasu/hlPart2.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #andMore {
	position: relative;
}

#main #santa7 #andMore h3 {
	margin-left: 15px;
	width: 212px;
	height: 162px;
	background-image: url(../_img/special/nasukonasu/hlMore.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
	z-index: 10;
}

#main #santa7 #andMore img {
	position: absolute;
	top: 50px;
	left: 220px;
	z-index: 5;
}

#main #santa7 .supplement {
	position: absolute;
	top: -10000em;
}

#main #santa7 #intro {
	position: relative;
	width: 950px;
	height: 300px;
	background-image: url(../_img/form/santa7/bgIntro.jpg);
}

#main #santa7 #intro p {
	position: absolute;
	top: 40px;
	left: 510px;
	width: 410px;
	line-height: 1.4;
}

#main #santa7 #intro dl {
	position: absolute;
	top: 165px;
	left: 510px;
	width: 316px;
}

#main #santa7 #intro dt {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 76px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #intro dt.deadline {
	background-image: url(../_img/form/santa7/dtDeadline.gif);
}

#main #santa7 #intro dt.condition {
	background-image: url(../_img/form/santa7/dtCondition.gif);
}

#main #santa7 #intro dd {
	margin: 0;
	padding: 0;
	float: left;
	width: 240px;
	height: auto;
}

#main #santa7 #intro dd.deadline {
	height: 24px;
	background-image: url(../_img/form/santa7/deadline.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#main #santa7 #intro img#qr {
	position: absolute;
	top: 165px;
	right: 25px;
}

#main #santa7 #prizes {
	position: relative;
	width: 950px;
	height: 600px;
	background-image: url(../_img/form/santa7/prizes.jpg);
}

#main #santa7 #prizes dl {
	position: absolute;
	left: -10000em;
}

#main #santa7 #prizes p {
	position: absolute;
	left: 483px;
	top: 440px;
	width: 463px;
	height: 70px;
}

#main #santa7 #prizes img#attention {
	display: block;
	position: absolute;
	top: 510px;
	left: 483px;
}

#main #yoruume #aboutEvent {
	margin-bottom: 20px;
	padding-top: 205px;
	padding-left: 190px;
	width: 760px;
	height: 475px;
	color: #fff;
	background-image: url(../_img/special/yoruume2012/bg.jpg);
	line-height: 1.4;
}

#main #yoruume .supplement {
	position: absolute;
	left: -10000em;
}

#main #yoruume #aboutEvent strong{
	color: #fff798;
}

#main #yoruume #aboutEvent dl {
	margin-bottom: 1em;
}

#main #yoruume #aboutEvent dt {
	padding-bottom: 3px;
	float: left;
	clear: left;
	width: 80px;
}

#main #yoruume #aboutEvent dd {
	padding-bottom: 3px;
	margin-left: 0;
	float: left;
	width: 250px;
}

#main #yoruume #aboutEvent dd li {
	margin-left: 16px;
	list-style: disc;
}

#main #yoruume #aboutEvent h4 {
	margin: 10px 0;
}

#main #yoruume #aboutEvent .schedule dd,
#main #yoruume #aboutEvent .attention dd {
	width: 500px;
}

#main #yoruume #aboutEvent .attention li {
	font-size: x-small;
}
