/* CSS Document */

body {
    width:100%;
	height:100%;
    background-image:url(images/bg_02.gif);
	background-repeat:repeat;
}

#base {
    margin-top:41px;
	margin-left:100px;
	margin-right:100px;
	text-align:center;
}

#base02 {
    margin-top:0px;
	margin-left:100px;
	margin-right:100px;
	text-align:center;
}
.font {
    font-size: 12px;
	line-height:1.2em;
	color: #527070;
}

.font02 {
    font-size: 12px;
	line-height:1.2em;
	color: #333333;
}

.stress {
    font-size: 14px;
	font-weight: bold;
	line-height:1.2em;
	color: #996600;
}

.box {
	margin:0px;
	padding:5px 5px 5px 7px;
	border:4px solid #D3E7E8;
}

.cella {
	font-weight: bolder;
	font-size: 12px;
	background: #8DA5B2;
	color: #FFFFFF;
	text-align: center;
} 
.cellb {
	font-size: 12px;
	background: #fff;
	border-bottom: #8DA5B2 1px solid;
	color: #333333;
} .cap {
	font-size: 10px;
	color: #527070;
}
