body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#container {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #818181;
	border-bottom-color: #818181;
	border-left-color: #818181;
}
#header {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 750px;
}
#column1 {
	margin: 10px 5px;
}
#left {
	float: left;
	width: 365px;
	text-align: left;
}

#right {
	float: right;
	width: 370px;
	height: 250px;
}

#column2 {
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	padding-top: 5px;
}
#footer {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}
#footer table {
	font-size: 80%;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0033CC;
}
a:active {
	color: #333333;
}
.ad {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #818181;
	padding-top: 2px;
}
.cr {
	text-align: center;
}
.fnt_info {
	font-size: 90%;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #333333;
}
.fnt_menu {
	font-size: 80%;
	line-height: 130%;
	text-align: left;
	margin-bottom: 10px;
}
.hyougo {
	font-size: 80%;
	line-height: 1.6;
	margin: 10px;
	border: 1px solid #F33;
	background-color: #FEE;
	padding: 5px;
	font-weight: bold;
}
.hyougo span {
	color: #F00;
}
