@charset "utf-8";
/* CSS Document */
/*----------------------------------------
body
----------------------------------------*/
_wrapper img {
	float: left;
	padding-bottom: 25px;
}
/*----------------------------------------
other
----------------------------------------*/
.introduction {
	width: 380px;
	float: right;
	padding-left: 20px;
	display: inline;
	margin-bottom:50px;
}
.introduction li {
	margin-bottom: 8px;
	display: block;
}
.introduction li a {
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	color: #000;
}
.introduction li a:hover {
	text-decoration: underline;
}
.answer {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px dotted #395b78;
}
.image a{
	width:300px;
	height:97px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-300px;
	margin-right:20px;
	}
#image1{
	background:url(../images/info/image6.png);
}
#image1:hover{
	background:url(../images/info/image6.png) no-repeat right top;
}
#image2{
	background:url(../images/info/image1.png);
}
#image2:hover{
	background:url(../images/info/image1.png) no-repeat right top;
}
#image3{
	background:url(../images/info/image3.png);
}
#image3:hover{
	background:url(../images/info/image3.png) no-repeat right top;
}
#image4{
	background:url(../images/info/image2.png);
}
#image4:hover{
	background:url(../images/info/image2.png) no-repeat right top;
}
#image5{
	background:url(../images/info/image4.png);
}
#image5:hover{
	background:url(../images/info/image4.png) no-repeat right top;
}
#contents .text {
font-size: 13px;
line-height: 19px;
display: inline;
width: 317px;
}