body {
	color: #333333;
	margin: 20px;
	padding: 0px;
	background-color: #E3DDCC;
}
a {
	color: #1B5A3D;
}
#menu_bg {
	background-color: #EEEECC;
}
#contents {
	background-color: #FFFFFF;
}
#contents.index {
	background-color: #EEEECC;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/common/bg.jpg);
	margin: 0px;
	padding: 8px 10px 6px;
	width: auto;
	font-size: 70%;
	color: #ADC3B9;
	letter-spacing: 0.1em;
	text-align: right;
}
a#desgined {
	color: #ADC3B9;
	text-decoration:none;
}
#english_btn {
	text-align: right;
	padding: 20px 20px 10px;
}
p {
	font-size: 80%;
	color: #333333;
	line-height: 150%;
	margin: 0px 0px 15px;
}
ul {
	font-size: 80%;
	line-height: 170%;
	font-weight: bold;
	color: #333333;
}
strong {
	font-weight: normal;
}
#pagetop {
	font-size: 80%;
	text-align: right;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:hover {
	color: #638777;
}
#headTextImg {
	text-align: right;
	margin-right: 10px;
}
#menuBox {
	padding-bottom: 60px;
	background-image: url(../img/common/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu_sep {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}

ol li {
color: #333333;
    font-size: 80%;
    line-height: 150%;
    margin: 0 0 15px;	
}