/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
	background:#ffffff url(bg13.gif) repeat-y;
	background-position:center;
	font-family:'ヒラギノ丸ゴシック', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* テーブル・段落 */
td { font-size:14px; line-height:160%; }
p  { margin:3px 5px; }

/* リンク */
a       { color:#312b21; text-decoration:underline; }
a:hover { color:#663300; text-decoration:none; background-color:#fff980; }

/* コンテンツ */
h1 { color:#2f4f4f; font-size:18pt; font-family: "ＭＳ 明朝",serif; margin:0px 0px;}
h2 { color:#615642; font-size:11pt; margin:0px 0px;}
h3 { color:black;   font-size:11pt; margin:0px 0px;}

#news dl { overflow: hidden; }
#news dt {
  width: 8em;
  float: left;
  margin-bottom: 10px;
  clear: both;
}
#news dd {
  margin-left: 8em;
  margin-bottom: 8px;
}

a {
  text-decoration: none;
}


h2{
	font-size: 22px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}






#global_navi {
	width: 780px;
	clear: both;
	overflow: hidden;
	margin: 6px auto;
}

#global_navi ul li {
	width: 129px;
	float: left;
	margin-right: 1px;
	text-align: center;
}

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

#global_navi ul li a {
	display: block;
	padding: 6px;
	background-color: #00bfff;
	color: #fff;
	text-decoration: none;
}


#global_navi ul li.current a {
	background-color: #6495ed;
}

#global_navi ul li a:hover {
	background-color: #9999ff;
}

#global_navi ul li {
 letter-spacing:-0.1em;
}

#global_navi {
margin:0;
padding:0;
}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}























footer {
  background-color: #334f66;
  text-align: center;
}
footer #footer_nav {
  background-color: #ffffff;
  padding: 1px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #aaa;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #fff;
}



