@charset "UTF-8";

/*-----------------------------------------
etc共通
-----------------------------------------*/

/*-----------------------------------------
フォームテンプレートの指定
-----------------------------------------*/
body{
	background:url(../../common/images/bg_form.gif) repeat-x;
	}

.formbox{
	height:200px;
	margin-bottom:100px;
	margin-top:20px;
	}

.formbox p{
	text-align:center;
	}	

.formbox p.mar_bottom2{
	margin-bottom:100px;
	}	

.formbox2 p{
	text-align:center;
	}	

/*-----------------------------------------
privacy
-----------------------------------------*/
.privacy h5 {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.privacy p.rr {
	padding-top: 15px;
	text-align: right;
}
.privacy .cbox p {
	padding-bottom: 10px;
}

/*-----------------------------------------
rule
-----------------------------------------*/

.rule ul {
	padding: 3px 0 0 0;
}
.rule ul li {
	list-style: disc;
	margin: 0 0 15px 20px;
}


/*-----------------------------------------
link table
-----------------------------------------*/

.design_table table{
	clear:both;
	font-size:11px;
	width: 692px;
	margin:0 auto;
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	}

.design_table table th {
	font-style:normal;
	color:#333333;
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#e8e8e8;
	font-weight:normal;
	text-align:left;
	}

.design_table table th.thtop{
	background-color:#E0DED4;
	}
	

.design_table table td {
	padding:3px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #CCCCCC;
	background-color:#F4F4F4;
	}

.design_table table .tb_bottom{ 
	border-bottom:1px solid #F1F0EA;
	}

.design_table table td.bgtop{
	background-color:#E0DED4;
	}		
	
/*-----------------------------------------
sitemap
-----------------------------------------*/	

div#twobox div.sitemap a{
	text-decoration: underline;
	}

div#twobox div.sitemap a:hover{
	text-decoration: underline;
	color:#F90;
	}


.sitemap ul {
}

.sitemap ul li {
	width: 692px;
	padding: 0 0 0 0;
	border-top: 1px solid #ccc;
}

.sitemap ul li span {
	display: block;
	width: 180px;
	padding: 10px 40px 10px 15px;
	float: left;
}
.sitemap ul li span a {
	background: url(../images/sitemap_icon.gif) left no-repeat;
	padding: 0 0 0 17px;
}

.sitemap ul li ul {
	float: left;
	width: 400px;
	padding: 10px 0 15px 15px;
	border-left: 1px dotted #ccc;
}

.sitemap ul li ul li {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	border-top: none;
}
.sitemap ul li ul li a {
	background: url(../images/sitemap_icon2.gif) left no-repeat;
	padding: 0 0 0 17px;
}


.sitemap .step2 {
	float: left;
}


