@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wapper {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#header {
	width: 800px;
	text-align: right;
	margin-top: 5px;
	font-size: 12px;
}
#side {
	float: left;
	width: 250px;
}
#contents {
	width: 780px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	width: 800px;
	font-size: 12px;
	text-align: center;
	padding-bottom: 15px;
	background-color: #f3f3f3;
	padding-top: 10px;
}
.headerbar {
	background-color: #000000;
	height: 5px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.header_box {
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 13px;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-left: 10px;
	color: #552400;
	margin-bottom: 0px;
	text-align: left;
}
h2 {
	font-size: 16px;
	margin-top: 5px;
	color: #666666;
	text-align: left;
	padding-left: 3px;
}
h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #666666;
}

.font_gry {
	font-size: 18px;
	color: #666666;
}
.bigfont {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 36px;
	color: #FF9933;
}
.bigfont_red {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 36px;
	color: #FF0000;
}
.font_orenge {
	font-size: 16px;
	color: #FF9933;
	line-height: 25px;
}
.font_gry {
	font-size: 18px;
	color: #666666;
}
.font_red {
	font-size: 18px;
	color: #FF0000;
}
.red {
	color: #FF0000;
}
.box {
	font-size: 14px;
	line-height: 20px;
	width: 650px;
}
.box2 {
	font-size: 14px;
	line-height: 20px;
	width: 650px;
	border: 4px dotted #CCCCCC;
	padding: 10px;
	text-align: left;
}
.box3 {
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	background-color: #F0F2FF;
}
.pointbar {
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	font-weight: bold;
	background-image: url(img/bar2.gif);
}


.center {
	text-align: center;
}
.bar {
	font-size: 14px;
	font-weight: bold;
	color: #565656;
	background-image: url(img/bar2.gif);
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
#kessan1 {
	width: 320px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #565656;
	text-align: left;
	float: left;
	margin-left: 60px;
}
#kessan2 {
	width: 320px;
	font-size: 12px;
	line-height: 18px;
	color: #565656;
	text-align: left;
	float: left;
}
#kessan1  p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#kessan2 p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#header a {
	color: #666666;
	text-decoration: none;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #CCCCCC;
}
#footer a:hover {
	color: #CCCCCC;
}
.sen {
	text-decoration: line-through;
}
table {
	font-size: 14px;
	line-height: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#link
{
	position: relative;
	display: block;

    width; auto;
	min-height: 30px;
	list-style: none;
	text-align: center;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
ul#link li
{
    margin: 0;
    padding: 5px;
    list-style: none;
    display: inline;
}