@charset "utf-8";					/*使用する文字コード*/


/*------------------グローバルナビの設定------------------------*/
#h_gnavi{
	background-color:#eeeeee;
	height:322px;
	width:auto;	
	border:0;
	margin:0 auto;
	zoom:100%;
}
#h_gnaviContent{
	background:url(../images/common/gnavi_bg.jpg) repeat-y;
	height:322px;
	width:800px;
	text-align:center;	
	margin:0 auto;
	zoom:100%;
}

#h_gnavi ul{
	height:32px;
	padding-top:0px;
	padding-left:20px;
}

#h_gnavi li{
	float:left;
	border:0;
}


/*　インフォボックスの設定　*/
#infoBox{
width:760px;
height:290px;

border:0;
margin:0 auto;
zoom:100%;
text-align:left;
}

#infoBox p{
padding-top:90px;
padding-left:30px;
line-height:20px;
text-align:left;
}


/*------------------メインコンテンツの設定-------------------------*/

#mainContent_home{
	width:530px;
	height:400px;
	overflow:auto;
	margin-top:30px;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	text-align:left;
}


