@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";
	font-size: 12px;
	text-align: center;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
}


table th,td {
  font-size: 10pt;
}



img {
	border: 0px;
}


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


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



/*
==================================================================
MAIN
==================================================================
*/

.main{
	width: 750px;
}




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

#header {
	width :750px;
	height: 110px;
	background: url("./image/header.jpg") no-repeat;
    margin-left: auto;
    margin-right: auto;
}

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

.header_left {
	float: left;
	width: 312px;
	font-size: 10px;
	line-height: 14px;
	padding: 10px 0px 0px 0px;
}

/* ヘッダーメニュー */

.header_right {
	float: right;
	width: 438px;
	font-size: 0px;
}

.header_menu_button {
	float: left;
}

/*
==================================================================
SEARCH MENU
==================================================================
*/

.search_menu_box {
	width: 750px;
	height: 58px;
	font-size: 0px;
	background: url("./image/search_menu_bg.jpg") no-repeat;
	text-align: left;
}

.search_menu_contents {
	padding: 11px 0px 0px 0px;
}

.search_menu_button {
	float: left;
}

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

.top_wide_menu{
	float:right;
}

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

.top_wide_textarea1{
	padding: 0px 0px 0px 2px;
	color: #ffffff;
	font-size:12px;
	line-height:19px;
	float:left;
}

.top_wide_textarea2{
	height:57px;
	padding: 0px 0px 15px 160px;
	font-size:10px;
	vertical-align:bottom;
}

.top_wide_menu2{
	width: 750px;
	margin: 0px 0px 0px 0px;
}
.top_wide_menu_button2{
	margin: 0px 2px 0px 0px;
	float: left;
}

.top_wide_menu_button3{
	margin: 0px 0px 0px 0px;
	float: left;
}


.bottom_menu{
	font-size: 11px;
	clear: both;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
}


.bottom_menu_link{
	color: #0033CC;
}


.foot_line{
	border-bottom: 2px solid #00A8F9;
}

/* このページのTOPへ戻る */
.top_link{
	font-size: 10px;
	padding: 10px 5px 5px 0px;
	float: right;
}

/* カウンター */
.counter{
	padding: 5px 0px 0px 10px;
	float: left;
}

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

#contents{
	width: 750px;
	text-align: center;
}


.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
}

.orange{
	color: #CC6600;
	font-weight: bold;
}

.orange_big{
	color: #CC6600;
	font-size: 15px;
	font-weight: bold;
}

.blue{
	color: #6666CC;
	font-weight: bold;
}

.blue_big{
	font-size: 15px;
	color: #6666CC;
	font-weight: bold;
}


/*
==================================================================
FOOTER
==================================================================
*/
#footer {
	width: 750px;
	line-height: 30px;
	height: 30px;
	background: url("./image/footer.gif") no-repeat;
	clear: both;
	margin: 0px 0px 10px 0px;
}

.copyright {
	font-size: 11px;
	text-align: center;
	clear: both;
}


