@charset "UTF-8";
/* トップページ */ 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, Verdana, sans-serif;
	line-height: 19px;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #03C;
}
a:active {
	text-decoration: none;
}

/* ヘッダ部 */ 
#header {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:42px;
	z-index:1;
	background-color: #014CD9;
	margin: 0px 0px 0px 0px;
}
#footer {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:48px;
	z-index:3;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#hdareaa {
	position:relative;
	left:0px;
	top:0px;
	width:1075px;
	height:42px;
	margin:0px auto;
	z-index:4;
}
#hdmenu {
	position:relative;
	left:0px;
	top:0px;
	width:975px;
	height:42px;
	z-index:4;
	float: left;
	background-image: url(../img/menua.jpg);
}
#hdleft {
	position:relative;
	left:0px;
	top:0px;
	width:50px;
	height:42px;
	z-index:4;
	float: left;
	background-image: url(../img/m_left.jpg);
}
#hdright {
	position:relative;
	left:0px;
	top:0px;
	width:50px;
	height:42px;
	z-index:4;
	float: right;
	background-image: url(../img/m_right.jpg);
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:166px;
	z-index:5;
}
#menu1 {
	position:absolute;
	left:160px;
	top:0px;
	width:auto;
	height:43px;
	z-index:4;
}
#menu2 {
	position:absolute;
	left:443px;
	top:0px;
	width:auto;
	height:43px;
	z-index:4;
}
#menu3 {
	position:absolute;
	left:285px;
	top:0px;
	width:auto;
	height:43px;
	z-index:4;
}
#menu4 {
	position:absolute;
	left:640px;
	top:0px;
	width:auto;
	height:43px;
	z-index:4;
}
#menu5 {
	position:absolute;
	left:802px;
	top:0px;
	width:auto;
	height:43px;
	z-index:4;
}
#ftleft {
	position:absolute;
	left:-50px;
	top:0px;
	width:50px;
	height:48px;
	z-index:4;
	background-image: url(../img/ftleft.png);
}
#ftright {
	position:absolute;
	left:975px;
	top:0px;
	width:50px;
	height:48px;
	z-index:4;
	background-image: url(../img/ftright.png);
}

/*Leftbody*/

#copy {
	position:absolute;
	left:262px;
	top:28px;
	width:439px;
	height:20px;
	z-index:4;
	font-size: 10px;
	color: #000;
	text-align: center;
}
