@charset "utf-8";

/* ---右エリア内の設定------------------------------------------- */
.line-b-m5 {
	padding:0 0 5px 10px;
	margin:0 0 5px 0;
}

.line-n-m10 {
	padding:0 0 5px 10px;
	margin:0px 0 10px 0;
}
.logo-a-one {
	height: 130px;
	width: 165px;
	float: right;
	padding-bottom: 10px;
}
.dl-box {/* PDFのダウンロードボタン---------------------------*/
	width: 475px;
	padding:0px 15px 0px 15px;
	margin:0px auto 20px auto;
	background-color: #FFEDE1;
	border: 1px solid #FFAA71;
}
.dl-txt {
	width: 330px;
	display: block;
	float:left;
	margin:10px auto 10px auto;
}
.bt-dl1 {
	height: 30px;
	width: 130px;
	float:right;
	margin:12px auto auto auto;
}
.bt-dl1 a {
	height: 30px;
	width: 130px;
	display: block;
	background-image:url(../shared/bt_dl_off.gif);
	background-position:left bottom;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
.bt-dl1 a:hover, .bt-dl1 a:active {
	height: 30px;
	width: 130px;
	display: block;
	background-image:url(../shared/bt_dl_on.gif);
	background-position:left bottom;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
/* 画像ボックスの設定--------------------------------*/
.img-box {
	margin:0px auto 20px 0px;
}
.img-box a {
	text-decoration:underline;
}
.img-box a:hover {
	text-decoration:none;
}

.img-box-left {
	width: 238px;
	float:left;
}
.img-box-left a {
	text-decoration:underline;
}
.img-box-left a:hover {
	text-decoration:none;
}

.img-box-right {
	width: 238px;
	float:right;
}
.img-box-right a {
	text-decoration:underline;
}
.img-box-right a:hover {
	text-decoration:none;
}
.img-cap {
	display: block;
	margin:5px 0 0 5px;
	line-height: 12px;
}
.img-cap img {
	display: inline;
}
