@charset "utf-8";
#page {
	background-image: url(img/back.png);
	background-repeat: repeat-y;
	width: 680px;
}

/* CSS Document */

#main {
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 20px;
	margin-left: 20px;
	color: #676767;
	line-height: 150%;
	letter-spacing: 0.08em;
}
.marginB15 {
	margin-bottom: 15px;
}

/*==============================foot==========================*/


#foot_box{
	position:relative;
	height:46px;
	width:644px;
}


/*　====================　[btn] report　====================　*/
.btn_report {
	position:absolute;
	top:5px;
	left:100px;
	background:url(img/btn01_on.jpg);
	width:171px;
	height:41px;
	overflow: hidden;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}

.btn_report a{
	background:url(img/btn01_off.jpg);
	width:171px;
	height:41px;
	overflow: hidden;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}

.btn_report a:hover{
	background:none !important;
	width:171px;
	height:41px;
	font-size:1px;
}

/*　====================　btn_toukou　====================　*/
.btn_toukou {
	position:absolute;
	top:4px;
	left:372px;
	background:url(img/btn02_on.jpg);
	width:171px;
	height:41px;
	overflow: hidden;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}

.btn_toukou a{
	background:url(img/btn02_off.jpg);
	width:171px;
	height:41px;
	overflow: hidden;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}

.btn_toukou a:hover{
	background:none !important;
	width:171px;
	height:41px;
	font-size:1px;
}

#alart {
	font-size: 10px;
	text-align: center;
}
#alart a {
	margin-right: 511px;
	color: #676767 !important;
	text-decoration: underline !important;
}
#alart a:hover {
	color: #929292 !important;
	text-decoration: none !important;
}

