/* 共通の設定 */

h1 {
	display:block;
	width:690px;
	height:230px;
	margin-bottom:20px;
	background:url(top.jpg) left top no-repeat;
	text-indent:-9999px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:17px;
}

h3 {
	font-size:14px;
	color:#171C61;
	font-weight:normal;
	margin-bottom:10px;	
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;	
}

.section {
	width:644px;
	margin-bottom:2em;
	padding:0 23px 2em;
	border-bottom:#CCC 1px dashed;
}

/* バナー表示 */
.banner a {
	display:block;
	width:630px;
	height:210px;
	margin: 0 auto 1em;
}
.section .banner a img {
	width:100%;
	height:auto;
}

div.pageLink {
	font-size:12px;
	text-align:center;
	margin:2em 0;
}
	div.pageLink ul {
		width:570px;
		margin:0 auto;
		text-align:center;
	}
	 /* pageLink内のリンクボタンを設定する */
	div.pageLink ul li { /* 共通の設定 */
		list-style:none;
		float:left;
		display:block;
		width:120px;
		height:115px;
		margin-right:30px;
	}
	div.pageLink ul li.link4 {
		margin-right:0;
	}
	div.pageLink ul li a { /* 共通の設定 */
	}
	div.pageLink ul li img {
		width:100%;
		height:auto;
	}

/* 各ページの背景 */
div.saigen1,
div.saigen2,
div.saigen3,
div.saigen4 {
	width:670px;
	margin:0 auto 3em auto;
	padding:1em 15px 3em 15px;
	border-radius:4px;
}
div.saigen1 { /* 京芸 */
	background-color:#e2dff0;
}

div.saigen2 { /* 国公立 */
	background-color:#E8F0C5;
}

div.saigen3 { /* 私大 */
	background-color:#FFFBC5;
}

div.saigen4 { /* 美術系高校 */
	background-color:#D3EDF9;
}

table.Gallery img {
	border:#CCC 1px solid;
	margin-bottom:0.5em;
}

p.para1 {
	font-size:10pt;
	margin-bottom:1.5em;	
}

/* tableによるレイアウトからdivによるレイアウトに移行 */

.item_wrap, /* 再現作品が横３つ並び これが基本 */
.kyogei_wrap { /* 京芸レイアウトはkyogei_wrapを使う */
	width:670px;
	float:left;
}

.item_wrap_2row { /* 再現作品が横２つ並び */
	width:441px;
	float:left;
}

.item_wrap_1row { /* 再現作品が横１つ並び */
	width:212px;
	float:left;
}

.kyogei_item { /* 京芸の再現作品が入る */
	width:322px;
	padding:2px;
	float:left;
}

.item { /* その他の再現作品が入る */
	width:212px;
	float:left;
}

.left { /* itemの左側divから順にmargin-rightを取る */
	margin-right:17px;
}

.kyogei_item img,
.item img { /* 再現作品ギャラリーの時は画像にボーダーを付けている */
	border:#CCC 1px solid;
	margin-bottom:0.5em;
}

.kyogei_item p { /* 点数、コメントの段落 */
	margin-bottom:1em;
}



/* tableによるレイアウトはやめる */
/* けど京芸再現がまだtable使ってるのでコメントアウトしない */

table.Gallery {
	margin-bottom:3em;
}

table.Gallery td {
	vertical-align:top;
}