@charset "utf-8";

*{
	margin:0;
	padding:0;
	font-family:"メイリオ", "Meiryo";
}

body{
	font-size:80%;
	color:#333;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}


a {outline:none;color:#333333;}
a img{border:0;}
a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover {
	text-decoration:underline;
	color: #009776;
}
a:active { text-decoration:none;}

p{
	line-height:170%;
}

/*******************************
header
*******************************/

#header{
	width:880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header .headcontents{
	width:880px;
	height:61px;
}
#header .headcontents h1{
	float:left;
	width:500px;
	height:53px;
	margin-top: 2px;
}
#header .headcontents h1 a{
	display:block;
	text-indent:-9999px;
	height: 53px;
	width: 500px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
.headcontents div.sub{
	float:right;
	width:235px;
}
.headcontents div.sub .search{
	padding:10px 0;
}
.headcontents div.sub .search img{
	width:40px;
	height:20px;
	float:left;
	margin-bottom:8px;
	position:absolute;
}


.headcontents div.sub .search .field{
	width:165px;
	height:18px;
	margin-bottom:8px;
	float:left;
	margin-left:40px;
}
.headcontents div.sub ul {
	clear:both;
	float:right;
	height:13px;
	width: 195px;
}
.headcontents div.sub ul li  {
	float:left;
	display:block;
	list-style-type: none;
}
#header li.menu01 a    {
	width:60px;
	margin-right: 20px;
}
#header li.menu02 a    {
	width:80px;
	background-image: url(../img/h_inquiry.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#mainmenu{
	clear:both;
	height:50px;
}
#mainmenu ul{
	height:50px;
}
#mainmenu ul li{
	float:left;
	list-style:none;
	display:table-cell;
	display:block;
	text-indent:-9999px;
	height:50px;
}
#mainmenu ul li a{
	display:block;
	text-indent:-9999px;
	height:50px;
}
#mainmenu .gnavi01 a  {
	width:110px;
	background-image: url(../img/gnav01_s1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi02 a  {
	width:110px;
	background-image: url(../img/gnav02_s1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi03 a  {
	width:110px;
	background-image: url(../img/gnav03_s1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi04 a  {
	width:110px;
	background-image: url(../img/gnav04_s1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi05 a  {
	width:110px;
	background-image: url(../img/gnav05_s1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi06 a  {
	width:110px;
	background-image: url(../img/gnav06_s1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi07 a  {
	width:110px;
	background-image: url(../img/gnav07_s1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi08 a {
	width:110px;
	background-image: url(../img/gnav_08_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi01 a:hover{
	background-image: url(../img/gnav01_s1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi02 a:hover{
	background-image: url(../img/gnav02_s1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi03 a:hover{
	background-image: url(../img/gnav03_s1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi04 a:hover{
	background-image: url(../img/gnav04_s1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi05 a:hover{
	background-image: url(../img/gnav05_s1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi06 a:hover{
	background-image: url(../img/gnav06_s1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi07 a:hover {
	background-image: url(../img/gnav07_s1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .gnavi08 a:hover {
	background-image: url(../img/gnav_08_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*******************************
maincontents
*******************************/


#main_top{
	padding-top: 30px;
	width: 815px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

#main_top #top_left{
	width: 500px;
	float: left;
	background-color: #FFF;
	margin: 0px;
	text-align: left;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 0px;
}

#main_top #top_left .top_message{
	margin-bottom:20px;
}

#main_top #top_left table{
	border-bottom:1px solid #dddddd;
	width: 450px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

#main_top #top_left table th{
	border-top:1px dotted #dddddd;
	line-height:1.5em;
	vertical-align:top;
	text-align:left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5;
	background-image: url(../img/new_li.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#main_top #top_left table td{
	border-top:1px dotted #dddddd;
	line-height:1.5em;
	vertical-align:top;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

#main_top #top_left table td img{
	vertical-align:-5px;
	margin:0 0 0 5px;
}
#main_top #top_left .lefttex {
	float: left;
	width: 160px;
	margin-right: 5px;
	height: 160px;
	position: relative;
}

#main_top #top_left ul.bn li{
	display:block;
	float:left;
	background:url(../img/cursor.gif) no-repeat 0 6px;
	list-style:none;
	padding:0 0 0 7px;
	margin-right:10px;
}

#main_top #top_right{
	width: 290px;
	float: right;
	background-color: #FFF;
	margin: auto;
	text-align: right;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	clear: right;
	padding: 0px;
}

#main_top #top_right #menu_frame{
	border: 5px none #FFFFFF;
	padding: 5px;
	width: 280px;
}

#main_top #top_right #menu_frame h2{
	margin-bottom:10px;
}

#main_top #top_right #menu_frame ul li{
	list-style:none;
}

#main_top #top_right #menu_frame .left{
	float:left;
	width:134px;
	margin-right:6px;
}

#main_top #top_right #menu_frame .right{
	float:right;
	width:155px;
}

#main{
	clear:both;
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main_top #morebt {
	width: 100%;
	margin-bottom: 20px;
}
#main_top #vcap {
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	bottom: 2px;
	width: 160px;
}

#main_out {
	background-image: url(../img/maingrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	width: 100%;
}


/*******************************
footer
*******************************/

#footer{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	clear:both;
	height:200px;
	text-align:center;
	margin:20px auto 0;
	background-color: #DBE0E3;
	background-image: url(../img/footgrad.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#foot_obi {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	background-color: #009975;
	height: 50px;
	font-size: 11px;
	color: #FFF;
	padding-top: 8px;
	text-align: center;
}

#footer #link{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    clear:both;
	margin:0 auto;
	width:900px;
	padding:50px 0 0;
	height:120px;
}

#footer #link ul{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	float:left;
	width:120px;
	text-align:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 7px;
}
#footer #foot_obi02 {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: -22px;
	margin-top: 20px;
}
#footer #foot_obi02 a {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #FFF;
	font-size: 10px;
}

#footer #link ul li{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	list-style:none;
	padding-left:8px;
	font-size:10px;
	background-image: url(../img/foot_li.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#footer #link ul li.head{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;

	list-style:none;
	background:none;
	padding-left:0px;
	border-bottom:1px solid #a3a3a3;
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
}


/*******************************
clearfix
*******************************/
	
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
