/* ▼タグリセット ------------------------*/
*{
	margin:0px;
	padding:0px;
}

body { margin:0 auto; }

img { border:none; }

ul { list-style-type:none; }

h1, h2, h3, h4, h5 {
	font-size:100%;
	line-height:100%;
}

p { color:#333; }

a{ text-decoration:none; }

a:hover { color:#999; }	

a:focus { -moz-outline-style: none; }

/* ▲タグリセット ------------------------*/

/* font
------------------------------------- */
body {
	font: 13px/1.22 "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font: x-small;
	font-size: small;
	color: #333;
	background-color:#e7e7e7;
}

table {
	font: 100%;
	font-size: inherit;
	border-collapse:collapse;
	border-spacing:0;
}

/* font-size
------------------------------------- 
.font10 font-size: 77%;
.font11 font-size: 85%;
.font12 font-size: 93%;
.font13 font-size: 100%;
.font14 font-size: 108%;
.font15 font-size: 116%;
.font16 font-size: 123.1%;
.font17 font-size: 131%;
.font18 font-size: 138.5%;
.font19 font-size: 146.5%;
.font20 font-size: 153.9%;
.font21 font-size: 161.6%;
.font22 font-size: 167%;
.font23 font-size: 174%;
.font24 font-size: 182%;
.font25 font-size: 189%;
.font26 font-size: 197%;
------------------------------------- */

/* ▲タグリセット ------------------------*/

/* clearfix
------------------------------------- */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.clearfix { display: inline-block; }

/* \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* */

.leftBox{ float:left;}
.rightBox{ float:right;}

