@charset "EUC-JP";
/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
	text-align: center;
	background: url("./image/bg.jpg") repeat-x;
	background-color: #FFFFFF;
}

 
/* 全ページ共通 枠 */
#wrapper {
	width: 750px;
	font-size: 12px;
    line-height: 18px;
    color: #333333;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


table th,td {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

img {
	border: 0px;
}

/* リンク */
a:link {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:active {
	text-decoration: none;
	border: 0px;
}
a:hover {
	text-decoration: none;
	border: 0px;
}

h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}


/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 750px;
	height: 78px;
	text-align: left;
	background: url("./image/header.jpg") no-repeat;
	margin: 0px 0px 0px 0px;
}

/* ヘッダーテキスト */

#header_text {
	font-size: 11px;
	line-height: 17px;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin: 0px 0px 0px 60px;
	padding: 5px 0px 0px 0px;
}

/* ヘッダーボタン */

#header_button_box {
	width: 377px;
	margin: 15px 0px 0px 373px;
	padding: 0px 0px 0px 0px;
}

#header_button {
	float: left;
	font-size: 0px;
}


/*
==================================================================
TOP MENU
==================================================================
*/

#top_menu_box {
	width: 750px;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
}

#top_menu {
	float: left;
}


/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	width: 750px;
}

/* ページタイトル画像 */

#page_title_img {
	font-size: 0px;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.bukken_kensaku_box{
	width: 750px;
	height: 46px;
	background: url("./image/kensaku_link_back.jpg") no-repeat;
	margin: 5px 0px 0px 0px;
}

.bukken_kensaku_text{
	font-size: 10px;
	width: 130px;
	text-align: left;
	line-height: 12px;
	float: left;
	margin: 0px 0px 0px 150px;
}

.bukken_kensaku_submit{
	margin: 0px 0px 0px 5px;
	float: left;
}

.green{
	font-weight: bold;
	color: #669900
}

.orenge{
	color: #0066CC;
	font-weight: bold;
}


/*
==================================================================
BOTTOM MENU
==================================================================
*/

#bottom_menu {
	width: 750px;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#bottom_menu a:link {
	color: #009966;
	text-decoration: underline;
}

#bottom_menu a:active {
	color: #009966;
	text-decoration: underline;
}

#bottom_menu a:visited {
	color: #009966;
	text-decoration: underline;
}

#bottom_menu a:hover {
	color: #009966;
	text-decoration: none;
}


/*
==================================================================
FOOTER
==================================================================
*/

#footer_text_box {
	width: 750px;
	height: 55px;
	background: url("./image/footer_text_bg.gif") no-repeat;
	margin: 20px 0px 0px 0px;
}

#footer_text_contents {
	width: 638px;
	font-size: 10px;
	line-height: 12px;
	margin: 0px 0px 0px 112px;
	padding: 20px 0px 0px 0px;
}

/* フッターテキスト(1) */

#footer_text1 {
	float: left;
	width: 578px;
	margin: 0px 0px 0px 0px;
}

/* このページのトップへ */

#page_top {
	float: right;
	width: 60px;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

#page_top a:link {
	color: #006633;
	text-decoration: underline;
}

#page_top a:active {
	color: #006633;
	text-decoration: underline;
}

#page_top a:visited {
	color: #006633;
	text-decoration: underline;
}

#page_top a:hover {
	color: #006633;
	text-decoration: none;
}

/* フッターテキスト(2) */

#footer_text2 {
	letter-spacing: -1px;
}

/* フッター */

#footer {
	width: 750px;
	height: 40px;
	background: url("./image/footer.jpg") no-repeat;
	background-position: center top;
	margin: 0px 0px 0px 0px;
}

/* コピーライト */

#copyright {
	font-size: 10px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}

