@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html, body
{
	height: 100%;
}

body {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, "Arial Black", "Comic Sans MS", Georgia, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
	text-align: center;
	background-color: #FFFFFF;
	background-image: url("../images/base/main_bg.gif");
	background-repeat: repeat;
}

a:link {
	color: #2D59B5;
	text-decoration: underline;
}

a:visited {
	color: #406FCE;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

ul, ol {
	list-style-type: none;
}

img {
	border: none;
}

/* floatを解除する clearfix */

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    line-height: 0;
    height: 0; 
    visibility: hidden;
}

.clearfix {
    zoom:1;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clears {
	clear: both;
}

#container {
	min-height: 100%;
	width: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px auto;
}

#container #header {
	width: 100%;
	height: 195px;
	background-image: url("../images/base/header_bg.gif");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#container #header #header_title {
	width: 900px;
	height: 105px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#container #header #header_title .header_left {
	float: left;
	width: 780px;
	height: 105px;
	margin: 0;
	padding: 0;
}

#container #header #header_title .header_right {
	float: right;
	width: 120px;
	height: 105px;
	margin: 0;
	padding: 0;
}

#container #header #header_title .header_right a {
	display: block;
	width: 120px;
	height: 105px;
	background: url("../images/base/mail_over.gif") 0 0 no-repeat;
	margin: 0;
}
#container #header #header_title .header_right a:hover {
	background-color: #fff;
}
#container #header #header_title .header_right a:hover img {
	visibility: hidden;
}

#container #header #header_menu {
	width: 780px;
	height: 75px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#container #header #header_menu ul {
	width: 780px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#container #header #header_menu li {
	float: left;
	overflow:hidden;
	width: 105px;
	height: 75px;
	margin: 0 30px 0 0;
	padding: 0;
}

#container #header #header_menu li.last {
	margin: 0 0 0 0;
}

#container #header #header_menu a.home {
	display: block;
	width: 105px;
	height: 75px;
	background: url("../images/base/menu_home_over.gif") 0 0 no-repeat;
	margin: 0 30px 0 0;
}
#container #header #header_menu a.home:hover {
	background-color: #fff;
}
#container #header #header_menu a.home:hover img {
	visibility: hidden;
}

#container #header #header_menu a.goannai {
	display: block;
	width: 105px;
	height: 75px;
	margin: 0 30px 0 0;
	background: url("../images/base/menu_annai_over.gif") 0 0 no-repeat;
}
#container #header #header_menu a.goannai:hover {
	background-color: #fff;
}
#container #header #header_menu a.goannai:hover img {
	visibility: hidden;
}

#container #header #header_menu a.youchien {
	display: block;
	width: 105px;
	height: 75px;
	margin: 0 30px 0 0;
	background: url("../images/base/menu_youchien_over.gif") 0 0 no-repeat;
}
#container #header #header_menu a.youchien:hover {
	background-color: #fff;
}
#container #header #header_menu a.youchien:hover img {
	visibility: hidden;
}

#container #header #header_menu a.ichinichi {
	display: block;
	width: 105px;
	height: 75px;
	margin: 0 30px 0 0;
	background: url("../images/base/menu_1day_over.gif") 0 0 no-repeat;
}
#container #header #header_menu a.ichinichi:hover {
	background-color: #fff;
}
#container #header #header_menu a.ichinichi:hover img {
	visibility: hidden;
}

#container #header #header_menu a.gyouji {
	display: block;
	width: 105px;
	height: 75px;
	margin: 0 30px 0 0;
	background: url("../images/base/menu_nenkan_over.gif") 0 0 no-repeat;
}
#container #header #header_menu a.gyouji:hover {
	background-color: #fff;
}
#container #header #header_menu a.gyouji:hover img {
	visibility: hidden;
}

#container #header #header_menu a.chizu {
	display: block;
	width: 105px;
	height: 75px;
	background: url("../images/base/menu_map_over.gif") 0 0 no-repeat;
}
#container #header #header_menu a.chizu:hover {
	background-color: #fff;
}
#container #header #header_menu a.chizu:hover img {
	visibility: hidden;
}

#container #header #header_bottom {
	width: 900px;
	height: 15px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#container #contents {
	width: 780px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
}

#container .push
{
	height: 95px;
}

#footer
{
	width: 100%;
	height: 95px;
	background-image: url("../images/base/footer_bg.gif");
	background-repeat: repeat-x;
}

#footer #footer_img
{
	width: 900px;
	height: 95px;
	margin: 0 auto 0 auto;
	padding: 0;
}

