@charset "Shift_JIS";

body{
	font-size: 90%;
	color: #333333;
	text-align: center;
	background-color: #D1D1DF;

}

body a:link {
	color: #333399;
	text-decoration: underline;
}

body a:visited {
	color: #666666;
	text-decoration: underline;
}

body a:hover {
	color: #CC0066;
	text-decoration: underline;
	background-color: #EEEEEE;
}

img {
	vertical-align:top;
	border: none;

}

#container_top {
	width: 800px;
	background-image: url(../img/container_bg_top.jpg);
	background-repeat: no-repeat;
	margin: 5px auto 0px;
	height: 22px;
	text-align: center;

}

#container_middle {
	width: 800px;
	background-image: url(../img/container_bg_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	text-align: center;

}

#container_bottom {
	width: 800px;
	background-image: url(../img/container_bg_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 10px auto;
	text-align: center;
	height: 22px;
}

#main {
	width: 750px;
	text-align: left;
	margin: 0px auto 0px auto;
}
