@charset "utf-8";
body {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size:15px;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
    text-decoration:underline;
	color:#000000
	outline:none;
}
a:hover {
    text-decoration:none;
    color:#FF0000;
	outline:none;
}
/* 画像の下にできる隙間をなくす */
img {
    vertical-align: bottom;
    
}
/* hr 要素は不可視で使う */
hr { display: none; }
h2 {
	width:480px;
	height:45px;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:0 auto 20px;
	line-height:220%;
}



/* ▼floatクリアー
-----------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* ▲floatクリアー
-----------------------------------------------------------------*/


.fL{ float:left;}
.fR{ float:right;}
.taC{ text-align:center;}
.maB55{
	margin-bottom:55px !important;
}
.maT30{ margin-top:30px !important;}
.maB20{ margin-bottom:20px}
.maR70{ margin-right:70px;}
.paA_10{
	padding: 10px;
	margin-bottom: 30px;
}

