@charset "Shift_JIS";
/* ========================================================== */
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
.right {
	float: right;
}
.left {
	float: left;
}
span {
	font-size: 10px;
}
hr {
	display: block;
	border-top-width: 1px;
	border-top-color: #E7E7E7;
	height: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
	margin-bottom: 30px;
}
/* ========================================================== */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color: #4DA6FF;
	text-align: center;
}
/* ========================================================== */
#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px 20px;
	border: 1px solid #6993D1;
}
/* ========================================================== */
#main {
	text-align: left;
}
/* --------------------------- */
#main h1 {
	font-size: 20px;
}
/* --------------------------- */
#main h2 {
	font-size: 16px;
	clear: both;
	margin-top: 50px;
	background-color: #4DA6FF;
	padding: 10px;
	color: #FFFFFF;
}
/* --------------------------- */
#main h2.description strong,
#main p.description strong {
	font-weight: normal;
}
/* --------------------------- */
#main h2 strong{
	font-weight: normal;
}
/* --------------------------- */
#main .h3_block {
	clear: both;
}
/* --------------------------- */
#main h3 {
	float: left;
	width: 100px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background-color: #999999;
	border: 1px solid #868686;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: normal;
}
/* --------------------------- */
#main .righ_block {
	margin-left: 130px;
	padding-top: 6px;
}
/* --------------------------- */
#main .h4_block {
	display: table;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
/* --------------------------- */
#main h4 {
	margin: 0px 0px 20px 0px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #4DA6FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868686;
}
/* --------------------------- */
#main p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
/* --------------------------- */
#main ul {
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
/* --------------------------- */
#main .left img {
	margin-right: 15px;
}
/* ========================================================== */
#foot {
	line-height: 26px;
	text-align: center;
}
/* --------------------------- */
#foot h3 {
	margin: 0px;
}
/* --------------------------- */
#foot p {
	margin: 0px;
	padding: 0px;
}
/* --------------------------- */
#foot img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* --------------------------- */
#foot address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 20px;
}
/* --------------------------- */
#foot input {
	font-size: 12px;
	margin-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
/* ========================================================== */
