@charset "utf-8";
/* style.css ↓↓-----------------------------------------------------------------------------------------------------------------------------*/


/*トップイメージ↓↓-----------------------------------------------------------------------------------------------------------------------------*/

#topImg {
	width: 900px;
	height: 320px;
	position: relative;
	padding: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h2 {
	text-indent: -9999px;
	width: 900px;
/*	height: 290px; */
	margin: 0px;
	padding: 0px;
/*	background-image: url(common/images/topimage_01.jpg); */
	background-repeat: no-repeat;

}

.contents-text {
	width: 610px;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 22px;
}

.contents-text a:link {
	text-decoration: underline;
	color: #606;
}

.contents-text a:visited {
	text-decoration: underline;
	color: #606;
}

.contents-text a:hover {
	text-decoration: underline;
	color: #93F;
}

.contents-text a:active {
	text-decoration: underline;
	color: #93F;
}

/*トップイメージ↑↑-----------------------------------------------------------------------------------------------------------------------------*/

/*infomation↓↓-----------------------------------------------------------------------------------------------------------------------------*/

h3 {
	background-image: url(common/images/bar_01.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 630px;
	line-height: 40px;
	text-align: left;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	color: #982e73;
}
.info {
	width: 630px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.info dl {
	width: 630px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
.info dl dt {
	float: left;
	clear: both;
	background-image: url(common/images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: auto;
}

.info dl dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #982e73;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 190px;
	display: inherit;

}

/*infomation↑↑-----------------------------------------------------------------------------------------------------------------------------*/

.info dl dd a:link {
	text-decoration: underline;
	color: #606;
}

.info dl dd a:visited {
	text-decoration: underline;
	color: #606;
}

.info dl dd a:hover {
	text-decoration: underline;
	color: #93F;
}

.info dl dd a:active {
	text-decoration: underline;
	color: #93F;
}
