﻿@charset "UTF-8";

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
td {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-decoration: none;
}
.conteiner {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.top_table {
	text-align: center;
	vertical-align: middle;
	margin: auto;
	width: 600px;
}

.top_tdTop {
	text-align: center;
	vertical-align: bottom;
	height: 200px;
}
.top_tdMiddle {
	text-align: center;
	vertical-align: middle;
	height: 155px;
	padding-top: 40px;
	padding-bottom: 50px;
}
.top_tdBottom {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 200px;
	vertical-align: top;
}

.top_tdTop_inbox {
	width: 100%;
}
.top_tdTop_inboxL {
	width: 13%;
	vertical-align: bottom;
	text-align: left;
}
.top_tdTop_inboxC {
	width: 47%;
	vertical-align: bottom;
	text-align: left;
}
.top_tdTop_inboxR {
	padding-left: 40px;
	vertical-align: bottom;
	text-align: left;
}
