@charset "utf-8";
/* CSS Document */

body {
	color:#444;
	text-align:center;
	_border-top:5px solid #006eff; /* IE6 */
}

a:link, a:visited {
	color:#006eff;
	text-decoration:underline;
}

a:hover {
	color:#f00;
	text-decoration:none;
	font-size: 100%;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

div#container {
	width:900px;
	margin:0 auto;
	height: auto;
}


/*　ヘッダー　*/

div#header {
	width:auto;
	height:100px;
}

div#header h1 {
	width:407px;
	height:50px;
	float:left;
	margin-top:10px;
} 

div#header form {
	width:280px;
	float:left;
	margin:10px 0 0 20px;
	font-size:120%;
}

div#header form input.txt {
	border:1px solid #999;
	height:18px;
	padding:1px;
}

div#headerright {
	width:168px;
	float:right;
	margin-top:4px;
}


/*　Gナビ　*/

div#navi {
	width: 900px;
	height: 42px;
	font-size:120%;
	text-align:center;
	padding-left: 10px;
}

ul#nav {
	width: 900px;
	margin: 0 auto;
	line-height: 1;
	position: relative;
	text-align: left;
}

ul#nav li {
	float: left;
	position: relative;
}

ul#nav ul {
	width: 144px;
	display: none;
	position: absolute;
	top: 42px;
	left: 0px;
}

* html ul#nav ul {
	line-height: 0
}

ul#nav ul li {
	float: none
}

ul#nav ul ul {
	left: 121px;
	top: 0px;
}

ul#nav ul a {
	display: block;
	width: 132px;
	filter: alpha(opacity=90);
	color: #fff;
	line-height: 1;
	border-bottom:1px solid #fff ;
	zoom: 1;
	opacity: 0.9;
	background: #06F;
	padding: 6px;
}

ul#nav ul a.hover {
	background: #F30;
}



/*　フッター　*/

div#footer {
	clear:both;
	width:auto;
	padding:20px;
	background:#006EFF;
	margin-top:30px;
	color:#FFF;
} 

div#footer ul li {
	background:url(../img/common/yaji2.gif) no-repeat;
	margin:10px;
	padding-left:15px;
	display:inline;
	font-size:120%;
}

div#footer a:link,
div#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

div#footer a:hover {
	color: #FC0;
	text-decoration: underline;
}

div#footer p {
	text-align:center;
	font-size:110%;
	margin-top:15px;
}
