@charset "utf-8";
@import "reset.css";
@import "form.css";
@import "mmaga.css";
@import "entry.css";
@import "blog.css";
@import "shopping.css";
@import "calendar.css";
@import "reserv.css";
@import "quest.css";
@import "common.css";
/* CSS Document */

/******************** 基本設定 ********************/
html {
    overflow-y:scroll;
    }
    
body {
	padding-top:100px;
	font-size: 12px;
	*font-size: 75%;
	text-align: center; /* IE 向けセンタリング指定 */
	background:url(../images/body_bac.jpg) #0B0B0B repeat-x;
	color:#ffffff;
	}

table{
	font-size:12px;
	}


* html form input.formtx{ /* for ie6 */
height:20px;
width:120px;
}


/********** container **********/
#container {
	width: 960px;
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
	text-align: left; /* IE 向けセンタリング指定 */	
	}


/* clearfix */
.clearfix {
	zoom:1;	/*for IE 5.5-7*/
	}
.clearfix:after{	/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
	
#blog_left {
	background-color: #90ee90;
	}

.gotop {
	float: right;
	text-align:right;
	}
/******************** レイアウト ********************/


/********** SEOワード **********/
h1 {
	font-size: 12px;
	}



/********** コンテンツ **********/
#contents {
	margin-bottom:20px;
	}



#column-left{
	width:700px;
	float:left;
	height:100%;
	}



	
#column-right{
	float:right;
	width:240px;
	}
	
	




/********** メインナビ **********/

#main_navi{
	margin-bottom:25px;
	}

.main_navi {
	float:left;
	padding:0;
	}

ul.main_navi li{
	float:left;
	margin-right:10px;
	display:inline;
	}

	
.qr_box {
	float:left;
	margin-right:10px;
	display:inline;
	}

.side_banner{
	float:right;
	}


.side_banner li{
	margin-bottom:10px;
	}

/********** フッター **********/
#footer {
	padding: 3px 10px;	
	}


.footer_navi{
	float:left;
	}
	

#footer address{
	float:right;
	font-weight:bold;
	}


#footer ul li {
	display: inline;
	}
	
#footer p {
	padding: 3px 0 0 0;
	}
/*****************************************************************************
						▼ここから書き加えてください▼
******************************************************************************/





.top_box_bac{
	background:url(../images/top_box_bac.jpg) #000000 no-repeat bottom;
	}


.top_box{
	height:121px;
	width:240px;
	overflow:auto;
	}




.top_box dl{
	padding:5px 10px;
	}



.top_box_bottom{
	margin-bottom:20px;
	}


/***** IEハックここから *****/

* html .top_box_bottom{
	margin-bottom:15px;
	}
	



*:first-child+html .top_box_bottom {
	margin-bottom:15px;
}


/***** IEハックここまで *****/


.icon_on{
	background:url("../images/icon_new_p.png") no-repeat;
	}
	
	
.top_box dt{
	padding-left:30px;
	}



.top_box dd{
	background:url(../images/top_box_border.jpg) no-repeat bottom; 
	margin-bottom:10px;
	padding-left:30px;
	padding-bottom:10px;
	}


