@charset "UTF-8";

/*side-title
---------------------------------------------*/
.side-title {
	width: 211px;
	height: 60px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	text-indent: 40px;
	line-height: 60px;
	letter-spacing: 0.1em;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #696968;
}
.side-title#installation {
	background: url(../images2/side-icon04.gif) no-repeat 10px 16px #696968;
}
/*content
---------------------------------------------*/
#content {
	margin-bottom: 100px;
	text-align: left;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*hr
---------------------------------------------*/
#content hr {
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px solid #B1AFA6;
}
/*section
---------------------------------------------*/
#content .section {
	clear: both;
	width: 710px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
#content .section#last {
	clear: both;
	margin-top: 300px;
}
/*H
---------------------------------------------*/
#content h2 {
	clear: both;
	width: 752px;
	height: 71px;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	line-height: 71px;
	letter-spacing: 0.1em;
	text-indent: 20px;
	border: 2px solid #E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F3F2EA;
}
#content h2 span {
	margin-left: 20px;
	color: #808080;
	font-size: 17px;
	letter-spacing: 0;
}
#content .section h3 {
	clear: both;
	height: 25px;
	margin: 30px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-indent: 10px;
	letter-spacing: 0.1em;
	border-left: 5px solid #333333;
}
#content .section h4 {
	clear: both;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #696969;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.contents_box {
	clear: both;
	margin-bottom: 20px;
}
.contents_box:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*float
---------------------------------------------*/
.clearfix {
	clear: both;
	display: block;
}
.floatR {
	float: right;
	margin-left: 5px;
}
.floatL {
	float: left;
	margin-right: 5px;
}
