@charset "shift_jis";
/* CSS Document */

*{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	;}


body{
	margin:0px;
	font-size:16px;
	line-height:24px;

}

img{
	border:0px;
}

.clear{
	clear:both;
}

#wrapper{
	width:980px;
	margin:0 auto;
	background-color:#FFFFFF;
	height: 100%;   
 	overflow: auto;
	border-left:solid 1px #2c399a;
	border-right:solid 1px #2c399a;
	}

h1{
	font-size:12px;
	font-weight:normal;
	margin:0px;
	color:#666;
	padding-bottom:3px;
	margin:0 auto;
	padding-bottom:8px;
}

/*ヘッダ*/

#header{
	background-image:url(../img/common/h-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:143px;
}

#header .logo{
	margin-left:10px;
	float:left;
	width:260px;
}


	#header .logo a{
		width:250px;
	}
	
#header p{
	float:left;
	width:450px;
	margin:0px;
	padding-top:8px;
}


/*グローバルナビ*/

#header ul{
	width:965px;
	margin:0px auto;
	padding:10px 0 0 0;
}

#header li{
	float:left; 
	margin:0px; 
	padding:0px;
	list-style:none;
	}

#header li a{
	display:block;
	margin-top:0px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	height:44px;
}

#gn-top a       {width:138px;background:url("../img/common/gn-nav.gif") 0 0 no-repeat;}
#gn-kodawari a	 {width:137px;background:url("../img/common/gn-nav.gif") -138px 0 no-repeat}
#gn-about a		 {width:138px;background:url("../img/common/gn-nav.gif") -275px 0 no-repeat}
#gn-flow a    {width:139px;background:url("../img/common/gn-nav.gif") -413px 0 no-repeat}
#gn-results a    {width:136px;background:url("../img/common/gn-nav.gif") -552px 0 no-repeat}
#gn-company a     {width:139px;background:url("../img/common/gn-nav.gif") -688px 0 no-repeat}
#gn-contact a     {width:135px;background:url("../img/common/gn-nav.gif") -827px 0 no-repeat}

#gn-top a:hover 	  {background-position:0 -48px;}
#gn-kodawari a:hover  {background-position:-138px -48px;}
#gn-about a:hover	  {background-position:-275px -48px;}
#gn-flow a:hover      {background-position:-413px -48px;}
#gn-results a:hover   {background-position:-552px -48px;}
#gn-company a:hover   {background-position:-688px -48px;}
#gn-contact a:hover   {background-position:-827px -48px;}


#gn-top a.on 	  {background-position:0 -96px;}
#gn-kodawari a.on   {background-position:-138px -96px;}
#gn-about a.on 	  {background-position:-275px -96px;}
#gn-flow a.on       {background-position:-413px -96px;}
#gn-results a.on    {background-position:-552px -96px;}
#gn-company a.on    {background-position:-688px -96px;}
#gn-contact a.on    {background-position:-827px -96px;}



#content{
	width:960px;
	margin:0 auto;
}

#content h2{
	margin:0px;
	padding-bottom:15px;
}

#footer-nav ul{
		width:558px;
		margin:0 auto;
		padding:15px 0 0 0;
}

#footer-nav li{
		float:left;
		list-style:none;
		padding-right:10px;
}

#footer-nav li a{
}



/*フッタ*/

#footer{
	background-color:#26338f;
	bottom:0px;
	margin:0 auto;
	padding:15px 0;
	width:980px;
	clear:both;
}

.footer{
width: 855px;   
	color:#a1b0e1;
margin:0 auto;

}

#footer .name{
	float:left;
	width:168px; 
	font-size:1.2em; 
	font-weight:bold;
	margin-top:8px;
}

#footer .address{
	float:left; 
	width:343px;
}

#footer .copy{
	font-size:12px;
	text-align:right;
	margin-top:8px;
	width:340px;
	float:right;
}


