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

/*-----------------------------------------------------------------------------
 * contents
 *----------------------------------------------------------------------------*/
.box_mimg_in {
	height: 209px;
	width: 680px;
	float: left;
	text-align: center;
}

.box_title_in {
	height: 32px;
	width: 680px;
	float: left;
	margin-top: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #593116;
	margin-bottom: 15px;
}

.container_introduction_in {
	height: auto;
	width: 680px;
	float: left;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

.wrap_introduction_in {
	height: auto;
	width: 420px;
	float: left;
}

.box_intitle_in {
	height: auto;
	width: 370px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #733873;
	margin-bottom: 10px;
}

.box_intext_in {
	height: auto;
	width: 370px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 24px;
}

.box_inimg_in {
	height: auto;
	width: 260px;
	float: left;
	text-align: center;
}

.box_stitle_in {
	height: 36px;
	width: 665px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.box_intitle02_in {
	height: auto;
	width: 580px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #733873;
	margin-bottom: 10px;
}

.box_intext02_in {
	height: auto;
	width: 580px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 24px;
}

.box_inimg02_in {
	height: auto;
	width: 680px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

.box_limg_in {
	height: auto;
	width: 680px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*アルファチャンネル用設定*/
.box_limg_in a:hover img {
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=50);
}