@charset "UTF-8";
/* CSS Document */

/*--------------------------
　「ＧＨＦ」共有レイアウト
---------------------------*/

/*◆ヘッダー*/
#header{
	margin-bottom:40px;
	overflow:hidden;
	_height:1%;
}

#header h1{
	margin-bottom:10px;
	float:left;
}

#header p{
	margin-bottom:10px;
	float:right;
}

/*◆グローバルナビ*/
#gnavi{
	clear:both;
	overflow:hidden;
	_height:1%;
}

#gnavi li{
	padding-right:6px;
	background:url(../images/gnavi_line.gif) right top no-repeat;
	float:left;
}

#gnavi li.last{
	padding-right:0;
	background-image:none;
}

/*◆サブナビ*/
#snavi{
	margin-top:-4px;
	padding-top:7px;
}

#snavi li{
	display:inline;
	padding-right:2px;
}

/*◆メインコンテンツエリア*/
#main{
	width:730px;
	margin:0 55px 40px 55px;
}

/*◆ページヘッダー*/
#phead{
	margin-bottom:20px;
	overflow:hidden;
	_height:1%;
}

#phead h2{
	float:left;
}

#phead h3{
	float:right;
}

#ptitle{
	margin-bottom:20px;
}

/*◆リード文*/
#lead{
	margin-bottom:30px;
}


/*◆本文*/
p.article{
	margin-bottom:1.5em;
	line-height:1.75;
}
