@charset "utf-8";


/* **********************************************************************
 *
 *  index.html
 *
 * **********************************************************************
*/

/* -> ヘッダーエリア
===================================================== */
#header {
	height: 481px;
	background: url(../../img/index/headerBg.jpg) no-repeat;
}

#header h1{
	margin-left: 16px;
	padding-top: 0;
	width: 425px;
	height: 186px;
}

/* -> ヘッダー部分ナビゲーション
===================================================== */
#header .nav ul {
	padding-top: 246px;
	position: relative;
}

/* -> コンテンツエリア
===================================================== */
#article .section {
	margin-top: 55px;
	width: 915px;
}

#article .section img {
	float: left;
	margin-left: 7px;
}

/* -> コンテンツ部分グローバルナビゲーション
===================================================== */
#article .nav {
	margin-top: 60px;
}