@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;
}

#sakurasakunews {
	margin-bottom: 30px;
	padding: 20px 14px 20px 30px;
	width: 648px;
	background-image: url(../_assets/images/bg_blog_list.gif);
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	border-radius: 5px;
}

#sakurasakunews h2 {
	margin-bottom: 15px;
	height: 60px;
	background-image: url(../_assets/images/con_title.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 330px auto;
	text-indent: -10000em;	
}

#sakurasakunews ul li {
    margin-bottom: 20px;
    margin-right: 16px;
    padding: 10px 0 14px 0;
    padding-bottom: 14px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 200px;
    height: 314px;
    background-color: #fff;
	box-shadow: 0 0 5px #ccc;
    display: block;
}

#sakurasakunews ul li dl { margin: 0; padding: 0; }
#sakurasakunews ul li dl dt { margin: 0; padding: 0; }
#sakurasakunews ul li dl dd { margin: 0; padding: 0; }

#sakurasakunews ul li dl.article_export dt {
    margin-bottom: 14px;
    margin-left: 5px;
    display: block;
    float: left;
    width: 100px;
    height: 20px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 13px;
    text-indent: -10000em;
}

#sakurasakunews ul li.cat1 dl.article_export dt { background-image: url("../_assets/images/icon_cat1.png"); }
#sakurasakunews ul li.cat2 dl.article_export dt { background-image: url("../_assets/images/icon_cat2.png"); }
#sakurasakunews ul li.cat3 dl.article_export dt { background-image: url("../_assets/images/icon_cat3.png"); }
#sakurasakunews ul li.cat4 dl.article_export dt { background-image: url("../_assets/images/icon_cat4.png"); }
#sakurasakunews ul li.cat5 dl.article_export dt { background-image: url("../_assets/images/icon_cat5.png"); }
#sakurasakunews ul li.cat6 dl.article_export dt { background-image: url("../_assets/images/icon_cat6.png"); }
#sakurasakunews ul li.cat7 dl.article_export dt { background-image: url("../_assets/images/icon_cat7.png"); }
#sakurasakunews ul li.cat8 dl.article_export dt { background-image: url("../_assets/images/icon_cat8.png"); }
#sakurasakunews ul li.cat9 dl.article_export dt { background-image: url("../_assets/images/icon_cat9.png"); }

#sakurasakunews ul li dl.article_export dd.update {
    float: right;
    font-size: 12px;
    padding: 0 10px 0 0;
    text-align: right;
}

#sakurasakunews ul li dl.article_export dd.photo img.icon_new {
    height: auto;
    left: 10px;
    margin: 0;
    position: absolute;
    top: 10px;
    width: 34px;
}

#sakurasakunews ul li dl.article_export dd.photo {
    background-color: #fff;
    background-image: url("../images/bg_photo.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    clear: both;
    height: 170px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#sakurasakunews ul li dl.article_export dd.photo img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
}

#sakurasakunews ul li dl.article_export dd.blog_title {
	font-weight: bold;
}

#sakurasakunews ul li dl.article_export dd {
    padding: 0 10px;
    width: auto;
}

#sakurasakunews ul li dl.article_export dd a {
	color: #494949;
}

#sakurasakunews ul li dl.article_export dd.staff_name {
	padding: 0 10px;
    bottom: 5px;
    font-size: 12px;
    position: absolute;
    right: 0;
}



/*----------------------------------------
 　　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: 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")
}

#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: 10px;
	padding-right: 0;
	background-image: url(http://www.sakurasaku.tv/_img/form/bustour201107/cultureBg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 750px;
	height: 990px;
	overflow: hidden;
	position: relative;
}

#culture.drArticle.cul .contentBox p {
	width: 417px;
	height: auto;
	padding-left: 25px;
	line-height: 1.4;
	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: 400px;
	top: 691px;
}

#culture.drArticle.cul .contentBox .limit {
	position: absolute;
	left: 405px;
	top: 868px;
}

#culture.drArticle.cul .contentBox dl#overview {
	margin-bottom: 10px;
	padding-top: 10px;
	width: 450px;
}

#culture.drArticle.cul .contentBox dl#overview dt {
	margin-bottom: 5px;
	padding-top: 3px;
	float: left;
	clear: left;
	width: 74px;
}

#culture.drArticle.cul .contentBox dl#overview dd {
	float: left;
	width: 376px;
}

#culture.drArticle.cul .contentBox dl#schedule {
	margin-left: 25px;
	padding-left: 0;
	border-bottom: solid 1px #736357;
	width: 350px;
}

#culture.drArticle.cul .contentBox dl#schedule dt {
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: solid 1px #736357;
	float: left;
	clear: left;
	width: 74px;
}

#culture.drArticle.cul .contentBox dl#schedule dd {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: solid 1px #736357;
	float: left;
	width: 276px;
}

#culture.drArticle.cul .contentBox dd p.notes {
	padding-left: 0;
	width: 350px;
	font-size: x-small;
	line-height: 1.3;
}

#culture.drArticle.cul .contentBox .notes {
	font-size: x-small;
	line-height: 1.3;
}



#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;
}

/* レジャースポットチケットプレゼント */

