@charset "utf-8";

/* base */

body {
	background:#f0ede7;
	color:#220e10;
	font-size:small;
	line-height:1.6em;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "sans-serif";
}

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

hr {
	display:none;
}


a {
	color:#926e66;
	text-decoration:none;
	overflow:hidden;
}


a:hover {
	color:#926e66;
	text-decoration:underline;
}

ul {
	list-style:none;
}


/*clear*/	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper { background:#fff; width:740px; margin:0 auto;}


/* contents */

#shuttle h1 {text-align:center; font-size:1.2em; font-weight:bold; padding:20px 0 15px 0; border-bottom:1px solid #ccc;}


#shuttle span {
	color:#c00;
}

#shuttle_box {}

#shuttle_box table {
	width:225px;
	border:1px solid #9db47f;
	margin:3px 0 5px 0;
	text-align:center;
}

#shuttle_box h2 {padding-top:15px;
}

#shuttle_box img {
	margin-top:10px;
}

#caption {
	font-size:x-small;
}

.shuttle_box {
	float:left;
	width:300px;
	padding-left:70px;
}

#shuttle_box p {
	font-size:x-small;
	color:#CC0000;
}

.shuttle_color1 {
	background-color:#B7C998;
	height:30px;
	font-weight:bold;
}

.color1 {
	background:#DFE6CA;
}

#left_table { border-right:1px solid #ccc; padding-bottom:15px;}

#kamon_bus {
	margin-top:110px;
}

#limited_button { text-align:right; border-top:1px solid #ccc; clear:both; padding:15px 70px 0 0;}

#limited_button button {
	width:80px;
	height:25px;
	color:#9f5215;
}

#address {
	width:600px;
	line-height:1.2em;
	margin-left:50px;
}

#address p {
	float:left;
	padding-left:20px;
}

#address dl {
	float:left;
	font-size:0.9em;
	padding:32px 0 0 20px;
}

#address dl dd.copy {
	font-size:x-small;
}

#close p {
	padding:10px 0;
}

#close p { text-align:center}














