@charset "utf-8";
/* CSS Document */

#body,#container,#header,#contents,
{color:#333;}

#body{
	margin: 0px;
	height:100%;
	
}

#container_top{
	width: 800px;
	height:800px;
	border-right:  1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	padding: 0 15px 0 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container{
	font-size: medium;
	width: 800px;
	height:100%;
	border-right:  1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	padding: 0 15px 0 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header{ padding: 18px 0 0 0; margin:0;

}

#contents{ margin:15px 0 0 0; }

#footer{
	font-size:x-small;
	padding:20px 0 5px 0;
	color: #999;
	text-align:right;
	margin-bottom: 0px;	
}

#navi{
	height:19px;
	margin-top: 25px;
	margin-bottom: 0px;
	text-decolation: none;
	border:0;
	font-size:10px;
	
}

#navi a:hover{
	margin-top: 15px;
	margin-bottom: 15px;
	text-decolation: none;
	border:0;
}


#navi .nv{ margin:0 10px 0 10px; vertical-align: bottom; border:none; }




.ttl{
	border-bottom: #CCC solid 1px;
	padding-bottom:3px;
	width:600px;
	margin: 20px 0 0 90px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.main{height:100%;}

.txtbox{
	font-size: smaller;
	line-height:170%;
	color:#666;
	margin-left:180px;
	padding:20px;
	width:470px;
}hr {
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

hr.dot{ border: 0;
    border-bottom: 1px dotted #ccc;
    background: #fff;
}

.yurai_tb{
	margin-left:90px;
}

.yurai_con{
	width:380px;
	font-size:x-small;
	padding:5px;
}

#link1 a,
		a:link,
		a:visited{ text-decoration:none; color:#666;}
		
#link1 a:hover { text-decoration:underline; color:#666;}