@charset "UTF-8";

/* 全ページ共通 */
* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a img {
	border: none;
}

html {
	background: #ffffff;
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0 3px;
	color: #333333;
	line-height: 1.2;
	font-size: 14px;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
}

a {
	color: #0000ff;
}

a:hover {
	color: #000066;
}

hr {
	height: 0;
	overflow: hidden;
	border: none;
	border-bottom: 1px dotted #959595;
	clear: both;
}

header, footer, section, article, figure ,figcaption {
	display: block;
}

/* ヘッダー */
body header {
	height: 70px;
	position: relative;
	margin: 0 auto;
	background: url(../img/header.png) repeat-x bottom;
	border-top: 3px solid #00b0ec;
	border-bottom: 1px solid #c9c9c9;
}

body header div.headerbox {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

body header div.headerbox h1 {
	position: absolute;
	top: 5px;
	left: 18px;
	color: #000000;
	line-height: 1;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 50px;
}

body header div.headerbox h1 a {
	text-decoration: none;
	color: #000000;
}

body header div.headerbox h1 a:hover {
	color: #000000;
}

body header div.headerbox address {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 10px;
	font-style: normal;
	width: 415px;
}

body header div.headerbox .cmp {
	width: 180px;
	font-size: 12px;
	color: #666666;
}

body header div.headerbox .adr {
	width: 180px;
	font-size: 12px;
	color: #666666;
}

body header div.headerbox .tel {
	position: absolute;
	right: 0;
	top: 0;
	color: #19218c;
	font-size: 30px;
	font-weight: bold;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
}

body header div.headerbox .tel img {
	margin-right: 3px;
}

body header div.headerbox > ul {
	position: absolute;
	right: 15px;
	top: 38px;
}

body header div.headerbox > ul li {
	float: left;
	margin-right: 3px;
}

body header div.headerbox > ul li a {
	opacity:0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	zoom:1;
}

body header div.headerbox > ul li a:hover {
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	zoom:1;
}

/* ヘッダー:メニュー */
body header div.headerbox nav {
	position: absolute;
	top: 50px;
	right: 0px;
	height: 30px;
}

body header div.headerbox nav ul li {
	float: left;
}

body header div.headerbox nav ul li a {
	position: relative;
	width: 159px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	background-image:  url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-left: 1px solid #999999;
	z-index: 1;
}

body header div.headerbox nav ul li:first-child a {
	background-position: left top;
	border-left: none;
}

body header div.headerbox nav ul li:last-child a {
	background-position: right top;
}

body header div.headerbox nav ul li a:hover {
	color: #333333;
	font-weight:bold;
	background-position: bottom;
	border: 1px solid #28bff6;
	border-bottom: none;
	border-top: none;
	margin-left: -1px;
	z-index: 2;
}

body header div.headerbox nav ul li:first-child a:hover {
	background-position: left bottom;
	border-left: none;
}

body header div.headerbox nav ul li:last-child a:hover {
	background-position: right bottom;
	border-right: none;
	margin-left: 0;
}

body header div.headerbox nav ul li a.current {
	color: #333333;
	font-weight:bold;
	background-position: bottom;
	border: 1px solid #28bff6;
	border-bottom: none;
	border-top: none;
	margin-left: -1px;
	z-index: 2;
}

body header div.headerbox nav ul li:first-child a.current {
	background-position: left bottom;
	border-left: none;
}

body header div.headerbox nav ul li:last-child a.current {
	background-position: right bottom;
	border-right: none;
	margin-left: 0;
}

/* フッター */
footer {
	position: relative;
	min-height: 30px;
	margin: 10px 0;
	padding: 10px 20px;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
	color: #666666;
	border-top: 1px solid #c9c9c9;
	border-bottom: 3px solid #00b0ec;
}

footer div.footerbox {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

footer address {
	position: relative;
	top: 5px;
	display: block;
	font-size: 12px;
	font-style: normal;
}

footer address p {
	display: inline;
	margin-right: 1em;
}

footer small {
	display: block;
	font-size: 10px;
	float: right;
}

/* フッター:メニュー */
footer nav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 980px;
	height: 30px;
	margin: 0 auto;
	padding: 5 0;
}

footer nav ul li {
	float: left;
}

footer nav ul li a {
	text-decoration: none;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #666666;
}

footer nav ul li a:after {
	content: "｜";
}

/* noscript */
p#noscript {
	width: 80%;
	padding: 30px;
	margin: 0 auto;
	color: red;
	font-weight: bold;
}

/* 複数ページで使用 */
#breadcrumbs_list {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	color:#000000;
	font-size:100%;
}

#breadcrumbs_list #current{
	color:#ff0000;
}

#contents {
	position: relative;
	width: 980px;
	margin: 0 auto 0;
	padding: 0 20px 50px 20px;
}

#contents:after {
	content: "";
	display: block;
	clear: both;
}

*+html #contents {
	min-height: 1px;
}

section:after {
	content: "";
	display: block;
	clear: both;
}

*+html section {
	min-height: 1px;
}

section {
	margin-bottom: 30px;
}

/* 見出し */
section > h1 {
	position: relative;
	width: 980px;
	height: 74px;
	margin-bottom: -10px;
	line-height: 40px;
	font-size: 16px;
	text-indent: 30px;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
	background: url(../img/midashi.png) no-repeat;
	z-index: 1;
}

section h1 {
	font-weight: bold;
}

section h2 {
	font-weight: normal;
}

/* 共通 */
section {
	margin: 20px 0 30px 10px;
	width: 950px;
}

section > h1 {
	position: relative;
	width: 980px;
	height: 74px;
	line-height: 37px;
	font-size: 14px;
	text-indent: 30px;
	z-index: 1;
	margin-bottom: -15px;
	background: url(../img/midashi.png) no-repeat left top;
}

section article {
	position: relative;
	z-index: 2;
}

section#topimage article {
	width: 800px;
	margin: 0 auto;
}

#topimagearea {
	width: 100%;
	background-color: #ececec;
	margin:0 0 5px 0;
}

#topimagearea div.imgbox {
	width: 980px;
	height: 260px;
	margin: 0 auto;
}

#headImage {
	width:980px;
	height:260px;
	overflow:hidden;
	position:relative;
	list-style:none;
}

#headImage ul {
	list-style:none;
	margin:0;
	padding:0;
}

#headImage li {
	position:absolute;
	background:#fff;
	margin:0;
	padding:0;
}

div.topcont {
	width:980px;
	position: relative;
}

div#leftcont {
	width: 530px;
	float: left;
}

div#rightcont {
	width: 420px;
	float: right;
}

/* お知らせ系共通 */
section.information a {
	text-decoration: none;
}

section.information article {
	position: relative;
	margin: 0 25px 1em 10px;
	padding-bottom: 3px;
	line-height: 1.2;
	overflow: hidden;
	border-bottom: 1px dotted #959595;
}

section.information a article h2,
section.information article h2 {
	font-size: 14px;
	color: #333333;
	margin-left: 70px;
}

section.information a:hover article h2 {
	text-decoration: underline;
}

section.information a article time,
section.information article time {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 10px;
	color: #666666;
}

section.information a:hover article time {
	text-decoration: underline;
}

