/*------------------------------
メインイメージエリアとお問い合わせエリア
---------------------------------*/
.EyeCatch{
	clear:both;
	background:url(../images/topics/main_i.jpg) no-repeat right top;
	width:1000px;
	height:142px;
	margin:0 auto 10px;
}
.EyeCatch section {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:rgb(99,161,242) url(../images/common/contact_bg.gif) repeat-x;
	width:200px;
	height:142px;
	border : 5px solid rgb(255,255,255);
	box-shadow:0 2px 2px #aaaaaa;
}
.EyeCatch section h3{
	background:url(../images/common/contact_h3.gif) no-repeat ;
	text-indent:-9999em;
	color:rgba(239,235,224,0);
	width:176px;
	height:50px;
	margin:14px auto 8px;
}
.EyeCatch section a{
	background:url(../images/common/contact_bt.gif);
	display:block;
	width:180px;
	height:43px;
	margin:0 auto;
	text-indent:-9999em;

}
.EyeCatch section a:hover{
	background-position:0 43px;
}
/*------------------------------
右のメインコンテンツ
---------------------------------*/
#RightCon2{
	float:right;
	width:768px;
	background:rgb(255,255,255);
}
#paper2{
	clear: both;
	padding:16px 20px 20px;
}
/*------------------------------
コンテンツエリア
---------------------------------*/
.content #RightCon2 h3 {
	font-weight: normal;
	background:url(../images/common/h3_icon.gif) no-repeat 0 3px;
	border-bottom:dashed 1px rgb(102,102,102);
	font-size:16px;
	margin-bottom: 18px;
	padding: 2px 0 2px 30px;
	clear:both;
}
.content #RightCon2 #paper2 h4.komidashi{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/service/h4_bg.gif) no-repeat;
	height:34px;
	padding:4px 0 4px 30px;
	font-weight:normal;
	margin-bottom:20px;
}
.content #RightCon2 #paper2 article p{
	margin-bottom:20px;
	padding:0 10px;
}
.content #RightCon2 #paper2 article ul{
	margin-bottom:30px;
	padding:0 10px;
}
.content #RightCon2 #paper2 article ul li{
	list-style:inside circle;
	text-indent:-2em;
	margin: 0 0 8px 40px;
}
.content #RightCon2 #paper2 article dl{
	width:96%;
	margin:0 auto 30px;
}
.content #RightCon2 #paper2 article dl dt{
	margin-bottom:10px;
	font-weight:bold;
	border-bottom: 1px dashed rgb(102,102,102);
}
.content #RightCon2 #paper2 article dl dd{
	margin:0 0 30px 0;
}
