@charset "utf-8";
/* CSS Document */

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #222222;
	font-size: 100%;
	font-weight: 500;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
}

@media all and (-ms-high-contrast:none) {

body {
	font-family: "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

}

img {
	vertical-align: top;
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* リンク */

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #0088dd;
}

a:hover, a.img_link:hover {
	color: #e4007f;
	text-decoration: underline;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.contentsArea {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}

.contents {
	padding-right: 10px;
	padding-left: 10px;
}

p {
	padding: 25px 0 0 0;
	margin: 0;
}

.top_p {
	padding: 0 0 40px 0;
	margin: 0;
}

.logo {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #808080;
}

.inr {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 80px;
}

h1 {
    padding: 30px 0 0 0;
	margin: 0 0 30px 0;
	text-align: center;
	width: 100%;
}

.top_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.top_ul li {
    padding: 0;
    margin: 15px 0 0 0;
}

.top_ul li a {
    display: block;
    border: 4px solid #B7EEFF;
    font-size: 26px;
    line-height: 80px;
    padding: 0 30px 0 70px;
    color: #00A8DB;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.png);
	background-position: 30px center;
}

.top_ul li a:hover {
    display: block;
	background-color: #00A8DB;
    border: 4px solid #B7EEFF;
	font-size: 26px;
	transition: 0.6s;
	line-height: 80px;
	padding: 0 30px 0 70px;
	color: #FFFFFF;
	text-decoration: none;
    font-weight: 700;
	letter-spacing: 0.1em;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_a.png);
	background-position: 30px center;
}

h2 {
	border-top: 4px solid #00A8DB;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    font-size: 26px;
    line-height: 80px;
    padding: 0 30px 0 30px;
    color: #00A8DB;
    font-weight: 700;
    letter-spacing: 0.1em;
	margin: 0;
}

h3 {
    font-size: 21px;
    padding: 20px 20px 20px 20px;
    margin: 50px 0 0 0;
    color: #00A8DB;
    background-color: #DCF7FF;
}

#footer {
	padding: 0 0 0 0;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #808080;
	padding-top: 20px;
	text-align: right;
	padding-bottom: 20px;
}

.member {
	border: 1px solid #CCCCCC;
    padding: 20px 20px 20px 20px;
    margin: 30px 0 0 0;
}

.member p {
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.member ul {
    padding: 5px 0 0 22px;
    margin: 0;
}

.member ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.link_table {
    padding: 0 0 0 0;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    margin: 30px 0 0 0;
	width: 100%;
}

.link_table th {
	text-align: left;
    padding: 10px 20px 10px 20px;
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.link_table td {
	text-align: right;
    padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.top_btn {
    padding: 50px 0 0 0;
	text-align: center;
}

.top_btn a {
	display: inline-block;
    padding: 15px 30px 15px 30px;
	text-align: center;
	color: #666666;
	text-decoration: none;
	border: 4px solid #F2F2F2;
	border-radius: 10px;
    letter-spacing: 0.1em;
	background-color: #CCCCCC;
}

.top_btn a:hover {
	display: inline-block;
    padding: 15px 30px 15px 30px;
	text-align: center;
	color: #CCCCCC;
	text-decoration: none;
	border: 4px solid #F2F2F2;
	border-radius: 10px;
	transition: 0.6s;
	background-color: #666666;
}

.imgBox {
	text-align: center;
	padding-top: 30px;
}

.imgBox_l {
	float: left;
	width: 254px;
}

.imgBox_m {
	float: left;
	margin-left: 14px;
	width: 378px;
}

.imgBox_r {
	float: left;
	margin-left: 14px;
	width: 240px;
}

.imgBox_txt {
	font-size: 12px;
	padding-top: 8px;
	line-height: 140%;
}

.con3_tableBox {
	padding: 30px 1em 0px 1em;
}

.con3_table {
    padding: 0 0 0 0;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    margin: 0 0 0 0;
	width: 100%;
}

.con3_table th {
	text-align: center;
    padding: 10px 10px 10px 10px;
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
	font-weight: 700;
}

.con3_table td {
	text-align: left;
    padding: 15px 15px 15px 15px;
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
	font-weight: 500;
}













