/*==============================
	base
==============================*/
a {
	color:					#000000;
	text-decoration:		none;
}
a:hover {
	color:					#000000;
	text-decoration: 		underline;
}
body{
	font-family:			'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:					#000000;
	background:				#f0f0e2;
}
div#container {
	margin:					0 auto;
	width:					820px;
	background:				url(../img/bg.jpg);
}
	div#header {
		width:				820px;
		height:				470px;
		background:			url(../img/header.jpg);
		margin-top:			30px;
	}
		div#header h1 {
			visibility:		hidden;
		}
		div#sample {
			margin:			405px 0 0 50px;
		}
	div#intro {
		width:				820px;
		height:				310px;
		background:			url(../img/intro.jpg);
	}
		div#intro p {
			padding-top:	160px;
			text-align:		center;
		}
	div#information {
		margin:				-10px 0 0 120px;
	}
		p#jacket {
			margin:			0 40px 0 0;
			float:			left;
		}
			p#jacket img {
				border:		1px solid #d6d6d6;
			}
		div#h2 {
			padding-top:	25px;
			font-weight:	bold;
		}
			span#h2_1 {
				font-size:		200%;
			}
			span#h2_2 {
				font-size:		120%;
				margin-left:	15px;
		}
		div#information p {
				font-size:		90%;
				margin-bottom:	10px;
		}
		div#information dl {
				font-size:		90%;
				margin-bottom:	5px;
		}
			div#information dt {
				font-weight:		bold;
				float:				left;
				width:				75px;
				margin-bottom:		5px;
			}
			div#information dd {
				margin-bottom:		-7px;
				margin-left:		75px;
			}
			div#information dd#dd_small {
				font-size:		80%;
			}
		.clear {
			clear:			both;
		}
table {
	font-size:				90%;
	margin:					65px 0 60px 120px;
}
	table colgroup#table_1 {
		width:				60px;
	}
	table colgroup#table_2 {
		width:				160px;
	}
	table colgroup#table_3 {
		width:				160px;
	}
div#staff {
	clear:					both;
	padding:				0px 0 10px 0;
	font-size:				80%;
}
	div#staff dl {
		margin:				0 0 0 0px;
	}
	div#staff dl dt {
		font-weight:		bold;
		margin-bottom:		-10px;
	}
	div#staff dl dd {
		margin:				0 0 -10px 10px;
	}
	div#staff dl dd.margin1 {
		margin-bottom:		32px;
	}
	div#staff dl dd.margin2 {
		margin-bottom:		2px;
	}
		div#staff1 {
			margin-left:	180px;
			margin-bottom:	30px;
		}
		div#staff2 {
			margin-left:	180px;
		}
		div#staff dl.dl_left {
			width:			220px;
			float:			left;
		}
		div#staff dl.dl_right {
			width:			220px;
			margin-left:	320px;
		}

	div#banner {
		clear:				both;
		padding-top:		60px;
	}
		div#banner p {
			text-align: 	center;
		}
		div#banner p img {
			margin-bottom:	20px;
		}
div#footer {
	text-align:				center;
	font-size:				90%;
	margin:					20px 0;
}
