@charset "utf-8";


/*******************************************************************

 Page Layout

*******************************************************************/

/* -----------------------------------------------------------------
 MainBody
------------------------------------------------------------------*/
#mainBody{
	width:740px;
	margin:0 auto;
	}

#mainBody .section-Lv2{
	padding-top:50px;
	overflow:hidden;
	}

#mainBody .section-Lv2 h2.wide{
	padding-bottom:30px;
	}

#mainBody .section-Lv2 h2.short{
	padding-bottom:20px;
	}

#mainBody .section-Lv2 .box{
	overflow:hidden;
	}

#mainBody .section-Lv2 .bottom{
	background:url(../images/dotted.gif) left bottom repeat-x;
	padding-bottom:30px;
	margin-bottom:30px;
	}

#mainBody .section-Lv2 .box .left-01{
	float:left;
	width:374px;
	}

#mainBody .section-Lv2 .box .right-01{
	float:right;
	width:340px;
	}

#mainBody .section-Lv2 .box .left-02,
#mainBody .section-Lv2 .box .right-02{
	width:355px;
	}

#mainBody .section-Lv2 .box .left-02{
	float:left;
	}

#mainBody .section-Lv2 .box .right-02{
	float:right;
	}

#mainBody .section-Lv2 .box .left-02 h3,
#mainBody .section-Lv2 .box .right-02 h3{
	font-weight:bold;
	padding-bottom:10px;
	font-size:123.1%;
	}

#mainBody .section-Lv2 .box .left-02 .ph,
#mainBody .section-Lv2 .box .right-02 .ph{
	text-align:center;
	padding-top:20px;
	}

#mainBody .section-Lv2 .box .right-02 ul li{
	padding-left:11px;
	text-indent:-11px;
	}

#mainBody .section-Lv2 p.read{
	padding-top:20px;
	line-height:1.4;
	}

#mainBody .section-Lv2 p.read strong,
#mainBody .section-Lv2 p.read em{
	font-weight:bold;
	}

#mainBody .section-Lv2 p.read strong{
	font-size:116%;
	}

#mainBody .section-Lv2 p.read em{
	font-style:normal;
	color:#FF0000;
	}

#mainBody .section-Lv2 ul.coution{
	padding-top:20px;
	}

#mainBody .section-Lv2 ul.coution li{
	font-size:93%;
	padding-left:2em;
	text-indent:-2em;
	line-height:1.3;
	}

#mainBody .section-Lv2 .ill{
	padding-top:40px;
	text-align:center;
	}

#mainBody .section-Lv2 ul.txt li.btn{
	padding-top:20px;
	text-align:center;	
	}

/* -----------------------------------------------------------------
 taka
------------------------------------------------------------------*/
.tsuika{
	margin-top: 20px;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

.red{
	color: #F00;
}
	
/* -----------------------------------------------------------------
 howto.html
------------------------------------------------------------------*/	
.howto-img {
	padding: 5px;
	background-color: #CDCDCD;
	}

#howto h3{
	padding: 5px;
	background-color: #00C;
	color: #FFF;
	}
	
#howto h4{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	}	

.text-right {
	text-align: right;
	}
