@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #333;
	background-image: url(../img/common/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
div, td, th, p, pre {
	text-align:left;
	margin:0;
	padding: 0px;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
li {
	margin: 0;
	list-style: none;
}
ol, ul {
	margin: 0;
	padding:0;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: center;
	margin-top: 25px;
}
#wrapper_index {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: center;
	margin-top: 40px;
}
/*___________ header ___________ */
#header {
	width: 100%;
	text-align: center;
	background-image: url(../img/common/header.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#header .contents {
	width: 980px;
	height: 120px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header .contents h1 {
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .contents ul {
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 110px;
}
#header .contents ul li {
	padding: 0px;
	float: left;
	width: 95px;
	background-image: url(../img/common/header_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	height: 20px;
	margin-right: 5px;
}
#header .umina {
	width: 100px;
	height: 120px;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 9999;
}
.navi_bg {
	width: 100%;
	text-align: center;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/index/navi_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
}
#navi {
	width: 980px;
	text-align: center;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
#navi ul{
	display: flex;
	width: 800px;
    justify-content: space-around;
    align-items: center;
}
#navi li {
	list-style-type:none;
	display: block;
	padding-bottom: 15px;
	font-family: "ヒラギノ角ゴ Pro W3";
	/*float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;*/
}
#navi li:hover {
	border-bottom: 3px solid #2581b1;
	padding-bottom: 12px;
}
#navi li a{
	color:#333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;

}
#navi li a:hover{
	color:#2581b1
}

#navi li.home a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	/*background-image: url(../img/index/navi_home.png);
	background-position: top;
	text-indent: -9999px;*/
	padding: 10px 25px;


}
#navi li.home a:hover {
	background-position: bottom;

}
#navi li.news a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	/*background-image: url(../img/index/navi_news.png);
	background-position: top;
	text-indent: -9999px;*/
}
#navi li.news a:hover {
	background-position: bottom;
}
#navi li.news_on a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	/*background-image: url(../img/index/navi_news.png);
	background-position: bottom;
	text-indent: -9999px;*/
}
#navi li.hyogi a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	/*background-image: url(../img/index/navi_hyogi.png);
	background-position: top;
	text-indent: -9999px;*/
}
#navi li.hyogi a:hover {
	background-position: bottom;
}
#navi li.hyogi_on a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	/*background-image: url(../img/index/navi_hyogi.png);
	background-position: bottom;
	text-indent: -9999px;*/
}

#navi li.riji a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	/*background-image: url(../img/index/navi_riji.png);
	background-position: top;
	text-indent: -9999px;*/
}
#navi li.riji a:hover {
	background-position: bottom;
}
#navi li.riji_on a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	/*background-image: url(../img/index/navi_riji.png);
	background-position: bottom;
	text-indent: -9999px;*/
}

#navi li.kiyaku a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	/*background-image: url(../img/index/navi_kiyaku.png);
	background-position: top;
	text-indent: -9999px;*/
}
#navi li.kiyaku a:hover {
	background-position: bottom;
}
#navi li.kiyaku_on a {
	list-style-type:none;
	/*float: left;*/
	width: 139px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	/*background-image: url(../img/index/navi_kiyaku.png);
	background-position: bottom;
	text-indent: -9999px;*/
}

#navi li.zenkoku a {
	list-style-type:none;
	float: left;
	width: 139px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	background-image: url(../img/index/navi_zenkoku.png);
	background-position: top;
	text-indent: -9999px;
}
#navi li.zenkoku a:hover {
	background-position: bottom;
}
#navi li.zenkoku_on a {
	list-style-type:none;
	float: left;
	width: 139px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	background-image: url(../img/index/navi_zenkoku.png);
	background-position: bottom;
	text-indent: -9999px;
}
#navi li.kinki a {
	list-style-type:none;
	float: left;
	width: 139px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	background-image: url(../img/index/navi_kinki.png);
	background-position: top;
	text-indent: -9999px;
}
#navi li.kinki a:hover {
	background-position: bottom;
}
#navi li.kinki_on a {
	list-style-type:none;
	float: left;
	width: 139px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	background-image: url(../img/index/navi_kinki.png);
	background-position: bottom;
	text-indent: -9999px;
}

#navi li.kyosan a {
	list-style-type:none;
	float: left;
	width: 138px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	background-image: url(../img/index/navi_kyosan.png);
	background-position: top;
	text-indent: -9999px;
}
#navi li.kyosan a:hover {
	background-position: bottom;
}
#navi li.kyosan_on a {
	list-style-type:none;
	float: left;
	width: 138px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	background-image: url(../img/index/navi_kyosan.png);
	background-position: bottom;
	text-indent: -9999px;
}

/*___________ footer ___________ */
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	color: #FFF;
	line-height: 20px;
	padding-bottom: 70px;
}
#footer  a {
	color: #FFF;
}
#footer  a:hover {
}
/*___________ side ___________ */
#side {
	width: 230px;
	float: right;
	padding-bottom: 200px;
}
#side .title_download {
	//background-image: url(../img/common/icon_download.png);
	//background-repeat: no-repeat;
	//background-position: left center;
	height: 40px;
	line-height: 40px;
	font-size: 130%;
	font-weight: bold;
	color: #666;
	//padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#side .title_other {
	height: 40px;
	line-height: 40px;
	font-size: 130%;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#side .page_navi {
	margin-bottom: 20px;
	float: left;
	width: 230px;
}
#side .page_navi ul {
	padding: 0px;
	float: left;
	margin: 0px;
}
#side .page_navi ul li {
	float: left;
	width: 210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 50px;
	line-height: 50px;
	font-size: 120%;
	background-image: url(../img/common/header_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#side .banner {
	margin-bottom: 15px;
}

#side-sponsor{
	margin-top:15px;
}

#side-sponsor.img{
	width:230px;
}

#side-line{
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}

#side-under-link{
	width:230px;
}
#side-under-link img{
	max-width:230px;
}

/*___________ path ___________ */
#path {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	margin-top: 25px;
}
