@charset "Shift_JIS";
@import "base.css";

#cont{
	margin:0px auto;
	background-image: url(../img/bg_cont.gif);
	text-align: center;
}
.txt{font-size:12pt; color: #666666; margin-bottom: 10px; margin-top: 10px;line-height:1.6em}

#cont #concept{width:789px; float:left; margin:0;}
#cont #concept #conceptL{float:left; width:358px;}
#cont #concept #conceptL h2{margin-bottom:13px;}

#cont #concept #conceptR{float:right; width:320px; padding-top:30px; font-size:121%; line-height:1.6em;}

#cont .protect {
	width:840px;
	height: 620px;
	position: relative;
	margin: 0 auto;
}
#cont .imgprotect {
	background-image: url(../img/blank.gif);
	background-repeat: repeat;
	height: 620px;
	width: 840px;
	position: absolute;
	left: 0px;
	top: 0px;
}
