@charset "utf-8";



/*----------------------------------------------------
common
------------------------------------------------------*/
html,body,
div,p,span,
table,tr,td,th,
form,
h1,h2,h3,h4,h5,h6,
address {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a {
	color: #0964a7;
	text-decoration: underline;
}

a:hover {
	color: #2184cd;
}

a:visited {
	color: #0964a7;
}


img {
	margin: 0;
	padding: 0;
	border: none;
}

select,option {
	font-size: 100%;
}



/*----------------------------------------------------
layout
------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #fff;
	font-size: 80%;
	color: #666;
	text-align: center;
}

div#pagetop {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
header
------------------------------------------------------*/
div#header {
	position: relative;
	width: 750px;
	height: 117px;
	background: url(../images/common/header_bg.gif) no-repeat left top;
}

div#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 332px;
	height: 96px;
}

div#header h1 a {
	display: block;
	width: 332px;
	height: 96px;
	margin: 0;
	padding: 0;
	background: url(../images/common/logo.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

div#header h2 {
	position: absolute;
	top: 0;
	left: 332px;
	width: 418px;
	height: 96px;
	text-indent: -9999px;
	overflow: hidden;
}



/*----------------------------------------------------
visual
------------------------------------------------------*/
div#visual {
}

div.visualtop {
	position: relative;
	width: 750px;
	height: 386px;
	background: url(../images/top/topimg.jpg) no-repeat left top;
}

div.visualtop .topmess {
	position: absolute;
	top: 159px;
	left: 271px;
	width: 479px;
	height: 86px;
}

div.visualtop ul {
	position: absolute;
	top: 327px;
	left: 0;
	width: 750px;
	height: 48px;
	margin: 0;
	padding: 0;
}

div.visualtop li {
	position: absolute;
	top: 0;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.visualtop li.menu1 {
	left: 11px;
}

div.visualtop li.menu2 {
	left: 259px;
}

div.visualtop li.menu3 {
	left: 506px;
}



/*----------------------------------------------------
main
------------------------------------------------------*/
div#main {
	float: left;
	width: 560px;
}

/*ad*/
div.adsense1 {
	margin: 10px 0 10px 45px;
}

div.adsense2 {
	margin: 20px 0 20px 45px;
}

/*戻る*/
div.back {
	margin: 0 0 10px 0;
}

div.back p {
	padding: 0 0 0 20px;
	background: url(../images/common/arw.gif) no-repeat left center;
}



/*----------------------------------------------------
第二階層
------------------------------------------------------*/
/*パンくず*/
.topicpath {
	padding: 5px 5px 5px 3px;
	font-size: 90%;
}

/*h3*/
h3.main {
	margin: 0 0 10px 0;
	padding: 0 15px 0 50px;
	background: url(../images/common/h3.gif) no-repeat left top;
	line-height: 62px;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
}

/*説明*/
.intro_txt {
	margin: 10px 5px 10px 0;
	padding: 10px;
	border: 1px solid #666;
}



/*----------------------------------------------------
地図
------------------------------------------------------*/
#area-map {
	margin: 0;
	padding: 0 12px 5px 26px;
	background: url(../images/common/box_left2.gif) repeat-y left top;
	text-align: center;
}



/*----------------------------------------------------
共通box　緑（中身がリスト）
------------------------------------------------------*/
.texts {
	width: 555px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	background: url(../images/common/box_btm1.gif) no-repeat left bottom;
}

.texts h3,
.texts h4 {
	height: 54px;
	background: url(../images/common/box_top1.gif) no-repeat left bottom;
}

.texts h3 span,
.texts h4 span {
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-indent: 12px;
}

.texts ul {
	margin: 0;
	padding: 0;
}

.texts ul li {
	margin: 0;
	padding: 0 12px 10px 42px;
	background: url(../images/common/box_left1.gif) no-repeat left top;
	line-height: 23px;
	list-style: none;
}

.texts p.rightarw {
	margin: 0;
	padding: 0 25px 0 12px;
	background: url(../images/common/box_right1.gif) no-repeat left top;
	line-height: 17px;
	text-align: right;
}



/*----------------------------------------------------
共通box　オレンジ（中身が<p>）
------------------------------------------------------*/
.texts2 {
	width: 555px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	background: url(../images/common/box_btm2.gif) no-repeat left bottom;
}

.texts2 h3,
.texts2 h4 {
	height: 54px;
	background: url(../images/common/box_top2.gif) no-repeat left bottom;
}

.texts2 h3 span,
.texts2 h4 span {
	padding-left: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}

.texts2 p {
	margin: 0;
	padding: 0 12px 5px 26px;
	background: url(../images/common/box_left2.gif) repeat-y left top;
	line-height: 23px;
}

.texts2 p.rightarw {
	margin: 0;
	padding: 0 25px 0 12px;
	background: url(../images/common/box_right2.gif) no-repeat left top;
	line-height: 17px;
	text-align: right;
}



/*----------------------------------------------------
共通box　地域一覧　詳細
------------------------------------------------------*/
.texts3 {
	width: 555px;
	margin: 10px 0 20px 0;
	padding: 0;
}

