@charset "UTF-8";
body,td,th {
	font-size: 13px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #999;
	margin: 5px;
	text-align: right;
}
h2 {
	font-size: 13px;
	color: #FFF;
	margin: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #06F;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #06F;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #06F;
	border-left-color: #06F;
	padding-left: 8px;
	padding-top: 3px;
	margin: 10px 0px 3px 5px;
}
#main {
	background-image:url(../img/haikei.jpg);
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: repeat-y;
}
#midashi {
	width:760px;
	height:30px;
	margin-left:20px;
	margin-right:20px;
}
#header {
	width:760px;
	height:150px;
	margin-left:20px;
	margin-right:20px;
}
#naiyou {
	width:760px;
	margin-left:20px;
	margin-right:20px;
	margin-top: 10px;
}
#contents1 {
	width:420px;
	float:left;
	padding: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	margin-bottom: 10px;
	line-height: 150%;
}
#contents2 {
	width:260px;
	float:right;
	padding: 10px;
	margin-bottom: 10px;
}
#footer {
	width:760px;
	margin-left:20px;
	margin-right:20px;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#syomei {
	padding-left:10px;
}
#copy {
	font-size:10px;
	text-align:center;
}
p.setsumei {
	text-align:center;
}
