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

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1020px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	background-image: url(../images/gallery/gallery-head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 556px;
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	padding-top: 30px;
	text-align: left;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 687px;
	padding-bottom: 80px;
}
#main ul {
	margin-top: 20px;
	margin-left: 20px;
}
#main ul li {
	float: left;
	width: 200px;
	height: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}


/*h2タグ設定*/
#main h2 {
	font-size: 18px;		/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 664px;
	line-height: 35px;
	height: 45px;
	overflow: hidden;	/*背景画像の読み込み*/
	background-image: url(../images/h2-haikei.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