.texts3 h4 {
/*	height: 28px;*/
	padding-bottom: 6px;
	background: url(../images/common/h4.gif) no-repeat left bottom;
}

.texts3 h4 span {
	padding-left: 12px;
/*	line-height: 28px;*/
	font-weight: bold;
	color: #376a05;
	font-size: 110%;
}

.texts3 table {
	width: 535px;
	margin: 0 0 0 10px;
	padding: 0;
}

.texts3 table th {
	width: 100px;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	vertical-align: top;
}

.texts3 table td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.texts3 p.rightarw {
	width: 555px;
	margin: 0 0 0 0;
	padding: 5px 0;
	border-bottom: 1px solid #376a05;
	text-align: right;
}

.texts3 p.rightarw a {
	padding: 0 20px 0 12px;
	background: url(../images/common/arw.gif) no-repeat right center;
	line-height: 17px;
}



/*----------------------------------------------------
共通box　その他
（タイトルが下線のみ、枠で囲まれてないもの）
------------------------------------------------------*/
.texts4 {
	width: 555px;
	margin: 10px 0 20px 0;
	padding: 0;
}

.texts4 h4 {
/*	height: 28px;*/
	padding-bottom: 6px;
	background: url(../images/common/h4.gif) no-repeat left bottom;
}

.texts4 h4 span {
	padding-left: 12px;
/*	line-height: 28px;*/
	font-weight: bold;
	color: #376a05;
	font-size: 110%;
}

.texts4 p {
	padding: 5px 10px 15px 10px;
	line-height: 1.5em;
}

.texts4 li {
	line-height: 1.5em;
}

/*一般テーブル*/
.texts4 table {
	width: 535px;
	margin: 20px 0 20px 10px;
	padding: 0;
	border-collapse: collapse;
}

.texts4 table th {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #eaffd6;
	font-weight: bold;
	vertical-align: top;
}

.texts4 table th.size100 {
	width: 100px;
}

.texts4 table th.size150 {
	width: 150px;
}

.texts4 table th.size200 {
	width: 200px;
}

.texts4 table td {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: top;
}


/*リンク集のテーブル*/
.texts4 table.link {
	width: 535px;
	margin: 20px 0 20px 10px;
	padding: 0;
	border-collapse: collapse;
}

.texts4 table.link td.Lcolumn {
	width: 100px;
	margin: 0;
	padding: 5px;
	border: none;
	border-bottom: 1px solid #ededed;
	background: #fff;
	font-weight: bold;
	vertical-align: top;
}

.texts4 table.link td.Rcolumn {
	margin: 0;
	padding: 5px;
	border: none;
	border-bottom: 1px solid #ededed;
	vertical-align: top;
}




/*----------------------------------------------------
navi
------------------------------------------------------*/
div#navi {
	float: right;
	width: 180px;
	margin-top: 10px;
}

/*menu*/
div#navi .menuBox {
	margin: 0 0 20px 0;
	padding: 6px 0 0 0;
	background: url(../images/common/menu_top.gif) no-repeat left top;
}

div#navi .menuBox ul {
	margin: 0;
	padding: 0 0 5px 0;
	background: url(../images/common/menu_btm.gif) no-repeat left bottom;
}

div#navi .menuBox ul li {
	margin: 0;
	padding: 10px 7px 10px 19px;
	background: url(../images/common/menu_arw.gif) no-repeat left 11px;
	border-right: 1px solid #20a0ff;
	border-bottom: 1px solid #20a0ff;
	border-left: 1px solid #20a0ff;
	list-style: none;
}

/*バナー1*/
div#navi .bnrBox1 {
	margin: 0 0 20px 0;
	padding: 0;
}

div#navi .bnrBox1 p {
	margin: 0 0 10px 0;
	padding: 0;
}


/*バナー2*/
div#navi .bnrBox2 {
	margin: 0 0 20px 0;
	padding: 0;
}

div#navi .bnrBox2 p {
	margin: 0 0 10px 0;
	padding: 0 0 0 7px;
}

div#navi .bnrBox2 p span {
	display: block;
	margin: 5px 0;
	padding: 0;
	text-align: center;
}

/*ad*/
div#navi .adsense3 {
	margin: 0;
	padding: 20px 0;
	border: 1px solid #666;
	text-align: center;
}



/*----------------------------------------------------
footer
------------------------------------------------------*/
div#footer {
	clear: both;
	height: 111px;
	background: url(../images/common/footer_bg.gif) no-repeat left bottom;
	text-align: center;
}

div#footer ul {
	margin: 0;
	padding: 34px 0 0 0;
}

div#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	background: url(../images/common/footer_link_bg.gif) no-repeat right center;
	line-height: 34px;
	list-style: none;
}

div#footer ul li.nobg {
	background-image: none;
}

div#footer ul li a {
	color: #fff;
}

div#footer p {
	margin: 8px 0 0 0;
	padding: 0;
}

div#footer p span {
	background: #fff;
	line-height: 1.2em;
}



/*----------------------------------------------------
共通class
------------------------------------------------------*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.indent {
	text-indent:-1000em;
	display:block;
}

.dotted {
	border-bottom: 1px dotted #ccc;
}

table.form {
	margin-top: 20px;
}

#contact-form p {
	margin: 10px 0;
}

