@charset "Shift_JIS";


/* ClearFix */
/* ----------------------------------------------------- */

/*for IE 5.5-7*/
.clearfix{
	zoom:1;
}


/*for modern browser*/
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


.clear{
	clear:both;
}

/* 初期設定 */
/* ----------------------------------------------------- */

BODY,H1,H2,H3,H4,H5,H6,P,UL,DL,DIV,TABLE,FORM{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h2{font-size: 10px; color: #666;}
h5{font-size: 10px; color: #666;}

IMG {
	border:0px;
}

li {
	list-style: none;
}

	
a:link {color:#666;text-decoration:none;}
a:visited {color:#666;text-decoration:none;}
a:hover {color:#A60038;text-decoration:none;}
a:active {color:#666;text-decoration:none;}


#wrapper{
width: 903px;
padding-top: 30px;
margin: 0 auto;
}

#main_img{
padding-bottom: 12px;
}
/***********************************************/
/*ヘッダー                                   */
/***********************************************/
#head{
	width:900px;
	height: 62px;
margin-bottom: 25px;
       }
	
#left {
	float:left;
	width:184px;
}

#right {
	float:right;
	width:716px;
	text-align: right;
}
#right h2{padding-bottom: 5px;}




/* ロールオーバー*/
/* ----------------------------------------------------- */


#main_menu {
	width: 509px;
	margin: 0px;
float: right;}

#main_menu ul {
	width: 509px;
	list-style: none;
	margin: 0px;
text-align: left;
	
}

#main_menu ul li {
	height: 40px;
	margin: 0;
	float: left;
	
}


#main_menu li a {
  text-decoration: none;
  display: block;
  height: 40px;
  text-indent: -9999px;
}


#home      {width: 100px;background: url(img/common/top_menu.gif) no-repeat;}
#corporate     {width: 224px;background: url(img/common/top_menu.gif) no-repeat -100px 0;}
#inq   {width: 185px;background: url(img/common/top_menu.gif) no-repeat -324px 0;}


#main_menu li#home  a:hover {
  background: url(img/common/top_menu.gif) no-repeat 0 -40px;
}
#main_menu li#corporate a:hover {
  background: url(img/common/top_menu.gif) no-repeat -100px -40px;
}
#main_menu li#inq a:hover {
  background: url(img/common/top_menu.gif) no-repeat -324px -40px;
}

/* ----------------------------------------------------- */



/***********************************************/
/*左ナビ                                   */
/***********************************************/

#left_navi{
width: 200px;
margin-bottom:30px;
	float:left;
}
#left_navi .bnr{
padding-top: 15px;
}

#left_navi h2{
padding-bottom: 12px;
}
#left_list{
background: url(img/common/list_line.gif) repeat-y left top;
padding-left: 16px;
padding-top: 5px;}

#left_list dt{
padding-left: 18px;
background: url(img/common/mark.gif) no-repeat left top ;
text-align: left;}

#left_list dd{font-size: 10px; color: #D7AF89; 
margin: 0 0 0 18px ;
line-height: 5px; 
padding-bottom: 7px;}

.side_bnr{
margin-top:20px;
}


/***********************************************/
/*右ナビ                                  */
/***********************************************/
#right_navi{
width: 677px;
float: right;
padding-bottom: 30px;}

#right_navi h2{margin-bottom: 14px;}

#right_navi h3{margin: 20px 0 14px 0;}

#right_navi ul{
margin-bottom: 6px;
}

#right_navi ul.last{
margin: 0px;
}

#right_navi li{
margin-right: 11px;
display:inline;
}

#right_navi.none {
margin: 0;
display:inline;
}

/***********************************************/
/*フッター                                  */
/***********************************************/

#foot{
	width: 100%;
	background: url(img/common/house.gif) repeat-x 0 0;
	clear: both;
}

#foot_wrap{
	width: 900px;
	height: 160px;
	margin: 0 auto ;
	padding-top: 60px;
}
	
#foot_left {
	float:left;
	width:600px;
}

#foot_left dt{font-size: 12px; color: #876145; padding-top: 5px;}
#foot_left dd{
font-size: 10px; 
color:#666;
line-height: 14px;
 margin: 0;}

#foot_right {
	float:right;
	width:300px;
	text-align: right;
font-size: 10px;
color: #666;}

#foot_right ul{  list-style: none outside; float:right;}
#foot_right ul li{float:left;width:130px;}

#foot_left li {
	display: inline;
	border-left: solid 1px #666 ;
		border-right: solid 1px #666 ;
	padding: 0 14px 0 14px ;
}

#foot_left li.first {
	display: inline;
	border: none ;
	padding: 0 14px 0 14px ;
}

