@charset "utf-8";

/************************************************************** フォン **/

* {
	font-family: "ＭＳ Ｐゴシッ", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*************************************************** mozilaフォンバグ **/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/******************************************************* タプレタ **/

html {
	height: 100%;
}

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height:1;
}

body {
	font-size: 81%;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color:#333;
	text-decoration: none;
}

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

/**************************************************************** hide **/

.hide {
	display: none !important;
}


/************************************************************ clearfix **/

.clearfix:after {
	content: url(/images/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

/************************************************************ container **/

#container {
	width: 760px;
	margin: 10px auto;
	border: 1px solid #ccc;
}

/************************************************************ header **/

#header {
	position: relative;
	width: 760px;
	height:100px;
	margin:0 auto;
	background-image: url(/search/images/bg_header.jpg);
	background-repeat: no-repeat;
}

#header h2 {
	position: absolute;
	left: 0px;
	top: 14px;
}
#header h3 {
	position: absolute;
	top: 24px;
	right: 5px;
}

#header ul {
	position: absolute;
	left:600px;
	top: 30px;
}

#header ul li {
	float: left;
	margin: 0 3px 0 0;
}
/*
#header p {
	position: absolute;
	left: 524px;
	top: 87px;
}
*/
/************************************************************ map **/

#map {
/*	margin: 0 0 10px 0;*/
	width: 720px;
	margin: 10px auto;
}


#access .leftbox01 {
	float: left;
	width: 350px;
	margin: 0 20px 21px 0;
	background-image:url(/search/images/bg_shinchiku.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#access .leftbox02 {
	float: left;
	width: 350px;
	margin: 0 20px 21px 0;
	background-image:url(/search/images/bt_manthion.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#access .rightbox01 {
	float: right;
	width: 350px;
	margin: 0 0px 21px 0;
	background-image:url(/search/images/bg_chuko.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#access .rightbox02 {
	float: right;
	width: 350px;
	margin: 0 0px 21px 0;
	background-image:url(/search/images/bg_tochi.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#access .leftbox01 ul ,
#access .rightbox01 ul ,
#access .leftbox02 ul ,
#access .rightbox02 ul{
	width: 314px;
	margin: 0 auto;
	padding: 60px 0 20px 0 ;
	}

#access .leftbox01 ul li ,
#access .rightbox01 ul li ,
#access .leftbox02 ul li ,
#access .rightbox02 ul li {
	float: left;
	width: 152px;
	margin: 0 10px 0 0;
	}

#access .leftbox01 ul li.last ,
#access .rightbox01 ul li.last ,
#access .leftbox02 ul li.last ,
#access .rightbox02 ul li.last {
	float: left;
	width: 152px;
	margin: 0;
	}

.ad {
	background-color: #736a59;
	}

address {
	width: 720px;
	margin: 0 auto;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	}

#access {
	width: 720px;
	margin: 10px auto;
}

#access h3{
	font-size:126%;
	color:#300;
	margin:10px 0;
}

#access ul li{
	font-size:100%;
	color:#300;
	line-height:1.5;
}


/************************************************************ footer **/

#footer {
	margin: 10px 80px 12px 80px;
	width: 640px;
}




