@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color:;
  font: 90%;
  font-family:"游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", "MS Mincho", serif;	
}
a:link, a:visited {
  color: #1122cc;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: underline;
  color: #32CF1D;
}

#body-area {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  background: #fff;
}
#header {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  background: #f3e99a;
  background-image: ;
  width: 100%;
  height: 245px;
  text-align: center;
  border-bottom: 1px solid gray;
}
#main-area {
  width: 100%;
}
#content {
  float: left;
  width: 728px;
  text-align: center;
  border-right: 1px solid #bbbbbb;
  column-count:auto;
}
#navi {
  float: left;
  width: 270px;
  text-align: left;
}
#footer {
  width: 100%;
  height: 50px;
  clear: both;
  text-align: center;
  border-bottom: 5px solid #277ab1;
}

/* サイド画面 */
.sidebody {
  margin: 1.5em 8px;
  line-height: 130%;
  font-size: smaller;
}
.sidebody ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.side-ttl {
  border-left: 4px solid #5396c6;
  padding-left: 7px;
  margin: 1em 0;
  font-weight: bold;
}

/* ヘッダータイトル */
h1 {
  	text-shadow:1px 0px 0px #0000ff, 0px 1px 0px #0000ff, -1px 0px 0px #0000ff, 0px -1px 0px #0000ff;
	color:white;
	font-weight:600 ;
	letter-spacing: 2px;
  font-size: 160%;
}
h1 a {
  color: #0000ff !important;
}
#head-box {
  text-align: left;
  margin: 0 auto;
  width: 94%;
  padding: 1em 1.5em;
}
/* サブタイトル */
#subttl {
  margin:;
  color:#0000ff;
  letter-spacing: 2px;
  height: 220px;
}

/* 記事 */
div.article {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  margin: 0 auto;
  text-align: left;
  border-bottom: 2px dotted #666;
  padding: 10px;
  width: 650px;
  column-count:;
  background-color: ;
  overflow: scroll;
  height: 440px;
  color: #0000ff;
  line-height:40px;　
}
div.body {
  margin: 1em;
  background: ;
  padding-bottom: px;
  min-width: 500px;
}
/* 記事タイトル */
div.subject {
  font-weight: bold;
  font-size: larger;
  padding: 5px 7px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  color: #0000ff;
}
/* 記事日付 */
div.date {
  margin-left: 1em;
  color: #006600;
}
/* 記事下部 */
.art-bot {
  text-align: right;
  font-size: 12px;
  color: gray;
  margin-right: ;
  padding: px;
}
/* 固定記事下部（TB/COM） */
#pm-bot {
  margin: 1em;
  text-align: left;
}
div.pm-ttl {
  font-weight: bold;
  margin: 15px 0 10px 0;
  border-left: 4px solid #ff6262;
  padding-left: 7px;
}
input#tb-url {
  width: 360px;
  margin-left: 1.5em;
}
input#com-name {
  width: 250px;
}
textarea#com-msg {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  width: 250px;
  height: 7em;
  color: #0000ff;
}
#com-btn {
  margin-top: 4px;
}
#com-btn input {
  width: 70px;
  height: 28px;
}

/* カレンダ */
#calen {
  margin: 1em auto;
  width: 96%;
}
#calen th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  text-align: center;
  background: #eee;
}
#calen th span {
  display: inline-block;
  margin: 0 8px;
}
#calen td {
  font-size: 13px;
  padding: 4px 6px;
  text-align: center;
}
#calen tr.day td {
  color: #969696;
}
#calen td.sun {
  color: #d50000;
}
#calen td.sat {
  color: #0000ce;
}
#calen td a {
  text-decoration: underline;
}

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

/* ページ繰越 */
div.page {
  margin: 3em auto;
}
#paging {
  text-align: center;
}
#paging li {
  background-color: #eee;
  border: 1px solid #000;
  display: -moz-inline-box;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
* html #paging li {
  display: inline;
  margin-right: 3px;
  zoom: 1;
}
*+html #paging li {
  display: inline;
  margin-right: 3px;
  zoom: 1;
}
#paging li a {
  display: block;
  text-decoration: none;
  width: 25px;
}
#paging li b {
  color: #d54609;
}

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

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

/* 記事検索 */
input#find {
	width: 120px;
}

/* 検索結果画面 */
table#find {
  margin: 1em auto;
  border-collapse: collapse;
}
table#find th, table#find td {
  border: 1px solid #8080c0;
  padding: 6px;
}
table#find th {
  background: #cbcbe4;
}
table#find td {
  background: #fff;
}

