@charset "UTF-8";

* {
	font-family:"游ゴシック",Meiryo,"メイリオ","ヒラギノ角ゴ Pro",sans-serif;
	}

* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}


a:link, a:visited {
	color:#000;
}
a:hover, a:visited:hover {
	color:#999;
}

header {
	width:860px;
	margin:0 auto;
	margin-top:24px;
	margin-bottom:6px;
}


h1 {
	text-indent:-9999px;
	width:166px;
	height:31px;
	display:block;
	background:transparent url(images/logo.png) 0 0 no-repeat;
	float:right;
}

h2 {font-size:medium;
	text-align:center;
	margin-bottom:22px;
}

ul#menu {
	margin-top:16px;
	float:left;
}
ul#menu li {
	margin-right:73px;
	float:left;
}
ul#menu li#home a,
ul#menu li#gaiyou a,
ul#menu li#sekourei a,
ul#menu li#contact a {
	list-style:none;
	text-indent:-9999px;
	height:15px;
	margin-bottom:8px;
	display:block;
	float:left;
}
ul#menu li#home a  {
	width:44px;
	}
ul#menu li#home a, ul#menu li#home a:visited {
	background:transparent url(images/menu.png) 0 0 no-repeat;
	}
ul#menu li#home a:hover, ul#menu li#home a:visited:hover, ul#menu li#home a#selected {
	background:transparent url(images/menu2.png) 0 0 no-repeat;
}

ul#menu li#gaiyou a  {
	width:60px;
	}
ul#menu li#gaiyou a, ul#menu li#gaiyou a:visited {
	background:transparent url(images/menu.png) -117px 0 no-repeat;
	}
ul#menu li#gaiyou a:hover, ul#menu li#gaiyou a:visited:hover, ul#menu li#gaiyou a#selected {
	background:transparent url(images/menu2.png) -117px 0 no-repeat;
}

ul#menu li#sekourei a  {
	width:45px;
	}
ul#menu li#sekourei a, ul#menu li#sekourei a:visited {
	background:transparent url(images/menu.png) -250px 0 no-repeat;
	}
ul#menu li#sekourei a:hover, ul#menu li#sekourei a:visited:hover, ul#menu li#sekourei a#selected {
	background:transparent url(images/menu2.png) -250px 0 no-repeat;
}

ul#menu li#contact a  {
	width:74px;
	}
ul#menu li#contact a, ul#menu li#contact a:visited {
	background:transparent url(images/menu.png) -368px 0 no-repeat;
	}
ul#menu li#contact a:hover, ul#menu li#contact a:visited:hover, ul#menu li#contact a#selected {
	background:transparent url(images/menu2.png) -368px 0 no-repeat;
	}





div#contents_wrapper {
	border-top:1px solid #000;
}


div#contents {
	margin-top:70px !important;
}

div#contents2 p,
div#contents2 form {
	text-align:center;
}

div#contents2,div#contents3 {
	margin-top:22px !important;
}

div#contents, div#contents2, footer {
	width:860px;
	margin:0 auto;
}
div#contents3 {
	width:790px;
	margin:0 auto;
}



table#gaiyou_table {
	margin:0 auto;
}

table#gaiyou_table 
tr th {
	text-align:left;
}

table#gaiyou_table tr th,
table#gaiyou_table tr td {
	font-size:small;
	vertical-align:top;
}
table#gaiyou_table tr td {
	padding-bottom:11px;
}




table#sekourei_table {
	margin:0 auto;
}
table#sekourei_table tr td{
	width:150px;
	padding-bottom:22px;
}
table#sekourei_table tr td.last{
	width:auto;
}






footer p.box {
	border:1px solid #009933;
}


footer p#fr{

	float:right;

}

footer p#fl{
	float:left;
	width:430px;
	}


footer {
	padding:0 0 50px 0;
	font-size:x-small;
	
	}




/* floating box clear */
.clr:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 \*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End Hide from mac IE5 */


.clear {
	font-size:1px !important;
	line-height:1em !important;
	width:1px !important;
	height:1px !important;
	clear:both !important;
	}
	
