@charset "UTF-8";

/*----------------------------------------
   initialize 
----------------------------------------*/

* {	margin: 0; padding: 0;}
body { background: #000;}
img { border: none; vertical-align: bottom;}
div { overflow: hidden;}
ul { list-style: none;}
hr { visibility: hidden; height: 20px; clear: both;}

/*----------------------------------------
   common
----------------------------------------*/
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
    background:url(../images/common/bg/bg_renew2.jpg) #000000 top center repeat-x ;
	margin:0px;
	}

H2 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666;
	line-height: 20px;
	font-weight:normal;}
H3 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000;
	line-height: 20px;
	font-weight:normal;}		
a {color: #39c; text-decoration: underline;}
a:hover {color: #666699; text-decoration:underline;}
.left { float: left;}
.right { float: right;}
.clear { clear: both;}
.red {color:#FF0000;}

a:hover img{

	}

/*----------------------------------------
 __container
----------------------------------------*/
div#container {
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	width: 800px;
	background:url(../images/sub_bg.jpg) repeat-x;
	}

div#content { background-color: #fff;}
/*----------------------------------------
 __header
----------------------------------------*/
div#header { text-align: left;
width:100%;
height:auto;
background-color:fff;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #996633;
	}
#submenu { background:url(../images/sub_bg.jpg) repeat-x #4F0D0A; padding:5px 0;}
#submenu a { color: #9C816B;}
#submenu a:hover { color: #75614F; } 
/*----------------------------------------
 __column
----------------------------------------*/
/*-- maincolumn ※汎用------------------*/
div#maincolumn {
	width: 720px;
	text-align: left;
	margin: 0 auto;
	}
/*-- column01 ※トップページ------------*/
div#column01 {
	padding: 35px;
	padding-top: 15px;
	text-align: left;
	}
/*-- column07 ※料金ページ------------*/
div#column07 {
	width: 720px;
	text-align: left;
	margin: 0 auto;
	}
table#charge {
	border: 1px solid #CEC2AE;
	background: #eee;
	}
table#charge tbody tr td,
table#charge thead th {
	border: 1px solid #CEC2AE;
	background: #fff;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	height: 60px;	
	}
table#charge tbody tr th{
	border: 1px solid #555;
	background: #fff;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	height: 60px;	
	}
table#charge tr td span {
	font-size:11px;
	font-weight:normal;
	line-height: 12px;
	}
table#charge tfoot {
	background: #F0F0F0;
	padding: 10px;
	}
table#charge tfoot td {
	font-weight: 100;
	font-size: 12px;
	padding: 12px;
	}
/*-- column08 ※写真集------------*/
div#column08 {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	line-height: 13px;
	}
div#column08 b {
	line-height: 18px;
	}
/*-- column10 ※アンダ便り------------*/
body#event div#letter {
	background: url(../event/letter/img_letter/bg_img.jpg) top left no-repeat;
	width: 800px;
	padding: 10px 0 10px;
	text-align:center;
}
	#letter_next{
	background-image:url(../event/letter/img_0811/next_backimg.jpg);
	text-align:center;
	}
div#letter p { margin: 10px 0;}
/*-- column11 ※イベント共通------------*/
div#column11 {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	line-height: 1.5;
	}

/*-- column12 ※イベントPOPもの------------*/
div#column12 {
	width: 700px;
	margin: 0 auto;
	line-height: 1.5;
	}
/*-- column11 ※イベント川柳------------*/
div#column13 {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	line-height: 1.5;
	}	
/*-- column14 ※七夕イベント------------*/
div#column14 {
	width: 800px;
	margin: 0 auto;
	line-height: 1.5;
	}	

	
/*----------------------------------------
 __footer
----------------------------------------*/
div#footer {
	width: 800px;
	background: url(../images/common/bg/bg_footer.gif) bottom left no-repeat;
	clear: both;
	}
div#footer ul {
	display: block;
	overflow: auto;
	width: 750px;
	margin:0 auto;
	}
div#footer ul li {
	float: left;
	margin-left: 20px;
	}
div#footer p {
	clear: both;
	width: 730px;
	border-top: 1px solid #ccc;
	margin:10px auto;
	padding-top: 10px;
	font-size: 11px;
	}
a.small {font-size:11px; padding:10px 0; display:block;}

/* ---------------------------------------------------------
Back to top button
 ----------------------------------------------------------*/
#back-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
	z-index: 1000;}
#back-top span {
    width: 120px;
    height: 83px;
    display: block;}