/* TB・コメント一覧 */
div.com-log {
  margin: 8px 0 8px 2em;
  font-size: 85%;
  line-height: 150%;
}
div.com-msg {
  margin-left: 1em;
}
div.com-log span {
  color: #666;
}
#conf {
  width: 90%;
  margin: 1.5em auto;
  background: #fff;
  padding: 1em 1.5em;
  text-align: left;
  border-radius: 6px;
}
#form {
  margin: 1em 0;
  border-collapse: collapse;
}
#form th, #form td {
  padding: 10px;
  border: 1px solid #aaa;
}
#form td {
  text-align: left;
}
#form th {
  background: #ccc;
}
#capt {
  width: 120px;
  padding: 6px;
  margin: 6px 0;
}
input.btn{
  width: 120px;
  height: 32px;
}
#kogane{
	text-shadow: 1px 0px 0px #00dd00, 0px 1px 0px #00dd00, -1px 0px 0px #00dd00, 0px -1px 0px #00dd00;
	color: #6aea15;
}	
#kimidoriwaku{
	background-color: #73fd02;
	width: 30px;
	font-weight: 400;
	padding: px px px px;
	text-shadow: 0px 0px 0px orange, 0px 0px 0px orange, -0px 0px 0px orange, 0px 0px 0px orange;
	color: #0000ff;
}
#kimidori{color:#00ff00;
}
#conwaku{
	background-color:#0000ff;
	width: 30px;
	font-weight: 400;
	padding: px px px px;
	color: white;
}
#careha{
	background-color:#d26900;
	width: 30px;
	font-weight: 400;
	padding: px px px px;
	color: #64f81d;
}
#care{
	background-color:#f2cb71;
	width: 30px;
	font-weight: 400;
	padding: px px px px;
	color: green;
}
#kiwaku{
	background-color:#c0c081;
	width: 30px;
	font-weight: 400;
	padding: px px px px;
	color: white;
}
#kimihukuro_1{
	text-shadow:1px 0px 0px #008000, 0px 1px 0px #008000, -1px 0px 0px #008000, 0px -1px 0px #008000;
	color: #00ff00;
	font-weight:400 ;
	letter-spacing: px;
}
#shirohukuro{
	text-shadow:1px 0px 0px #0000ff, 0px 1px 0px #0000ff, -1px 0px 0px #0000ff, 0px -1px 0px #0000ff;
	color: white;
	font-weight:600 ;
	letter-spacing: px;
}
#shirowaku{
	background-color:white;
	width: 30px;
	font-weight: 400;
	padding: 5px 5px 5px 5px;
	color: #0000ff;
        font-family:;
        letter-spacing:;
}
#kouyou{
	text-shadow:0.5px 0px 0px #9cf20d, 0px 0.5px 0px #9cf20d, -0.5px 0px 0px #9cf20d, 0px -0.5px 0px #9cf20d;
	color: green;
	font-weight:400 ;
	letter-spacing: px;
}
#miduwaku{
	background-color:#00ffff;
	width: 30px;
	font-weight: 600;
	padding: 5px 5px 5px 5px;
	color: #0000ff;
}
#chiwaku{
	background-color:white;
	width: 30px;
	font-weight: 600;
	padding: 5px 5px 5px 5px;
	color: #c0c0c0;
}
#kurowaku{
	background-color:black;
	width: 30px;
	font-weight: 600;
	padding: 5px 5px 5px 5px;
	color: white;
}
#hitowaku{
	background-color:white;
	width: 30px;
	font-weight: 600;
	padding: 5px 5px 5px 5px;
	color: #00b000;
}
#chyawaku{
	background-color:#804000;
	width: 30px;
	font-weight: 600;
	padding: 5px 5px 5px 5px;
	color: white;
}
#kiirowaku{
	background-color: #ffff00;
	width: 30px;
	font-weight: 600;
	padding: 5px 5px 5px 5px;
	color: #804000;
}
#conwaku{
	background-color:#0000ff;
	width: 30px;
	font-weight: 600;
	padding: 5px 5px 5px 5px;
	color: white;
}
/* スマホ向け */
@media screen and (max-width:680px){
  #body-area {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    float: none;
    width: 100%;
  }
  #navi {
    float: none;
    width: 100%;
  }
  #conf {
    width: 100%;
    margin: 0;
    padding :0;
    text-align: center;
  }
  #form {
    width: 100%;
    margin: 1em auto;
    padding: 0;
  }
  #form tr, #form th, #form td {
    width: 100%;
    display: block;
    text-align: center;
  }
  #form th, #form td {
    padding: 5px 0;
  }
}
