@charset "utf-8";
/* CSS Document */
#wrapper {
	background-image: url(../images/top/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
}
#contents {
	background-image: url(../images/common/body_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	width: 760px;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
}
#main_visual {
	background-image: url(../images/top/main_visual_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
	height: 440px;
}
#main_visual h2 {
	background-image: url(../images/top/main_visual.jpg);
	background-repeat: repeat;
	display: block;
	height: 0px;
	width: 800px;
	padding-top: 440px;
	overflow: hidden;
}
#primary h3 {
	background-image: url(../images/top/top_h3_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 460px;
	padding-left: 40px;
	font-size: 18px;
	line-height: 20px;
	padding-top: 11px;
	margin-bottom: 15px;
}
#primary h4 {
	color: #666;
	font-size: 1.1em;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	margin-left: 10px;
}
.media  {
	font-size: small;
	height: 17em;
	overflow-y: scroll;
	border: 1px solid #CCC;
}
.media em { font-weight: bold; }