#leisure.drArticle.cul .contentBox {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0;
	background-image: url(http://www.sakurasaku.tv/_img/form/park201208/bgPark201208.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 750px;
	height: 960px;
	overflow: hidden;
	position: relative;
}

#leisure.drArticle.cul .contentBox p {
	width: 340px;
	height: auto;
	padding-left: 25px;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #333333;
	font-size: small;
}

#leisure.drArticle.cul .contentBox dl {
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 25px;
	line-height: 1.5;
	width: 336px;
}

#leisure.drArticle.cul .contentBox dl dt,
#leisure.drArticle.cul .contentBox dl dd {
	font-size: small;
	color: #764C24;
	margin-left: 0;
	padding-left: 0;
	width: 330px;
}

#leisure.drArticle.cul .contentBox dl dt {
	margin-bottom: 10px;
}

#leisure.drArticle.cul .contentBox .contentTitle {
	margin-top: 0;
}


#leisure.drArticle.cul .contentBox .contentTitle,
#leisure.drArticle.cul .contentBox img.el {
	margin-top: 70px;
	margin-bottom: 5px;
	padding-left: 25px;
}

#leisure.drArticle.cul .contentBox h4 {
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#leisure.drArticle.cul .contentBox h5 {
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.point {color: #FF9900}

.point02 {
	color: #FF3366;
	font-weight: bold;
}

#leisure.drArticle.cul .contentBox p.contact {
	color: #FF6600;
	margin-top: 5px;
}

#leisure.drArticle.cul .contentBox .qr {
	position: absolute;
	left: 400px;
	top: 711px;
}

#leisure.drArticle.cul .contentBox .limit {
	position: absolute;
	left: 405px;
	top: 888px;
}

#leisure.drArticle.cul .contentBox dl#overview {
	margin-bottom: 10px;
	padding-top: 10px;
	width: 450px;
}

#leisure.drArticle.cul .contentBox dl#overview dt {
	margin-bottom: 5px;
	padding-top: 3px;
	float: left;
	clear: left;
	width: 74px;
}

#leisure.drArticle.cul .contentBox dl#overview dd {
	float: left;
	width: 376px;
}

#leisure.drArticle.cul .contentBox dl#schedule {
	margin-left: 25px;
	padding-left: 0;
	border-bottom: solid 1px #736357;
	width: 350px;
}

#leisure.drArticle.cul .contentBox dl#schedule dt {
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: solid 1px #736357;
	float: left;
	clear: left;
	width: 74px;
}

#leisure.drArticle.cul .contentBox dl#schedule dd {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: solid 1px #736357;
	float: left;
	width: 276px;
}

#leisure.drArticle.cul .contentBox dl dt {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#leisure.drArticle.cul .contentBox dl dd {
	padding-left: 15px;
}

#leisure.drArticle.cul p.attention {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 320px;
}

#leisure.drArticle.cul .contentBox dd p.notes {
	padding-left: 0;
	width: 350px;
	font-size: x-small;
	line-height: 1.3;
}

#leisure.drArticle.cul .contentBox .notes {
	font-size: x-small;
	line-height: 1.3;
}


/* サンタがイブにやってくるシーズン8 */

#santa8 {
	width: 950px;
	height: 800px;
	background-image: url(../_img/form/santa8/main.jpg);
}


/* サンタがイブにやってくるシーズン9 */

#santa9 {
	margin-bottom: 20px;
	width: 950px;
	height: 880px;
	background-image: url(../_img/form/santa9/main.jpg);
}

/* サンタがイブにやってくるシーズン10 */

#santa10 {
	margin-bottom: 20px;
	width: 950px;
	height: 1570px;
	background-image: url(../_img/form/santa10/main.jpg);
}

/* スキー＆スノボツアー */

#tour2015 {
	margin-bottom: 20px;
	width: 950px;
	height: 1360px;
	background-image: url(../_img/form/tour2015/main.jpg);
}

.supplement {
	position: absolute;
	top: -10000em;
}

/* TOPページお知らせ */

#announcement {
	margin-bottom: 15px;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 670px;
}

#announcement p.title {
	margin-bottom: 0.5em;
	color: #f99;
	width: 670px;
	background-image: none !important;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
}



#indexAnnouncement {
	margin-bottom: 15px;
	padding: 15px;
	border: dashed 1px #e2e2e2;
	width: 660px;
}

#indexAnnouncement h2 {
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
	color: #c00;
}

/* ハウジングガイド */

#housingguide ul li dl dd ul {
    width: 700px;
}

#housingguide ul li dl dd ul li {
    margin-bottom: 10px;
    padding-right: 15px;
    float: left;
    clear: none;
    width: 160px;
}

#housingguide ul li dl dd ul li input {
    float: left;
}

#housingguide ul li dl dd ul li label {
    margin-left: 2em;
    text-indent: -2em;
    display: block;
    float: right;
    width: 115px;
}
