body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover
{
	color:#ff6600;
	text-decoration: underline;
}

#container_top {
	width: 700px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}


#content_area {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

/* 再使用できる各種クラス */
.moji {
	line-height: 150%
}
.small {
	font-size: 10px;
	line-height: 1.2;
}

.mobile {
	text-indent: -2000px;
}
.text_bold {
	font-size: 2em;
	line-height: 1.5;
	font-weight: bold;
}
.caution {
	font-weight: bold;
	color: #FF0000;
}
