@charset "utf-8";
/* CSS Document */

.boxSystem{
	margin: 15px 0 15px;
	background: url(../../img/bg_system.gif) repeat-y ;
}

.boxSystem ul {
	margin-left: 13px;
}

.boxSystem li {
	display: inline;
	float: left ;
	width: 204px;
	margin-right: 13px;
	padding: 10px 0;
	line-height:1.3;
}

.boxSystem li img {
	display: block;
	margin-bottom: 4px;
}

.boxKnow {
	margin:25px 0;
	padding-bottom: 10px;
	background: url(../../img/bg_know.gif) no-repeat 0 100%;
}

.boxKnow h2 {
	margin:0 0 10px;
}

.boxKnow .title3rd{
	margin-top: 0;
	margin-bottom: 10px;
	border: 0;
}

.boxKnow ul {
	margin-left: 10px;
}

.boxKnow li {
	display: inline;
	float: left ;
	width: 225px;
	margin-right: 10px;
	line-height:1.3;
}
.boxKnow li.end {
	display: inline;
	float: left ;
	width: 165px;
	margin-right: 10px;
	line-height:1.3;
}

.boxKnow li li {
	float: none;
}

.boxKnow li li a {
	display: block;
	padding: 0 0 5px 6px;
	background: url(../img/icon_arw_gray.gif) no-repeat 0 0.5em;
}

.boxInfo {
	clear: both;
	margin: 25px 0;
}

.boxInfo div {
	width: 325px;
}

.boxInfo h2 {
	margin-bottom: 5px;
}

.boxInfo dt {
	float: left;
	padding: 5px 0 5px 3px;
	width: 6em;
}

.boxInfo dd {
	padding: 8px 0 8px 6.3em;
	background: url(../img/line_dot.gif) repeat-x bottom;
}

.boxInfo dd img {
	vertical-align: middle;
}

.boxCall {
	position: relative;
	clear: both;
	background: url(../../img/bg_call.gif) repeat-y ;
}

.boxCall .img1 {
	position: absolute;
	top: 44px;
	left: 14px;
}

.boxCall .img2 {
	position: absolute;
	top:48px;
	left: 374px;
}

.boxCall .description {
	padding: 30px 310px 20px 160px;
	line-height: 1.3;
}

.boxCall .anchor {
	padding-left: 13px;
	background: url(../img/icon_arw_blue.gif) no-repeat 0 0.2em;
}

