@charset "Shift_JIS";
/* CSS Document */

body {
	background-color: #087d12;
	background-image: url(../../img/bg_sky.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	line-height:160%;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.side {
	font-size: 10px;
	line-height:160%;
	padding:10px;
	}
	
.small {
	font-size: 10px;
	line-height:160%;
	}
	
.sidetitle {
	margin-bottom:10px;
	}


a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#003300;
}
a:active {
	text-decoration: none;
	color: #003300;
}

.ptitle {
	font-size: 12px;
	font-weight:bold;
	color:#990000;
	}
