@charset "utf-8";

/* CSS Document */

body {
	color: #333333;
	background: #F2F0CC;
}
#page {
	background: #FFFFFF;
	margin: 0px auto;
	width: 900px;
}
#header {
	height: 100px;
	background: url(images/11_maintitle.gif) no-repeat;
}
#header h1{
	text-align: center;
	line-height: 90px;
	font-size: 2.5em;
	font-weight: bold;
}
#contents {
	padding-bottom: 20px;
	padding-top: 34px;
}

#contents h2 {
	margin-left: 40px;
}
#contents dl {
	width: 230px;
	float: left;
	padding-top: 30px;
	padding-left: 53px;
}
#contents dt {
	margin-bottom: 5px;
}

#contents dt img {
	height: 280px;
	width: 220px;
	border: 4px solid #CAE1A4;
	padding: 1px;
}
#contents dd {
	background: url(images/11_mark_icon.png) no-repeat left bottom;
	padding-left: 33px;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 14px;
	line-height: 1em;
	padding-top: 5px;
}
#footer {
	clear: both;
	background: #DDD87B;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer address {
	text-align: center;
}

