@charset "UTF-8";
/* CSS Document */

/*ヘッダー設定*/
#header {
	width:930px;
	height:92px;
	margin:0 auto;
	position:relative;
}
#header .headtxtbox p.heardleftp {
	float:left;
	font-size:11px;
	margin-left:15px;
	margin-top:10px;
}
#header .headtxtbox ul.rightsubnavi {
	float:right;
	font-size:11px;
	margin-right:15px;
	margin-top:10px;
}
#header .headtxtbox ul.rightsubnavi li {
	padding-left:3px;
	padding-right:3px;
}
.headtxtbox ul.rightsubnavi li {
	display:inline;
}
#header h1 {
	position:absolute;
	left:0;
	bottom:0;
}
#header #fulltel {
	position:absolute;
	right:0;
	bottom:0;
}
ul#MAINNAVI {
	width:930px;
	height:43px;
	margin:0 auto;
}
ul#MAINNAVI li {
	display:inline;
	float:left;
}

/*FlashアニメーションのJS版*/
.header-animation {
    width: 929px;
    height: 197px;
    position: relative;
    z-index: 1;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	margin: 0 auto;
}
.header-animation .header-animation-logo,
.header-animation .header-animation-text h2,
.header-animation .header-animation-text p,
.header-animation .header-animation-image,
.header-animation .header-animation-image img {
    display: none;
}
.header-animation .header-animation-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.header-animation .header-animation-text {
    position: absolute;
    z-index: 3;
    padding: 25px 20px;
}
.header-animation .header-animation-text h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.header-animation .header-animation-text p {
    font-size: 16px;
    line-height: 1.5;
}
.header-animation .header-animation-image {
    position: absolute;
    z-index: 2;
    background: url(../images/header/fla_carimage.png) no-repeat right bottom;
    width: 929px;
    height: 197px;
}
.header-animation .header-animation-image img {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
}

/*フッター設定*/
#FOOTspc {
	margin-top:15px;
}
#FOOTspc ul.footer {
	float:right;
	font-size:11px;
}
#FOOTspc .footer li {
	display:inline;
}
#FOOTspc .footer li {
	font-size:11px;
	text-align:left;
	padding:5px;
}
#FOOTspc address {
	font-size:11px;
	float:left;
}
#flashHeader {
	clear: both;
	width: 100%;
	height:197px;
	background: url(../images/header/header_back.png) repeat-x left -136px;
	text-align: center;
}
