@charset "utf-8";

* { margin: 0; padding: 0; }
body {
	font-size: 12px;
	font-family:Osaka,&#39;メイリオ&#39;,Meiryo,&#39;ＭＳ Ｐゴシック&#39;,verdana,arial,sans-serif;
	font-weight:normal;
	line-height: 150%;
	color: #444444;
	background: #ffffff;
	margin: 0 auto;
	padding: 0px;
	}

div#head {
  background: #277ab1;
  margin: 0 auto;
  width: 918px;
  height: 100px;
  text-align: center;
  border-bottom: 2px dotted gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  padding: 1em 0;
}
div#body {
  background: #fff;
  margin: 0 auto;
  width: 918px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
div#foot {
  background: #fff;
  margin: 0 auto;
  width: 918px;
  text-align: center;
  font-size: 90%;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 5px solid #277ab1;
}

/* サイド画面 */
div#navi {
  float: right;
  width: 80px;
  text-align: left;
}
div#rss {
  margin: 1.5em 0;
  font-size: 11px;
}
div#sidebody {
  margin: 1.5em 0;
  line-height: 150%;
  font-size: 90%;
}

div#main {
  margin-right: 180px;
  text-align: left;
  padding: 10px;
}

/* ヘッダータイトル */
h1 {
  color: #fff;
  font-size: 150%;
}
/* サブタイトル */
p#subttl {
  margin: 1em;
  color: #ffff97;
}

/* 記事 */
div.article {
  border-bottom: 1px dotted gray;
  padding: 1em;
  width: 98%;
}
div.body {
  margin: 1em;
}
/* 記事タイトル */
div.subject {
  border-left: 6px solid #0f238c;
  font-weight: bold;
  font-size: 120%;
  padding: 2px 7px;
  margin: 1em 0;
  letter-spacing: 1px;
  color: #575757;
}
/* 記事日付 */
div.date {
  margin-left: 1em;
  color: gray;
}

/* フッター */
div#foot-box {
  padding: 10px;
}

/* ページ繰越 */
div.page {
margin: 3em auto;
font-size:16px !important;
}

#paging {
color:#707070 !important;
text-align: center;
}

#paging li {
color:#707070 !important;
background:#FFFFFF !important;
border-radius:3px !important;	
/*border:solid 1px #DCDCDC !important;*/
display: -moz-inline-box;
display: inline-block;
line-height: 40px;
width: 40px;
height: 40px;
}

* html #paging li {
display: inline;
margin-right: 3px;
zoom: 1;
}

*+html #paging li {
display: inline;
margin-right: 3px;
zoom: 1;
}

#paging li a {
color:#707070 !important;
background:#e0e0e0 !important;
border-radius:3px !important;	
/*border:solid 1px #DCDCDC !important;*/
display: block;
text-decoration: none;
width: 40px;
}

#paging li a:hover {
border-color:#707070  !important;
background:#5C6BC0 !important;
color:#fff !important;
}

#paging li b {
color:#707070 !important;
background:#FFFFFF !important;
border-radius:3px !important;	
border:solid 1px #DCDCDC !important;
display: -moz-inline-box;
display: inline-block;
line-height: 40px;
width: 40px;
height: 40px;
/*border-color:#202020 !important;*/
background:#5C6BC0 !important;
color:#fff !important;
}

/* 寄せ */
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}

/* アイコン */
img.icon {
  vertical-align: middle;
  border: none;
}

address{
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#F3F3F3;
	text-align:center;
	width:100%;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
}
		
address a{
	position: relative; 
	top: 0px; 
	left: 0px; 
	text-decoration: none;
	color:#F3F3F3;
}