@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6,p ul li{
	color: #000033;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img{
	border:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
img a:hover{
	background-image: none;
}





.contents {
	width: 400px;
	background-color: #FFFFFF;
	border: thick groove #666666;
	padding-top: 5px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #FFFFFF;
	background-image: url(img/haikei.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover{
	background-color: #66FFFF;
}
.contents_l {
	margin: 0px;
	float: left;
	width: 50%;
}
.contents_r {
	float: left;
	width: 50%;
	margin: 0px;
}
.contents_b {
	clear: both;
	margin: 0px;
}
h1 {
	font-size: 14px;
	color: #000033;
	line-height: 140%;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #000033;
	line-height: 140%;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	line-height: 140%;
	color: #000033;
	font-weight: normal;
	padding: 10px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	padding: 2px;
}
h6{
	background-color: #FFFF33;
	color: #FF0000;
	font-size: small;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table{
	width: 100%;
	font-size: 12px;
	text-align: center;
}
table th{
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 2px;
}
table td{
	background-image: url(img/toyojiki.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFF99;
}
