
/*
==================================================================
FURO_SYOUKAI
==================================================================
*/

.furo_box {
	width: 560px;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
	text-align: left;
	margin: 0px 20px 0px 20px;
}

/* 序文 */

.furo_top_text {
	margin: 10px 0px 0px 0px;
}

/* タイトルバー */

.furo_title_bar {
	width: 560px;
	height: 30px;
	background: url("./image/furo_title_bar.jpg") no-repeat;
	margin: 20px 0px 0px 0px;
}

.furo_title_text {
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0px 0px 0px 35px;
}

/* 画像 */

.furo_img_box {
	width: 560px;
	font-size: 0px;
	margin: 10px 0px 0px 0px;
}

/* 画像(1) */

.furo_img_left {
	float: left;
	width: 274px;
	text-align: center;
}

/* 画像(2) */

.furo_img_right {
	float: right;
	width: 274px;
	text-align: center;
}

/* 画像名 */

.furo_img_name {
	font-size: 12px;
	line-height: 18px;
	margin: 3px 0px 0px 0px;
}

/* 点線 */

.furo_line {
	font-size: 0px;
	margin: 10px 0px 0px 0px;
}

/* 本文 */

.furo_text {
	margin: 10px 0px 0px 0px;
}

/* ページの先頭へ */

.furo_page_top {
	width: 100px;
	margin: 10px 0px 0px 460px;
}

.furo_page_td1 {
	width: 87px;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
}

.furo_page_td1 a:link {
	color: #990000;
	text-decoration: underline;
}

.furo_page_td1 a:active {
	color: #990000;
	text-decoration: underline;
}

.furo_page_td1 a:visited {
	color: #990000;
	text-decoration: underline;
}

.furo_page_td1 a:hover {
	color: #990000;
	text-decoration: underline;
}

.furo_page_td2 {
	width: 13px;
	font-size: 0px;
	text-align: right;
}

