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


body {
	margin: 0px;
	padding: 0px;
	background-color: #e1e1e1;
	font-family: "メイリオ";
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: left 20px;
	background-image: url(../images/bg.png);
}
@-moz-document url-prefix() {
	body {
	margin: 0px;
	padding: 0px;
	background-color: #e1e1e1;
	font-family: "メイリオ";
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: left 20px;
	background-image: url(../images/bg.png);
}
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #020c3c;
	margin: 0px;
	text-align: right;
	width: 97%;
	height: 20px;
	padding-top: 0px;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-left: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
#wrap {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
}

#menu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 51px;
	width: 900px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
	height: auto;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#side_menu {
	padding: 0px;
	float: left;
	height: auto;
	width: 210px;
	text-rendering:optimizelegibility;
	font-size: 12px;
	font-family: "メイリオ";
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side_menu img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#side_menu ul {
	float: left;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#side_menu li {
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	width: 140px;
	border-bottom-width: 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../images/side_mark.png);
}
#side_menu li a{
	text-decoration: none;
	color: #000;
	padding-left: 30px;
}
#side_menu li a:hover{
	text-decoration: underline;
	background-image: url(../images/side_mark_over.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 140px;
	color: #006;
}


#contents {
	float: left;
	height: auto;
	width: 690px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents img {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents .delicacy {
	margin-left: 30px;
}
#contents table {
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contents th {
	margin: 0px;
	padding: 0px;
	width: auto;
	vertical-align: top;
}
#contents table tr .map {
	width: 370px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}



#contents table th img{
	vertical-align: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#contents td {
	width: 250px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	vertical-align: top;
	font-size: 12px;
}
#contents table tr .col {
	width: auto;
}

#contents table tr .title {
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0px;
	vertical-align: middle;
	height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contents table tr .title2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}


#contents table tr .strong{
	font-size: 14px;
	font-weight: bold;
}
#contents table tr .smooth {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#contents table tr .smooth a {
	color: #666;
}
#contents table tr .smooth a:hover {
	color: #900;
}



#footer {
	background-color: #020c3c;
	float: left;
	height: 100px;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #01051c;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer p {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #FFF;
}
#footer p a{
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	color: #FFF;
}
#footer p a:hover{
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	color: #900;
}
#footer #common {
	text-align: center;
	background-color: #020828;
	padding: 0px;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
.down {
	font-size: 10px;
}
