/* CSS Document */
#title h2 {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 265px;
	width: 100%;
	overflow: hidden;
}
.contents1 ,
.contents2 {
	margin-bottom: 30px;
}

.contents1:after ,
.contents2:after ,
.contents2 .box:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.contents1 h2 {
	background-image: url(../images/h2_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 55px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.contents1 p ,
.contents2 p {
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
}
.contents1 img {
	margin-bottom: 15px;
}

.contents1 .flr {
	margin-left: 15px;
}
.contents2 h2 {
	background-image: url(../images/h2_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 75px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.contents2 .box {
	margin-top: 20px;
}
.contents2 .box .flr {
	width: 240px;
	margin-left: 15px;
	padding: 2px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
}
.contents2 .box .flr img {
	width: 100%;
	height:auto;
}
.contents2 h3 {
	margin-bottom: 15px;
}
