/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ▽設定ここから▽ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

body {
	background-color: #FFF;
	font-size: 16px !important;
	line-height:160%;
	margin: 0px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align:center;
}



#header{
background-image: url("../image-costom/top.png");
background-repeat: no-repeat;
height: 580px;
background-position:center top;
}


#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../image-design/wrapper.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
}

/* メインエリア */
#mg {
	text-align:left;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 50px;
	margin-top: 30px;
}
/* P */
#mg p {
	margin:0px 0 20px;
}

 /* =太い文字
-------------------------------------------------------------- */
span.bold {
      font-weight:bold;
      }


/* LawとPrivacyのテーブル */
.table-a {
	border-collapse:collapse;
	border-spacing:0;
	border-top:#cccccc solid 1px;
	margin:0 0 20px;
	width:100%;
}
.table-a th {
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	padding:7px 10px;
	background: #efefef;
	border-bottom:#cccccc solid 1px;
}
.table-a td {
	font-size:13px;
	text-align:left;
	vertical-align:top;
	padding:7px 10px;
	border-bottom:#cccccc solid 1px;
}