@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------- */
/* 全体枠 */
/* ----------------------------------------------------------- */

#background{
	 
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 470px;
}

#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	z-index: 2;
}

#side-column {
	width: 200px;
	float: left;
}

#main-column {
	width: 690px;
	height: 290px;
	float: left;
	overflow: hidden;
}

/* ----------------------------------------------------------- */
/* header */
/* ----------------------------------------------------------- */

#logo {
	width: 240px;
	float: left;
}

#reserve {
	width: 400px;
	float: right;
	margin-top: 10px;
	padding-bottom: 10px;
}

#navi {
	background: url(../images/common/bg_navi.png);
	height: 20px;
	padding-left: 1px;
	clear: both;
}

#navi li {
	width: 100px;
	height: 20px;
	text-align: center;
	background: url(../images/common/bg_navilist.png) no-repeat;
	float: left;
	font-size: 10px;
	line-height: 200%;
}

#navi li a {
	display: block;
}

#navi li a:hover {
	display: block;
	background: url(../images/common/bg_navilist_o.png) no-repeat;
	text-decoration: none;
}

/* ----------------------------------------------------------- */
/* contents */
/* ----------------------------------------------------------- */

#contents-home {
	background: url(../images/common/bg_contents.png) repeat-y;
	padding: 0 1px;
	height: 300px;
	color: #000000;

}

#contents-blog {
	background: url(../images/common/bg_contents.png) repeat-y;
	padding: 0 1px;
}

#contents1 {
	width: 700px;
	margin: 10px auto 20px;
}

#contents2 {
	width: 848px;
	margin: 0px auto;
}

#contents3 {
	width: 620px;
	margin: 0px auto;
}

#contents4 {
	width: 620px;
	margin: 0 0 20px;
	padding: 5px 0;
	background: url(../images/common/dot-line.png) left bottom repeat-x;
}

/* ----------------------------------------------------------- */
/* info-area */
/* ----------------------------------------------------------- */

#middle-bar {
	font-size: 1px; 
}

#info-area {
	background: url(../images/common/bg_infoarea.png); 
}

#area-line {
	background: url(../images/common/infoarea_line.png) repeat-y;
	padding: 0 1px;
}

#information {
	width: 298px; float: left; 
}
#news {
	width: 302px; float: left;
	padding-bottom:10px;
}
#qr{
	background:url("../images/common/qr.png") no-repeat scroll right center transparent;
	background-position:215px 30px;
	padding:35px 50px 3px 0;
	text-align:center;
}
#qr a{
	color:#ff8900;
}
#banner {
	width: 296px; float: left; 
}

#information h2 {
	font-size: 14px;
	color: #ff8900;
}

.newslist a {
	color: #ff8900;
	font-size: 10px;
	text-decoration: underline;
}

.newslist a:hover {
	color: #ff8900;
	text-decoration: none;
}

.bn-staff {
	width: 230px;
	margin: 0 auto 10px;
}


/* ----------------------------------------------------------- */
/* print */
/* ----------------------------------------------------------- */

.print {
	position: relative;
}

.btn-print {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-indent: 35px;
	background: url(../images/coupon/icon_print.png) no-repeat 18px center #9a5607;
	position: absolute;
	right: 24px;
	top: 6px;
	color: #FFF;
}

.btn-print a, .btn-print a:visited {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	display: block;
}

.btn-print a:hover {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	display: block;
	background: url(../images/coupon/icon_print.png) no-repeat 18px center #b96f09;
}

/* ----------------------------------------------------------- */
/* footer */
/* ----------------------------------------------------------- */

#footer {
	margin-top: 10px;
}







table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #3FF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
TABLE#table-01 TD {
    padding: 5px;
    border-top-width : 0px;border-right-width : 0px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #e3e3e3;border-right-color : #e3e3e3;border-bottom-color : #e3e3e3;border-left-color : #e3e3e3;
    
    text-align: center;
	color: #000;
	background : #ffffff none repeat scroll 0% 0%;

}


