@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#6d3400;
	color: #333333;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0055A8;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a.a_red:link,
a.a_red:visited,
a.a_red:hover,
a.a_red:active
{
	text-decoration: none;
	color: #FF0000;
}

.header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: "??｣?? ??･???????", Osaka, "??･鬣???ｳ?･? Pro W3";
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 12px;
	margin-bottom: 8px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h2 {font-family: "??｣?? ??･???????", Osaka, "??･鬣???ｳ?･? Pro W3";}
.none{display:none;
}

.u_menu {
	font-family: "??｣?? ??･???????", Osaka, "??･鬣???ｳ?･? Pro W3";
	font-size: 10px;
	color: #333333;
	padding-bottom: 8px;
	letter-spacing: 0.1em;
	background-color:#E8D7C3;
}
.mobile {
	font-family: "??｣?? ??･???????", Osaka, "??･鬣???ｳ?･? Pro W3";
	font-size: 10px;
	color: #0054A8;
	text-decoration: none;
	/*background-image: url(../img/minibtn_bg.gif);
	background-repeat: repeat-y;*/
	padding-bottom: 5px;
}

/* ??･鬣????螢・?? */

div#flash1{
	margin: 0px;
	padding: 0px;
	width: 638px;
	height: 274px;
	clear: both;
}


#left{
	background-image:url(../img/left.jpg);
	background-repeat:repeat-y;
}
#right{
	background-image:url(../img/right.jpg);
	background-repeat:repeat-y;
}

.web_reserve_btn {
    padding: 0 15px;
    height: 30px;
    background-color: #66dd6b;
    color: #fff;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    border-radius: 15px;
}
