@charset "euc-jp";
/* =======================================================
目次
==========================================================

1.体験レポートの設定

/* =======================================================
1.ヘッダーの設定
======================================================= */

body.report div.report_header{
	position				:	relative;
	width					:	820px;
	height					:	215px;
	margin					:	0 0 20px 0;
	background				:	url(../image/bg_report_header_01.jpg) 0 bottom no-repeat;
}

body.report div.report_header h2{
	margin					:	0 0 0 13px !important;
	padding					:	0 !important;
	border-bottom			:	none !important;
	background				:	none !important;
}

body.report div.report_header_2 h2{
	margin					:	0 0 20px 0 !important;
	border-bottom			:	none !important;
	background				:	none !important;
}

body.report div.report_header p.read_txt_01{
	margin					:	0 0 0 13px;
	padding					:	30px 0 0 0;
}

body.report div.report_header div.read_txt_02{
	width					:	644px;
}

body.report div.report_header div.read_txt_02 p{
	margin					:	6px 13px 0 13px;
}

body.report div.report_header img.uma36_img{
	position				:	absolute;
	right					:	0;
	bottom					:	0;
}

/* =======================================================
2.レポート文の設定
======================================================= */

body.report div.report_box{
	margin					:	0 0 20px 0;
}

body.report div.report_box h3{
	margin					:	0 0 12px 0;
}

body.report div.report_box p{
	text-indent				:	1em;
}

body.report div.left_box{
	float					:	left;
}

body.report div.right_box{
	float					:	right;
}

body.report div.txt{
	width					:	439px;
}

body.report div.photo{
	width					:	371px;
}

/* =======================================================
3.プロフィールの設定
======================================================= */
body.report div.profile_box{
	border					:	1px solid #333;
	margin					:	0 0 20px 0;
	padding					:	6px;
}

body.report div.profile_box img{
	float					:	left;
	margin					:	0 6px 0 0;
}

body.report div.profile_box dl dt{
	margin					:	0 0 6px 0;
	font-size					:	14px;
	font-weight					:	bold;
}

/* =======================================================
4.ページ送りボタンの設定
======================================================= */

body.report div.page_box{
	text-align					:	center;
}

body.report div.page_box p.next a{
	display						:	block;
	width						:	140px;
	height						:	25px;
	margin						:	0 auto;
	background					:	url(../image/btn_report_next.gif) 0 0 no-repeat;
}

body.report div.page_box p.next a:hover, 
body.report div.page_box p.next a:active{
	background-position		:	0 -25px;
}

body.report div.page_box p.prev a{
	display						:	block;
	width						:	140px;
	height						:	25px;
	margin						:	0 auto;
	background					:	url(../image/btn_report_prev.gif) 0 0 no-repeat;
}

body.report div.page_box p.prev a:hover, 
body.report div.page_box p.prev a:active{
	background-position		:	0 -25px;
}