@charset "utf-8";


/* formatting style
---------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	/*background-color: #375735;*/
	font-size: 75%;
	background-color: FFFFFF;
}
hr {
	display: none;
}
a img {
	border-style: none;
}


/* basic layout
---------------------------*/
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	margin-top: 20px;
}
#header p {
	margin-bottom: 10px;
}





#content {
	width: 680px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#content h1 {
	font-weight: lighter;
	color: #000066;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 167%;
}






#content p {
	font-size: 127%;
	margin-left: 50px;
	line-height: 2;
	color: #333333;
}
#content ul li {
	line-height: 2;
	margin-left: 200px;
	font-size: 127%;
	letter-spacing: 0.3em;
	color: #333333;
	list-style: square;
}
#content ul {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}

#content strong {
	color: #F8365B;
}

#content .right {
	text-align: right;
}
#content  .left {
	float: left;
}
#content .center {
	text-align: center;
}
#info {
	margin-top: 30px;
	text-align: center;
}




ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom;
	text-align: center;
    }

rb {
    display: table-row;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 100%;
    text-align: center;
    }

rt, a:link rt, a:visited rt {
    display: table-header-group;
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    font-size: 50%;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    }

rp {
    display: none;
    }








#footer {
	clear: both;
	padding: 10px;
	text-align: right;
	height: 35px;
	color: #999999;
	margin-top: 20px;
}
.green {
	color: #006600;
}
