@charset "utf-8";
/* CSS Document */

/* 基本設定 */

body {
	margin: 0px;
}
.copyright {
	background-color: #223F96;
	padding-left: 6px;
	text-align: left;
}
#mainspace {
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sub_menu {
	width: 127px;
	padding-top: 15px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #DDEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 900px;
}
#reader {
	background-image: url(../img/common/leader.gif);
	background-repeat: repeat-x;
	height: 21px;
}

.sub_menu {
	font-size: 12px;
	line-height: 1;
	color: #669999;
	margin: 0px;
	padding: 0px;
}
.sub_menu a {
	color: #669999;
	text-decoration: none;
}
.sub_menu a:hover {
	color: #CC9933;
	text-decoration: underline;
}
#main_area {
	width: 712px;
	padding-top: 15px;
	padding-left: 28px;
	padding-bottom: 24px;
}
#main_area2 {
	width: 880px;
	padding-top: 15px;
	padding-left: 0px;
	padding-bottom: 24px;
	padding-right: 0px;
}
.button {
	height: 24px;
	width: 200px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/common/bback.gif);
	background-repeat: no-repeat;
}
#w150 {
	width: 150px;
}
#w120 {
	width: 120px;
}

