@charset "utf-8";
/* ===================================================================
CSS information
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 
=================================================================== */

/*----------------------------------------------------
	大枠
----------------------------------------------------*/
#container
     {
	 width: 830px;
	 background-color: #FFFFFF;
	 margin: 0px auto;
	 }
	 

#main
     {
	 float: right;
	 width: 629px;
	 border-left: solid 1px #E1E1E1;
	 background-color: #FFFFFF;
	 }

#menu
     {
	 float: left;
	 width: 200px;
	 text-align: center;
	 margin: auto;
	 padding-top: 19px;
	 background: #FFFFFF url(../../img08/main_title_parts.gif) no-repeat;
	 }
	 
#menu ul li
     {
     margin:auto;
	 }

/*----------------------------------------------------
	左ナビゲーション
----------------------------------------------------*/
#menu ul li a#bt006-01
     {
	 margin: auto;
     width: 180px;
     height: 34px;
     background-image: url("../img/bt_006-01.gif");
     background-repeat: no-repeat;
     background-position: top center;
     text-indent: -9999px;
     text-decoration: none;
     display: block;
	 }

#menu ul li a#bt006-01:hover{
	background-image : url("../img/bt_006-01_up.gif") ;
	background-repeat : no-repeat ;
	background-position : top center ;
}

#menu ul li a#bt006-02
     {
	 margin: auto;
     width: 180px;
     height: 34px;
     background-image: url("../img/bt_006-02.gif");
     background-repeat: no-repeat;
     background-position: top center;
     text-indent: -9999px;
     text-decoration: none;
     display: block;
	 }

#menu ul li a#bt006-02:hover{
	background-image : url("../img/bt_006-02_up.gif") ;
	background-repeat : no-repeat ;
	background-position : top center ;
	 }

/*----------------------------------------------------
	コンテンツ内
----------------------------------------------------*/
.btn_two
     {
	 width: 450px;
	 text-align: center;
	 margin: 60px auto;
	 }

.btn_two a#bt006-01
     {
	 float: left;
     width: 185px;
     height: 41px;
     background-image: url("../img/bt_inquiry001.gif");
     background-repeat: no-repeat;
     background-position: top center;
     text-indent: -9999px;
     text-decoration: none;
     display: block;
	 }

.btn_two a#bt006-01:hover{
	background-image : url("../img/bt_inquiry001_up.gif") ;
	background-repeat : no-repeat ;
	background-position : top center ;
}

.btn_two a#bt006-02
     {
	 float: right;
     width: 185px;
     height: 41px;
     background-image: url("../img/bt_inquiry002.gif");
     background-repeat: no-repeat;
     background-position: top center;
     text-indent: -9999px;
     text-decoration: none;
     display: block;
	 }

.btn_two a#bt006-02:hover{
	background-image : url("../img/bt_inquiry002_up.gif") ;
	background-repeat : no-repeat ;
	background-position : top center ;
}