@charset "utf-8";

@import "normalize.css";

html {
	overflow-y: scroll;
}

body {
	color: #444;
	font-size: 13px;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	line-height: 1.5;
	text-align: center;
	background-color: #FFF;
}

#container {
	width: 960px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

a:link {
	color: #2A4596;
	text-decoration: none;
}

a:visited {
	color: #2A4596;
	text-decoration: none;
}

a:active {
	color: #2A4596;
	text-decoration: underline;
}

a:hover {
	color: #2A4596;
	text-decoration: underline;
}

img.ic {
	vertical-align: bottom;
}


/* header */

header {
	width: 960px;
	height: 143px;
	position: relative;
	margin: 0;
}

h1 {
	position: absolute;
	top: 60px;
	left: 290px;
	margin: 0;
}

#comment {
	position: absolute;
	top: 8px;
	left: 0;
	margin: 0;
}

#hnav {
	position: absolute;
	top: 8px;
	right: 0;
	margin: 0;
	color: #888;
}

#hnav a:link, #hnav a:visited {
	color: #888;
	text-decoration: none;
}

#hnav a:active, #hnav a:hover {
	color: #888;
	text-decoration: underline;
}


/* nav */

nav {
	width: 960px;
	height: 46px;
	margin: 0 auto 3px;
}

ul#nav {
	display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul#nav li {
	margin: 0;
  padding: 0;
  background: none;
  flex-grow: 1;
}

ul#nav li a {
	display: block;
  background: linear-gradient(to bottom, #f1f1f1, #d7d7d7);
  border: 1px solid #cbd5d6;
  padding: 13px 0 11px;
  font-size: 15px;
  font-weight: 900;
  color: #2e3933;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-decoration: none;
}

ul#nav li a:hover {
  opacity: .7;
}

ul#nav li.on a {
  background: linear-gradient(to bottom, #ebbbbb, #d8a8a8);
}

ul#nav ul li a {
	color: #333;
	text-decoration: none;
}


/*ul#nav1 {
	margin: 0px;
	padding: 0px;
}

ul#nav1 li {
	list-style-type: none;
	line-height: 0;
	float: left;
	background-image: none;
	margin: 0;
	padding: 0;
}*/


/* footer */

footer {
	width: auto;
	height: 67px;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	line-height: 1.1;
	clear: both;
	text-align: center;
	border-top: 1px solid #B7B7B7;
}

#gotop {
	height: 21px;
	margin: 2px 18px 0 0;
	padding: 0;
	float: right;
	clear: right;
}

#copy {
	margin: 9px 0 0 18px;
	padding: 0;
	color: #8B8B8B;
	text-align: left;
	float: left;
	clear: left;
}


/* main */

#main {
	width: 960px;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0 0 20px;
	clear: right;
	background-color: #FFFFFF;
	overflow: hidden;
  min-height: 500px;
}

h2 {
	height: 18px;
	width: 935px;
	margin: 8px auto 20px;
	padding: 13px 0 10px 25px;
	background-image: url(../images/common_graf/h2.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0.2em;
}

h3 {
	height: 16px;
	width: 900px;
	margin: 25px auto 12px;
	padding: 7px 0 7px 12px;
	font-size: 16px;
	font-weight: normal;
	color: #444;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px solid #D3D3D3;
}

h3.top {
	margin: 0 auto;
}

h3.frame {
	width: 444px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #2A4596;
	margin: 15px 10px 5px 35px;
	padding: 0;
}

h5 {
	padding: 0;
	font-size: 14px;
	margin: 15px 10px 5px 40px;
}

h6 {
	padding: 0;
	font-size: 13px;
	margin: 15px 10px 3px 43px;
}

p {
	margin: 5px 40px 5px 40px;
	padding: 0;
	text-indent: 0.7em;
}

p.noindent {
	text-indent: 0;
}


/* list */

ul {
	margin: 5px 40px 5px 52px;
	padding: 0;
}

ul li {
	list-style: none;
	padding: 2px 0 2px 17px;
	background-position: 0 6px;
	background-image: url(../images/common_graf/li.gif);
	background-repeat: no-repeat;
}

li ul {
	margin: 5px 0 0 5px;
}

ul.li_mb08 li, ol.li_mb08 li {
	padding-bottom: 8px
}

ol {
	margin: 5px 40px 5px 72px;
	padding: 0;
}

ol li {
	margin: 0;
	padding: 2px 0;
}

li ol {
	margin: 5px 0 0 10px;
}


/* table */

table {
	padding: 0;
	margin: 10px 10px 10px 50px;
}

table.center {
	margin: 10px auto;
}

table td {
	border: 1px dotted #9495B1;
	padding: 5px;
}

table th {
	border: 1px dotted #9495B1;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #2A4596;
	color: #FFF;
}

table.noborder td, table.noborder th {
	border: none;
}


/* figure */

figure {
	margin: 10px 20px;
}

figure.center {
	margin: 10px auto;
}

figure.fr {
	float: right;
	margin: 0 35px 5px 10px;
}

figure.fl {
	float: left;
	margin: 0 10px 5px 40px;
}

figure img {
	margin: 3px 5px;
}

figcaption {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
}


/* utility */

.mb0 {
	margin-bottom: 0;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt0 {
	margin-top: 0;
}

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	text-indent: 0;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.small {
	font-size: 0.85em;
}

hr {
	border: 1px dotted #666666;
	margin: 15px 20px;
	clear: both;
}

blockquote {
	margin: 5px 0 5px 10px;
}

blockquote p {
	text-indent: 0;
}