@charset "shift_jis";
@import url("div.css");

/*body*/
body {
	background: #ffffff;	/* default background color */
	background-image: url(../images/bg.gif);
	color:#607175;
	margin: 0px;
	padding: 0px;
	}

.body_center {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	}

.body_bg {
	background-image: url(../images/bg_side_border.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #96A6AA;
	border-left-color: #96a6aa;
	}
.body_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96A6AA;
	}

/*font size*/
.font-s {
font-size: 90%;
line-height: 140%;
}
.font-m {
font-size: 90%;
line-height: 140%;
}

/*a link visited hover*/
a:link {
text-decoration: none;
color:#96A6AA;
}
a:visited {
text-decoration: none;
color:#96A6AA;
}
a:hover {
text-decoration: underline;
color:#ff9933;
}

.go {
    margin: 0px;
	padding: 2px;
    background: #ccc;
	font-size: x-small;
	color:#333;
	border: 1px solid #eee;
	width:25px;
	}
/* image table */
.imgtbl {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
}
.imgtbl td{
	vertical-align: top;
}
.imgtbl img{
	display: block;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	background-color: #96A6AA;
}
/* menu table */
.menutbl{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	width: 90%;
}
.menutbl td{
	margin: 0;
	padding: 0;
	padding-left: 3px;
	border: 0;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: left;
	font-size: 90%;
	line-height: 150%;
}