@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family:Arial, Helvetica, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
				Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #ffffff;
}

/* ページ全体 */
div#pageWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* old \*/
* html div#pagewrapper {
	width: 820px;
}
/* end */

/*　リンクの設定 */
a {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0088ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ヘッダー */
div#header {
	width: 800px;
	height: 110px;
	position: relative;
	margin-bottom: 5px;
	background:url("../image/common/pc/headerbg.jpg") no-repeat;
	border: none;
}

div#header h1 {
	font-size: 12px;
	text-align: left;
	margin-top: 3px;
	margin-left: 10px;
}

/* ヘッダーバナー */
div#header-banner {
	width: 468px;
	height: 60px;
	font-size: 12px;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 10px;
}

div#header-banner a img {
	border: none;
	text-decoration: none;
	max-width: 468px;
}

/* メニューバー */
div#menubar ul {
	margin:0;
	padding:0;
	list-style:none;
	width:800px;
	height:35px;
	color:#ffffff;
	margin-bottom: 5px;
}

div#menubar li {
	font-size: 14px;
	float:left;
	width:115px;
	height:35px;
}

div#menubar a img {
	display : block;
	width : 100%;
	text-decoration: none;
	border-style: none;
}

div#menubar-inq li {
	font-size: 14px;
	float:left;
	width:110px;
	height:35px;
}

/* メニューリスト */
div#menulist {
	width:120px;
	margin-bottom: 5px;
}
div#menulist ul{
	margin:0;
	padding:0;
	list-style:none;
	width:120px;
}

div#menulist li {
	font-size: 14px;
	width:120px;
	height:30px;
	margin-bottom: 2px;
}

div#menulist a img {
	display : block;
	width : 100%;
	text-decoration: none;
	border-style: none;
}

/* 地域一覧 */
div#arealist {
	margin-top: 20px;
}

div#arealist h2 {
	font-size: 12px;
	width: 120px;
	height: 19px;
	padding-top: 6px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../image/common/pc/h2/h2-120x25.gif);
	margin-bottom: 5px;
}

div#arealist h3 {
	font-size: 12px;
	width: 120px;
	height: 19px;
	padding-top: 6px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../image/common/pc/arealist/bg120x25.gif);
}

div#arealist ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#arealist li {
	font-size: 12px;
	width:118px;
	height:19px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: 1px 0px;
	background-image: url(../image/common/pc/arealist/bg118x25.gif);
}

/* アンカーの領域をリスト領域全体に指定 */
div#arealist a {
	display : block;
	width : 100%;
	text-decoration: none;
}

div#arealist a:hover {
	text-decoration: underline;
}

div.arealist {
	margin-bottom: 5px;
}

div.arealist li {
	border-left: solid 1px #6bc862;
	border-right: solid 1px #6bc862;
	border-bottom: solid 1px #6bc862;
}


/* メインバナー1 */
div#main-banner1 {
	width: 468px;
	font-size: 12px;
	text-align: left;
	margin-left: 1px;
	margin-bottom: 10px;
}

div#main-banner1 a img {
	border: none;
	text-decoration: none;
	max-width: 468px;
}

/* メインバナー2 */
div#main-banner2 {
	float: left;
	width: 234px;
	font-size: 12px;
	text-align: left;
}

div#main-banner2 a img {
	border: none;
	text-decoration: none;
	max-width: 234px;
}

/* メインバナー3 */
div#main-banner3 {
	float: right;
	width: 234px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
}
div#main-banner3 a img {
	border: none;
	text-decoration: none;
	max-width: 234px;
}

/* サイドバナー */
div#side-banner {
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
}

div#side-banner a img {
	border: none;
	text-decoration: none;
	max-width: 200px;
}

/* フッター */
div#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
/*	border: solid 1px #fd9c20;*/
}

div#footer p {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

div#copyright p {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

/* コメントです。 */