@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.gray {
	color:#999;
}
.red {
	color:#ff6666;
}
.wine {
	color:#902020;
}
.brown {
	color:#a07070;
}
/* テキストリンク */
a:link {
	color:#b07070;
	text-decoration:none;
}
a:visited {
	color:#c09090;
	text-decoration:none;
}
a:hover {
	color:#902020;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.f_navi a:link {
	color:#999;
	text-decoration:none;
}
.f_navi a:visited {
	color:#999;
	text-decoration:none;
}
.f_navi a:hover {
	color:#902020;
	text-decoration:none;
}
.f_navi a:active {
	color:#f00;
	text-decoration:none;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
	background-color:#e6f6f6;
}
/* コンテナの設定*/
#container {
	width:900px;
	text-align:left;
	background-color:#fff;
	margin:0 auto;
}
/* ページトップの設定 */
.pagetop {
	float:right;
	width:113px;
	height:21px;
	background-image:url(../img/pagetop.gif);
}
.pagetop a {
	display:block;
	width:113px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	background-position:0 -21px;
	text-indent:-9999px;
	font-size:0em;
}
/* ボックス設定 */
.box1 {
	width:840px;
	margin-left:30px;
	line-height:1.6;
}
.box2 {
	width:800px;
	margin-left:50px;
	line-height:1.6;
}
.box3 {
	width:760px;
	margin-left:70px;
	line-height:1.6;
}
.line {
	clear:both;
	width:840px;
	margin-left:30px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:800px;
	margin-left:50px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line3 {
	clear:both;
	width:760px;
	margin-left:70px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
* html .line {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
* html .line2 {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
* html .line3 {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
/* テーブルの設定 */
.table1 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	white-space:nowrap;
	color:#a07070;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.noline {
	border-bottom:none !important;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	text-align:left;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	width:30%;
	color:#888;
	background-color:#f6fcff;
	white-space:nowrap;
	text-align:left;
}
.table3 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table3 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	background-color:#fff;
	text-align:center;
}
.table3 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	background-color:#f5f5f5;
	text-align:center;
}
.list_tx {
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding:0 0 5px 12px;
	line-height:1.6;
}
.link_tx {
	background-image:url(../img/pt_li.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding:0 0 5px 12px;
	line-height:1.6;
}
.link_tx2 {
	background-image:url(../img/pt_li.gif);
	background-repeat:no-repeat;
	background-position:0 0.35em;
	padding:0 0 5px 12px;
	line-height:1.6;
}
form.btn_back {
	float:left;
}
form.btn_next {
	float:right;
}

