@charset "UTF-8";
/* CSS Document */
#header {
	background-image:url(../images/subpage/header_bg.jpg);
	height:195px;
}

#container {
	text-align:center;
}

#header {
	text-align:left;	
}

#title {
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	text-align:left;
}

.contents {
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 10px;
}

#contents h2 {
	background-image:url(../images/subpage/sub_title_bg.jpg);	
	/*height:40px;*/
	color:#fff;
	font-size: 120%;
	padding-left:30px;
	padding-top:10px;
}

.red {
	color: red;
}

.underline {
	text-decoration: underline;	
}