@charset "UTF-8";
/* CSS Document */
html {
	width:100%;
/*	overflow : scroll;
	overflow:-moz-sclollbars-vertical;
	overflow-x:scroll;*/
}

body {
	font-size:82%;
	line-height:137%;
	text-align:center;
	height:100%;
	color:#666;
	background-color:#fff;
}

/* ancher */

a {
	color:#666;
}

a img {
	border:0px solid #FFF;
}


/*heading*/
h1 {
	width:500px;
	height:90px;
}

h1 > a {
	width:380px;
	height:103px;
	display:block;
	text-indent:-2000px;
}

/* navigation */
/* navigation */
ul#nav li {
	width:133px;
	height:33px;
}

ul#nav li a {
	display:block;
	height:33px;
	text-indent:-2000px;
}

.ul_last{
	display:block;
	width:133px;
}

li#menu-home{ position:absolute;
	left:5px;
	width:133px;
	z-index:40;
}

li#menu-first{ position:absolute;
	left:125px;
	width:133px;
	z-index:50;
}

li#menu-inquiry{ position:absolute;
	left:246px;
	width:133px;
	z-index:20;
}

li#menu-attention{ position:absolute;
	left:367px;
	width:133px;
	z-index:10;
}

li#menu-home a {
		background-image:url("img/menu-home.gif");
		 background-repeat:no-repeat;
}

li#menu-home a:hover {
	background-image:url("img/menu-home-hover.gif");
	background-repeat:no-repeat; 
}

li#menu-first a {
	background-image:url("img/menu-first.gif");
	background-repeat:no-repeat;	
}

li#menu-first a:hover {
	background-image:url("img/menu-first-hover.gif");
	background-repeat:no-repeat;
}

li#menu-inquiry a {
	background-image:url("img/menu-inquiry.gif");
	background-repeat:no-repeat;

}

li#menu-inquiry a:hover {
	background-image:url("img/menu-inquiry-hover.gif");
	background-repeat:no-repeat;
}

li#menu-attention a {
	background-image:url("img/menu-attention.gif");
	background-repeat:no-repeat;
}

li#menu-attention a:hover {
	background-image:url("img/menu-attention-hover.gif");
	background-repeat:no-repeat;
}

li#menu-link a {
	background-image:url("img/menu-link.gif");
 background-repeat:no-repeat;
}

li#menu-link a:hover {
	background-image:url("img/menu-link-hover.gif");
 background-repeat:no-repeat;
}

ul.footer-nav {
	background-color:#ff5589;
}

ul.footer-nav li {
	font-size:69%;
	line-height:126%;
	color:#fff;
	display:inline;
}


/* blocks */
#container {
	clear:left;
	width : 950px;
	min-height:100%;
	margin :auto;
	text-align:left;
}

/*ヘッダ*/
#header {
	position:absolute;
	top:10px;
	width:950px;
	height:132px;
	background-color:#FF6e9f;
	background-image:url(img/headder.jpg);
}

#header div#banner {
	position:absolute;
	left:459px;
	top:26px;
	width:468px;
	height:60px;
}

#banner a{
		display:block;
		width:468px;
		height:60px;
}


#header ul#nav {
	position:absolute;
	top:99px;
	left:450px;
	width: 502px;
	height: 34px;
}

/*コンテンツ*/
#contents{
	margin-top:152px;
	text-align:left;
}

/*フッタ*/
#footer {
	clear:both;
	text-align:center;
}

/*汎用*/
.clear{
	clear:both;
	_height:1%;
}

/*フォーム*/
input[type=submit]{
	cursor:pointer;
}

/*IE6用*/
#ie6{
	display:none;
}
#ie6_alert{
	display:none;
}

