/* ==============================
	共通設定 
============================== */
html,h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,table,th,td,dl,dt,dd,address,em {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	list-style: none;
	border: 0px none;
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
br {
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
img {
	border:0px;
	vertical-align: bottom;
}
form {
	margin: 0px;
	padding: 0px;
}

/* ==============================
	回り込み解除
============================== */
.clear{
	clear: both;
}

.clear_fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear_fix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear_fix {
	height: 1%;
}
.clear_fix {
	display: block;
}
/* End hide from IE-mac */

/* ==============================
	回り込み解除END
============================== */

/* ::::: Link ::::: */
a:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}


/* ::::: Entire Contents ::::: */
#wrapper {
	width: 920px;
	padding: 0px;
	margin: 0px auto;
	background-repeat: repeat-y;
	background-position: top;
	text-align: center;
	background-image: url(../images/cbg.gif);
}
#contents {
	margin: auto;
	padding: 0px;
	width: 900px;
	text-align: left;
}


/* ::::: Fonts ::::: */
.font01 {
	font-size: 24px;
}
.font_red {
	color: #F00;
}
.font_blue {
	color: #02F;
}
/* ==============================
	メインコンテンツ 
============================== */
#header {
	background: url(../images/img01.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 900px;
}
#header .text01 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 70px 0px 0px;
	line-height: 14px;
	text-align: center;
}
#header .text02 {
	margin: 0px;
	font-size: 42px;
	font-weight: bold;
	color: #FC0;
	padding: 10px 0px 0px;
	line-height: 42px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "細明朝体";
}
#mainconts {
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#mainconts #textrace {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background: url(../images/img03.jpg) no-repeat;
	height: 80px;
}
#mainconts #textrace .text {
	margin: 0px;
	padding: 0px;
	width: 900px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#mainconts #form {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background: url(../images/img05.jpg) no-repeat;
	height: 220px;
}
#mainconts #form .wrap {
	margin: 0px;
	padding: 0px;
	width: 900px;
	text-align: center;
}
#mainconts #result {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background: url(../images/img06.jpg) no-repeat;
	height: 390px;
}
#mainconts #result .wrap {
	width: 860px;
	padding-top: 165px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#mainconts #result .wrap .resultarea {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 260px;
	float: left;
}
#mainconts #result .wrap .resultarea .text01 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	text-align: center;
}
#mainconts #result .wrap .resultarea .text02 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 180%;
	text-align: center;
}
#mainconts #result .wrap .resultarea .text03 {
	font-size: 14px;
	font-weight: bold;
	color: #0C0;
	line-height: 150%;
	text-align: center;
}
#mainconts #result .wrap .resultarea .text04 {
	font-size: 30px;
	font-weight: bold;
	color: #F09;
	text-align: center;
}
#footer {
	background: url(../images/img07.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 900px;
}
#footer .text01 {
	margin: 0px;
	font-size: 12px;
	padding: 10px 30px 0px;
	text-align: left;
}
#footer .text02 {
	margin: 0px;
	font-size: 12px;
	color: #FFF;
	padding: 5px 30px 0px;
	text-align: right;
}
