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

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

header h1 {
	margin: 0 0 21px 0;
	padding-top: 27px;
	text-align: center;
}

header h1 a {
	display: inline-block;
}

#topicpath {
	margin-bottom: 30px;
}
#topicpath ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topicpath ol li {
	display: inline;
	margin-right: 5px;
}
#topicpath ol li a {
	padding-right: 15px;
}
#contents {
	margin-bottom: 30px;
	overflow: hidden;
}
.btn_field {
	margin-bottom: 30px;
}
.btn_field dt img {
	margin-bottom: 6px;
}
.btn_field a {
	text-decoration: none;
}
.btn_field p, .btn_field dl, .btn_field dt, .btn_field dd {
	margin: 0;
}
.btn_field dd {
	text-align: center;
}

.sub-title {
	padding: 5px 0 0 25px;
	margin: 0 0 -20px 0;
	background-image: url("../images/アイコン.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 150%;
}

/* ページトップ ここから↓ */



/* ページトップ ここまで↓ */


/* フッター ここから↓ */




footer {
	background-color: #ffffff;
}

footer {
	color: #000000;
	font-size: 87%;
	border-top: 1px solid #ABA7A7 ;
	width: 960px;
}



.main1, .main2, .main3 {
    display: inline-block;
    width: 25%;
}




.main1 {
	text-align: left;
}

.main2 {
	text-align: left;
	padding-left: 90px;
}

.main3 {
	text-align: left;
	padding-left: 100px;
}

.main2 a {
	color: #000000;
	transition: color 0.5s;
	text-decoration:none; 
}

.main2 a:hover{
	color: #BCBCBC;
}

.main3 a {
	color: #000000;
	transition: color 0.5s;
	text-decoration:none; 
}

.main3 a:hover {
	color: #BCBCBC;
}

.main1 ul li {
	list-style: none;
    padding: 0;
    line-height:30px;
}

.main2 ul li {
	list-style: none;
    padding: 0;
    line-height:30px;
}

.main3 ul li {
	list-style: none;
    padding: 0;
    line-height:30px;
}

.small {
	text-align: center;
}


footer {
	margin-left: auto;
	margin-right: auto;
}


