@charset "utf-8";

/* clerfix ----- */
.section,
.clearfix {
	zoom: 1;
}
section:after,
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	/*-webkit-text-size-adjust: none;*/ /* フォントサイズ自動調整 */
	/*width: 100%;*/
	height: 100%;
	background-color: #ffffff;
	color: #010101;
}

#wrapper {
	width: 640px;
	margin: 0px auto;
}

/*  -------------------------------------------------------------
header 
------------------------------------------------------------- */

header {
	width:640px;
	height: 57px;
	clear: both;
}

/*  ------------------------------------------------------------- 
footer
 ------------------------------------------------------------- */
footer {
	background: url(../images/bg_footer.gif) repeat-x left top;
	height: 97px;
}
footer #copyright {
	clear: both;
	padding: 53px 0 0 29px;
	text-align: left;
}


/*  -------------------------------------------------------------
container
 ------------------------------------------------------------- */

#container {
	clear: both;
}

/*  -------------------------------------------------------------
common
 ------------------------------------------------------------- */
.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }

.fl { float: left; }
.fr { float: right; }

.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

/*  -------------------------------------------------------------
topPage
 ------------------------------------------------------------- */
.contentsArea {
	background: #313131;
	padding: 40px 0 50px;
}
.appBox {
	width: 200px;
	float: left;
	padding: 0 60px;
}
.appBox p.txt {
	padding: 15px 0 20px;
	color: #ffffff;
}
.em {
	font-size: 1.2em;
	font-weight: bold;
}
