body{
	background-color: #f2efe6;
	margin: 0px auto 20px auto;
	padding: 0px;
	font-size: small;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	color: #404040;
	line-height: 1.5em;
	}
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
h2 {
	margin: 0px;
	padding: 0px;
	}
h3 {
	margin: 0px;
	padding: 0px;
	}
h4 {
	margin: 0px;
	padding: 0px;
	}
p {
	margin: 5px 0px;
	padding: 0px;
	}
	
.blink {
	text-decoration: blink;
	}

.clear-both {
	clear: both;
	}
.float-right {
	float: right;
	}
.float-left {
	float: left;
	}

.line {
	padding-bottom: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #bfbfbf;
	}
.line_dot {
	padding-bottom: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #bfbfbf;
	}

/* Link ----------------------------------------------- */
a:link {
	color: #8ca608;
	text-decoration: underline;
	}
a:visited {
	color: #8ca608;
	text-decoration: underline;
	}
a:active {
	color: #a62208;
	text-decoration: none;
	}
a:hover {
	color: #a62208;
	text-decoration: none;
	}
a img {
	border-width: 0px;
	}

/* color ----------------------------------------------- */
.text-red {
	color: #ff0000;
	}
	
/* font ----------------------------------------------- */
.bold {
	font-weight: bold;
	}
.underline{
	text-decoration: underline;
	}

/* Header ----------------------------------------------- */
#header {
	width: 800px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}
#header h1 {
	padding-top: 35px;
	}
#menu {
	text-align: center;
	background-image: url(../images/menubar.gif);
	background-repeat: repeat;
	background-position: top center;
	height: 35px;
	}
#menu img {
	margin-top: 5px;
	}

/* Content ----------------------------------------------- */
#content {
	margin: 0px auto;
	width: 800px;
	text-align: center;
	}
#box-width-800 {
	background-color: #ffffff;
	width: 800px;
	margin: 20px auto;
	padding-top: 10px;
	text-align: left;
	}
.box-inside-20 {
	margin: 0px 20px 20px 20px;
	padding-top: 20px;
	}
.box-inside-20-2 {
	margin: 0px 20px 20px 20px;
	}
.box-inside-50 {
	margin: 0px 50px 20px 50px;
	}
.box-inside-10 {
	margin: 10px;
	}

/* Footer ----------------------------------------------- */
#footer {
	text-align: center;
	width: auto;
	margin: 20px auto 0px;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #c1e50b;
	}
.footer-text {
	font-size: x-small;
	position: relative;
	top: 0px;
	}
