/* ---------------------------------------------------------
index.css
------------------------------------------------------------*/
@charset "UTF-8";

html {  
	overflow-y:scroll; 	
	height:100%;
 } 

body {
	background-color: #FFFFFF;	
	height:100%;
}

body > #wrapper {
        height: auto;
}


/*----------------------------------------------------------*/
#wrapper{
	width: 100%;
    position: relative;
    height: 100%;
    min-height: 100%;	
	margin: 1px auto;
	width: 915px;
	padding: 0px;
	background-image: url(../images/background_image.png);
	background-repeat: repeat-y;
}

/*----------------------------------------------------------*/
/*ヘッダー*/
/*----------------------------------------------------------*/
#header {
	width: 900px;
	height: 93px;
	margin-left: 15px;
	background-image: url(../images/header/header_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.header-h1 {
	padding-right:5px;
	width: 900px;
	height: 15px;
	background-color:#000000;
	text-align: right;
	color: #FF5300;
	font-size:10px;
}
#header img {
	float: left;
	margin: 0px;
	padding: 0px;
}
.headerTel {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/header-tel.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 485px;
	height: 78px;
	display: inline;
}
.headerAddress {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/header-address.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 265px;
	height: 78px;
	display: inline;
}

/*----------------------------------------------------------*/
/*ヘッダーメニュー*/
/*----------------------------------------------------------*/
#headerMenu {
	width: 900px;
	height: 60px;
	margin-left: 15px;
	background-color: #649DBB;
	border-top: 2px solid #BF8900;
	border-right: 1px none #BF8900;
	border-bottom: 1px none #BF8900;
	border-left: 1px none #BF8900;
}

ul {
   margin-left:85px;
   margin-right:0px;
   padding:0;
   width:680px;
}
ul.menu li {
   float:left;
   text-indent:-9999px;
   overflow:hidden;
   background-repeat: no-repeat;
   width:136px; 
   height:23px;
   margin: 2px 0px;
}
ul.menu li a {
	display:block;
	width:136px; 
	height:23px;
	margin: 3px 0px;
	background-repeat: no-repeat;
}
li.menu01 a {
	background-image:url(../images/headerMenu/menu01.png);
}
li.menu01 a:hover {
	background-image:url(../images/headerMenu/menu01_on.png);
}
li.menu02 a {
   background-image:url(../images/headerMenu/menu02.png);
}
li.menu02 a:hover {
   background-image:url(../images/headerMenu/menu02_on.png);
}
li.menu03 a {
   background-image:url(../images/headerMenu/menu03.png);
}
li.menu03 a:hover {
   background-image:url(../images/headerMenu/menu03_on.png) ;
}
li.menu04 a {
   background-image:url(../images/headerMenu/menu04.png);
}
li.menu04 a:hover {
   background-image:url(../images/headerMenu/menu04_on.png) ;
}
li.menu05 a {
   background-image:url(../images/headerMenu/menu05.png);
}
li.menu05 a:hover {
   background-image:url(../images/headerMenu/menu05_on.png) ;
}
li.menu06 a {
   background-image:url(../images/headerMenu/menu06.png);
}
li.menu06 a:hover {
   background-image:url(../images/headerMenu/menu06_on.png) ;
}
li.menu07 a {
   background-image:url(../images/headerMenu/menu07.png);
}
li.menu07 a:hover {
   background-image:url(../images/headerMenu/menu07_on.png) ;
}
li.menu08 a {
   background-image:url(../images/headerMenu/menu08.png);
}
li.menu08 a:hover {
   background-image:url(../images/headerMenu/menu08_on.png) ;
}
li.menu09 a {
   background-image:url(../images/headerMenu/menu09.png);
}
li.menu09 a:hover {
   background-image:url(../images/headerMenu/menu09_on.png) ;
}
li.menu10 a {
   background-image:url(../images/headerMenu/menu10.png);
}
li.menu10 a:hover {
   background-image:url(../images/headerMenu/menu10_on.png) ;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.menu:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* Win版IE7とMac版IE5対策 */
ul.menu {
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.menu {
   height:1px;
}
ul.menu {
   display:block;
}

/* End hide from IE-mac */

.menuLease a {
    float:right;
	display: block;
    overflow: hidden;
    height: 0px;
    width: 55px;
    background-image: url(../images/headerMenu/menu11.png);
    padding-top: 56px;
    text-align: center;
    margin:1px 20px;
}
.menuLease a:hover {
    background-image: url(../images/headerMenu/menu11_on.png);
}

/*----------------------------------------------------------*/
/*コンテンツ*/
/*----------------------------------------------------------*/
#contents {
	padding-bottom: 72px;
	margin-left: 15px;
	width: 900px;
	padding: 0px;
	font-size: 85%;
	color:#484848;
}
#blockTop {
	height: 600px;
	padding: 0px;
}
.topInformation {
	float: left;
	background-image: url(../images/top-imformation.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 5px;
	text-indent: -9999px;
	height: 105px;
	width: 150px;
}
.information {
	float: left;
	width: 515px;
	height: 115px;
	border: 1px solid #FFFFFF;
	padding: 0.5em;
	overflow-x : hidden;
	overflow-y : scroll;
}

.important {
 	padding: 0.5em;
    float:right;
    width: 154px;
    text-align: center;
    margin:10px 15px;
}

/*----------------------------------------------------------*/
/*フッター*/
/*----------------------------------------------------------*/
#footer {
	width: 100%;
	position: absolute;
	bottom: -55px;
	height: 55px;
	margin-left: 15px;
	background-color: #FF5301;
	width: 901px;
	text-align: center;
	left: -2px;
}
.menuFooter {
	margin: 0px;
	padding-top: 2px;
	text-align: center;
}
.menuFooter ul{
	display: inline;
	margin-left: 0px;
}
.menuFooter li{
	text-align: center;
	display: inline;
	padding: 0px 0px 0px 7px;
	list-style-type: none;
	border-left:1px solid #FFFFFF;
	font-size: 12px;
}
.menuFooter li a {
	color: #FFFFFF;
	text-decoration: none;
}
.menuFooter li a:link {
	color: #FFFFFF;
}
.menuFooter li a:hover {
	color: #F8C712;
}
.footerMenu li a:visited {
	color: #FFFFFF;
}
.menuFooter li a:active {
	color: #FFFFFF;
}

#CopyRight {
	width: 100%;
	position: absolute;
	bottom: -79px;
	height: 20px;
	margin-left: 15px;
	width: 900px;
	color: #336394;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	left: -3px;
}

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