@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	font-style: normal;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3";
	border: none;
}

body {
	background: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h2 {
	margin: 10px 0;
	padding: 5px 15px;
	font-size: 18px;
	color: #fff;
	background: #003472;
	border: solid 1px #003472;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 1px 1px 2px 0px #999;
}

h3 {
	margin: 10px;
	padding-left: 10px;
	border-left: solid 15px #bc0505;
}

h4 {
	margin: 10px 20px;
}

p {
	margin: 10px 20px;
}

ul,ol {
	margin: 10px 20px;
}

li {
	margin-left: 22px;
}

table {
	margin: 10px 20px;
	border-collapse: collapse;
	border-top: solid 1px #003472;
	border-left: solid 1px #003472;
}

th,td {
	padding: 7px 10px;
}

th {
	font-weight: bold;
	color: #fff;
	background: #003472;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

th:last-child {
	border-right: solid 1px #003472;
}

tr:last-child th {
	border-bottom: solid 1px #003472;
}

td {
	border-right: solid 1px #003472;
	border-bottom: solid 1px #003472;
}

strong,em {
	font-size: 22px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

/* 共通 */
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.right {float: right;}

.left {float: left;}

.img-left {
	float: left;
	margin: 10px 20px 10px 20px;
}

.img-right {
	float: right;
	margin: 10px 20px 10px 25px;
}

.small {
	font-size: 13px;
}

.hissu {
	margin-left: 5px;
	padding-right: 7px;
	padding-left: 6px;
	font-size: 13px;
	color: #fff;
	background: #f44;
	border: 1px solid #ff9999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.text-red {
	color: #cc0000;
}

.clear {
	clear: both;
}

.mgt5 {margin-top: 5px;}
.mgt10 {margin-top: 10px;}
.mgt15 {margin-top: 15px;}
.mgt20 {margin-top: 20px;}
.mgt30 {margin-top: 30px;}
.mgt40 {margin-top: 40px;}
.mgt50 {margin-top: 50px;}
.mgt60 {margin-top: 60px;}
.mgt70 {margin-top: 70px;}
.mgt80 {margin-top: 80px;}
.mgt90 {margin-top: 90px;}
.mgt100 {margin-top: 100px;}

.mgr5 {margin-right: 5px;}
.mgr10 {margin-right: 10px;}
.mgr15 {margin-right: 15px;}
.mgr20 {margin-right: 20px;}
.mgr30 {margin-right: 30px;}
.mgr40 {margin-right: 40px;}
.mgr50 {margin-right: 50px;}
.mgr60 {margin-right: 60px;}
.mgr70 {margin-right: 70px;}
.mgr80 {margin-right: 80px;}
.mgr90 {margin-right: 90px;}
.mgr100 {margin-right: 100px;}

.mgb5 {margin-bottom: 5px;}
.mgb10 {margin-bottom: 10px;}
.mgb15 {margin-bottom: 15px;}
.mgb20 {margin-bottom: 20px;}
.mgb30 {margin-bottom: 30px;}
.mgb40 {margin-bottom: 40px;}
.mgb50 {margin-bottom: 50px;}
.mgb60 {margin-bottom: 60px;}
.mgb70 {margin-bottom: 70px;}
.mgb80 {margin-bottom: 80px;}
.mgb90 {margin-bottom: 90px;}
.mgb100 {margin-bottom: 100px;}

.mgl5 {margin-left: 5px;}
.mgl10 {margin-left: 10px;}
.mgl15 {margin-left: 15px;}
.mgl20 {margin-left: 20px;}
.mgl30 {margin-left: 30px;}
.mgl40 {margin-left: 40px;}
.mgl50 {margin-left: 50px;}
.mgl60 {margin-left: 60px;}
.mgl70 {margin-left: 70px;}
.mgl80 {margin-left: 80px;}
.mgl90 {margin-left: 90px;}
.mgl100 {margin-left: 100px;}
