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

/*共通*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #e6e6e6;
}
#container {
	background-color: #FFF;
	margin: auto;
	width: 800px;
	height: auto;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #002a92;
}

#head {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#head h1 {
	margin: 0px;
}
#wrapper .menu {
	height: 50px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	list-style-type: none;
	float: left;
}
.menu ul li #TopPage {
	background-image: url(../images/menu_toppage.png);
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 129px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.menu ul li #sisetu {
	background-image: url(../images/menu_sisetu.png);
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 129px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.menu ul li #ryouri {
	background-image: url(../images/menu_food.png);
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 129px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.menu ul li #annnai {
	background-image: url(../images/menu_infomation.png);
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 129px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.menu ul li #kanko {
	background-image: url(../images/menu_kanko.png);
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 129px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.menu ul li #access {
	background-image: url(../images/menu_access.png);
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 130px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.menu ul li #TopPage:hover {
	background-position: 0px -60px;
}
.menu ul li #sisetu:hover {
	background-position: 0px -60px;
}
.menu ul li #ryouri:hover {
	background-position: 0px -60px;
}
.menu ul li #annnai:hover {
	background-position: 0px -60px;
}
.menu ul li #kanko:hover {
	background-position: 0px -60px;
}
.menu ul li #access:hover {
	background-position: 0px -60px;
}


#foot {
	width: 780px;
	border-top: solid 1px #002a92;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#foot p {
	color: #000000;
	font-size:0.7em;
	line-height: 1.5em;
	margin-left: 10px;
}
p {
	font-size: 13px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

/*TopPage*/
.imgcenter {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 780px;
	clear: both;
	display: block;
}
.imgcenter2 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 680px;
	clear: both;
	display: block;
	margin-top: 10px;
}

#wrapper #content_top {
	height: auto;
	width: 800px;
	margin: 0px;
	background-image: url(../images/topcontent_image.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_top .top_news {
	width: 450px;
	border-collapse: collapse;
	border: 1px solid #666;
	margin-top: 550px;
	margin-left: 330px;
	font-size:15px;
	background-color:#FFF
}
#content_top .top_news caption {
	padding: 10px;
	background-color: #002a92;
	color: #FFF;
	font-weight: bold;
}
#content_top .top_news td {
	padding: 10px;
}
#content_top .top_news td.date {
	padding: 10px;
	width: 20%;
}
#content_top .top_news td a:link {
	color: #000 ;
}
/*SisetuAnnai*/
#content h2 img {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002a92;
}
#content table {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #002a92;
	height: 220px;
}
#content table.text {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 150%;
}
#content tr td {
	width: 340px;
	vertical-align: top;
	line-height: 150%;
	font-size: 14px;
}
#content #pagetop {
	font-size: 14px;
	text-align: right;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	color: #e6e6e6;
	margin-bottom: 10px;
}
#content_top #pagetop {
	font-size: 14px;
	text-align: right;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #e6e6e6;
	margin-bottom: 10px;
}

#content .text tr td .bluemaru {
	color: #002a92;
	font-weight: bold;
}

a {
	text-decoration: none;
}
a:link {
	color: #002a92;
	text-decoration: none;
}
a:visited {
	color: #002a92;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content .ryori {
	vertical-align: middle;
	text-align: center;
}
