body {
	text-align:center;
	font-size:12px;
	color:#444;
	font-family:"ＭＳ ゴシック",Osaka-等幅,monospace;
}
h3 { font-weight:bold; }
strong { font-weight:bold; }
.r { color:#FF0000; }
.b { color:#0164FD; }
.ml10 { margin-left:10px; }
.ml20 { margin-left:20px; }
.mt40 { margin-top :40px; }

#wrapper {
	margin:0px auto;
	width:900px;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.header .left {
	background-image:url(img/title_bg.gif);
	width:524px;
	height:352px;
	float:left;
}
.header .right {
	width:376px;
	height:352px;
	float:right;
}
.header p {
	width:900px;
	float:right;
	color:#0164FD;
	text-align:right;
	margin-top:5px;
	font-size:140%;
	font-weight:bold;
}

.box {
	width:900px;
	margin-top:20px;
}
.box p {
	width:90%;
	text-align:left;
	margin:5px auto;
}
.box .btn {
	margin-top:20px;
}
.box .btn .left {
	width:200px;
	text-align:left;
	float:left;
}
.box .btn .right {
	width:700px;
	float:left;
	margin-top:10px;
}
.box .btn .right img:hover {
	opacity:0.65;  
	-moz-opacity:0.65; /* older Gecko-based browsers */  
	filter:alpha(opacity=65); /* For IE6&7 */  
}


ul.check {
	width:90%;
	margin:10px auto;
	text-align:left;
	list-style:none;
	border:none;
}
ul.check li {
	background-image:url(img/check.gif);
	background-repeat:no-repeat;
	background-position:0px -5px;
	padding-left:30px;
	width:100%;
	height:25px;
	display:block;
	list-style:none;
	color:#0164FD;
	font-size:120%;
	font-weight:bold;
	marker-offset:0px;
}

.box h3 {
	font-weight:bold;
	font-size:120%;
	margin-top:10px;
}

.f1, .f2 {
	margin-top:20px;
}
.f1 .left ,
.f2 .left {
	width:650px;
	float:left;
	text-align:left;
}
.f1 .right ,
.f2 .right {
	width:250px;
	float:left;
}

.f3 .left {
	width:500px;
	float:left;
	text-align:left;
}
.f3 .right {
	width:400px;
	float:left;
}
.footer {
	margin-top:10px;
	width:900px;
	border-bottom:3px solid #0164FD;
	border-top:3px solid #0164FD;
}