@charset "UTF-8";



/* 1.ページ全体のCSS
------------------------------------------------------------------------- */
*{
	margin:0; padding:0;
}

body{
	background-color:#efefef;
	text-align:center;
	font-size:75%;
	font-family:"MS P Gothic","ＭＳ Ｐゴシック",Osaka,Verdana,Arial, Helvetica, sans-serif;
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	color:#4888cd;
	outline:none;
	text-decoration:none;
}

a:hover{
	color:#ff6600;
	text-decoration:underline;
}

p{
	color:#252525;
}

ul{
	list-style:none;
}

.clear{
	clear:both;
}

div{ border: 0px solid #880000; }

.floatleft{
	float:left;
}

.floatright{
	float:right;
}


/* 全体枠
------------------------------------------------------------------------- */
#wrapper{
	width:940px;
	margin:0 auto;
	/* text-align:left; */
	text-align:center;
	position:relative;
	background:url(../img/bg_shadow.jpg) 0 0 repeat-y;
}

#container{
	width:884px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
}

/* 2.ヘッダ
------------------------------------------------------------------------- */
#header{
	width:884px;
	height:137px;
	margin-bottom:15px;
}

#tagline{
	width:884px;
	padding: 5px 0;
}

#header p{
	width:530px;
	font-size:11px;
	float:left;
	padding-top:2px;
	padding-left:5px;
}

#headerlink{
	text-align:right;
	width:330px;
	float:right;
}

#headerlink a{
	color:#1c368c;
}


#header h1 a{
	clear:both;
	float:left;
	width:270px;
	height:57px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.gif) 0 0 no-repeat;
}

#headinq{
	float:right;
	width:480px;
	height:57px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/headinq.gif) 0 0 no-repeat;
}

#gnavi{
	clear:both;
	width:884px;
	height:54px;
	padding-top:5px;
	_margin-top:3px;
	_padding-top:0px;	
}

#header ul{
	list-style:none;
}

#header li{
	float:left;
}

#header ul li a{
	display:block;
	height:54px;
	text-indent:-9999px;
	overflow:hidden;
}

#header ul li a:hover{
	display:block;
	height:54px;
	text-indent:-9999px;
	overflow:hidden;
}

.gnavi01{
	width:51px;
	height:54px;
}
.gnavi01 a{
	background:url(../img/gnavi01.gif) 0 0 no-repeat;
}
.gnavi01 a:hover{
	background:url(../img/gnavi01.gif) 0 -54px no-repeat;
}

.gnavi02{
	width:166px;
}
.gnavi02 a{
	background:url(../img/gnavi02.gif) 0 0 no-repeat;
}
.gnavi02 a:hover{
	background:url(../img/gnavi02.gif) 0 -54px no-repeat;
}

.gnavi03{
	width:166px;
}
.gnavi03 a{
	background:url(../img/gnavi03.gif) 0 0 no-repeat;
}
.gnavi03 a:hover{
	background:url(../img/gnavi03.gif) 0 -54px no-repeat;
}

.gnavi04{
	width:166px;
}
.gnavi04 a{
	background:url(../img/gnavi04.gif) 0 0 no-repeat;
}
.gnavi04 a:hover{
	background:url(../img/gnavi04.gif) 0 -54px no-repeat;
}

.gnavi05{
	width:166px;
}
.gnavi05 a{
	background:url(../img/gnavi05.gif) 0 0 no-repeat;
}
.gnavi05 a:hover{
	background:url(../img/gnavi05.gif) 0 -54px no-repeat;
}

.gnavi06{
	width:169px;
}
.gnavi06 a{
	background:url(../img/gnavi06.gif) 0 0 no-repeat;
}
.gnavi06 a:hover{
	background:url(../img/gnavi06.gif) 0 -54px no-repeat;
}



/* フッタ
------------------------------------------------------------------------- */
#footer{
	width:884px;
	height:111px;
	text-align:center;
	background:url(../img/footer_base.jpg) 0 0 no-repeat;
	margin-top:30px;
}

#footer ul{
	padding:10px 0 0 75px;
	list-style:none;
}

#footer li{
	float:left;
	background:url(../img/footer_line.gif) top right no-repeat;
	padding:0 10px;
}

#footer li a{
	color:#FFFFFF;
}

#footer li.footer_last{
	background:none;
}

#footer p{
	clear:both;
	color:#FFFFFF;
	padding-top:10px;
}

#foot_banner{
	text-align:center;
	margin:16px auto 0 auto;
	width:828px;
	height:31px;
}

.banners{
	float:left;
	padding-right:4px;
	width:88px;
	height:31px;
}

.pagetop{
text-align:right;
margin-top:10px;
margin-right:20px;
}

#tagline p{
font-size:11px;
}
