/* ==================================================
reset
================================================== */
body {
	margin:0; /* 変更しない */
	padding:0; /* 変更しない */
	font-size:87.5%; /* 14pxのとき */
	/* font-size:75%; 12pxのとき */
	line-height:1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	padding: 0; /* 変更しない */
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #838181;
	font-size: medium;
	margin-bottom: 0px;
}
img {
	height: auto;
	max-width: 100%;
}
li,
dt,
dd {
	line-height:1.2; /* 変更しない */
}
table {
	font-size: 100%; /* 変更しない */
	line-height: 1.6; /* 変更しない */
	margin-top: 60px;
	margin-bottom: 60px;
	border-color: #B4B4B4;
	text-align: center;
	width: auto;
	padding-right: auto;
	padding-left: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
td {
	text-align: center;
	background-color: #c6f0f7;
}
.td {
	background-color: #FFFFFF;
	text-align: left;
}
form,
input,
select {
	font-size:100%; /* 変更しない */
}
a:link,
a.skip {
	color:#003377; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
/* ==================================================
skip
================================================== */
.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	background-color:#FFFFFF; /* 変更しない */
	text-align:center; /* 変更しない */
	padding:2px 0; /* 変更しない */
	top:auto; /* 変更しない */
}
a.skip:active {
	display:block;
	width:99.99%; /* 変更しない */
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
	top:0; /* 変更しない */
	left:0; /* 変更しない */
}
a.skip:focus {
	display:block;
	width:99.99%; /* 変更しない */
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
	top:0; /* 変更しない */
	left:0; /* 変更しない */
}#top {
	position: absolute;
	left: 0px;
	top: 0px;
}
.contents {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}
