@charset "UTF-8";

/* wwwwwww

rNote CSS デフォルトからほんのちょっと改良 
Daichi Ando
wwwwww */

/*==============================
	基本タグ設定
==============================*/
body {
  color:#c9171e;
  background-color:#fbfaf5;
  /*font-family:Times,'Times New Roman','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','IPAex明朝','IPAP明朝','HGP明朝E','ＭＳ Ｐ明朝',serif;*/
  font-size: 75%;
  line-height:150%;
  padding:0px;
  margin:0px;
}

p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}

a:link { color: #19448e }
a:visited { color: #0f2350 }
a:hover { color: #5383c3 }
a:active { color: #0095d9 }

strong {
	color:red;
	/*font-weight:bold;*/
 	font-size:125%;
	line-height:100%;
}

em {
	color:red;
	font-weight: normal;
	font-style:normal;
}

sup {
	vertical-align : 20%;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	line-height:100%;
}
dt {
	font-weight:bold;
}
dl,ul,ol,form {
	margin-top:0px;
	margin-bottom:0px;
}
form p{
	margin:1px;
	line-height:100%;
}
textarea {
	font-size:100%;
	overflow:auto;
}

input {
	font-size:100%;
	line-height:100%;
}

hr.sep {
	display:none;
}

/*==============================
	ヘッダ部分
==============================*/

#banner {
	padding:10px 20px;
	border-bottom:1px solid;
	background: #c9171e;
	color: #fbfaf5;
}
#banner a {
	text-decoration:none;
}

#banner h1 {
	/*font-family:'Garamond','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','IPAex明朝','IPAP明朝','HGP明朝E','ＭＳ Ｐ明朝',serif;*/
	font-size:300%;
	font-weight:normal;
}

#banner p {
	margin:0.3em 0px;
	/*font-family:Times,'Times New Roman','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','IPAex明朝','IPAP明朝','HGP明朝E','ＭＳ Ｐ明朝',serif;*/
	font-size : 100%;
	font-weight : bold;
	line-height:120%;
}
#banner a img {
	border:0px;
}
#banner_note {
	background:#f0f0f0;
	text-align:center;
	padding:2px;
	border-bottom:1px solid;
}
/*==============================
	本文エリア
==============================*/

#content {
	/*position:absolute;
	left:220px;*/
	top:auto;
	padding:8px 10px 8px 5px;
	min-width:530px;
	width:70%;
	color:#0d0015;
	float:left;
}

/* 前後移動とか */
#menu {
	/*font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','IPAexゴシック','IPAPゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	background-color: white;
	font-weight:bold;
	line-height:100%;
	padding:8px;
	margin-bottom:16px;
	border:2px groove white;
}
#menu p{
	margin:0px;
	padding:2px;
}
#menu .btn_prev,
#menu .btn_next {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	font-size:0px;
}
#menu a {
	text-decoration:none;
}

/* 本文１項目 */
#content .item {
	margin-bottom:16px;
	background-color: white;
	border:2px groove white;
	padding:8px;
	/*font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','IPAexゴシック','IPAPゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}

.item h2 {
	/*font-family:Times,'Times New Roman','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','IPAex明朝','IPAP明朝','HGP明朝E','ＭＳ Ｐ明朝',serif;*/
	font-size:200%;
	font-weight:bold;
	border-bottom:2px dotted;
}
.item h2 a{
	text-decoration:none;
}
.item h2 .date {
	font-size:75%;
}
.item .category {
	font-size:100%;
	/*font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','IPAexゴシック','IPAPゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-weight:bold;
	float:right;
}
.item .text{
	clear:both;
	margin:0.5em;
	font-size:125%;
}


.item h3 {
	text-align:left;
	font-size:150%;
	margin-top:8px;
	/*font-family:Times,'Times New Roman','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','IPAex明朝','IPAP明朝','HGP明朝E','ＭＳ Ｐ明朝',serif;*/
	font-weight:normal;
}

.item h4 {
           font-size: 110%;
           /*font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','IPAexゴシック','IPAPゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
           font-weight:bold;
           margin-top: 5px;
           margin-left: 5px;
}
.item h5 { 
           font-size: 100%;
           /*font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','IPAexゴシック','IPAPゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
           font-weight:bold;
           margin-left: 10px;
 }

.item p {
      text-align: left;
      margin-left: 10px;
          margin-right: 10px;
      margin-bottom: 15px;
          font-size: 100%;
}

.item dl { 
           margin-left: 10px;
           margin-bottom: 15px;
           margin-top: 5px;
}

.item table {
              font-size: 100%;
              margin-left: 10px;
}

.item dl table { 
                 margin-left: 10px;
                 margin-top: 5px;
                 padding: 0px 0px 0px 0px;
}

.item dl table tr { 
           font-size: 90%;
           line-height: 110%;
}

.item dl table td { 
           padding: 0px 0px 0px 0px;
}

.item pre {
            text-align: left;
            margin-left: 20px;
            margin-right: 30px;
            background-color: #fef4f4;
            border-left: solid 4px #f2a0a1;
            padding-left: 10px;
            font-size: 100%;
            /*font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','IPAexゴシック','IPAPゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}

.item blockquote { 
                   text-align: left;
                   margin-left: 20px;
                   margin-right: 20px;
                   background-color: #e6e6e6;
                   border-color: #666666;
                   border-style: solid;
                   border-width: 1px 4px 1px 4px;
                   padding: 0px 5px 0px 5px;
}

.item blockquote p { 
      text-align: left;
      margin: 5px 10px 5px 10px;
                     font-size: 100%;
}


/* BBS */
.bbs_form {
	background-color: white;
	border:2px groove white;
	margin-bottom:16px;
	padding:8px;
	text-align:right;
}
.bbs_AuthorUrl {
	font-size:92%;
	line-height:100%;
	text-align:right;
	margin:0px;
	padding:0px;
}

/*==============================
	ツッコミ関係
==============================*/
.writeback {
	margin-top:0px;
	padding-top:8px;
	border-top:2px dotted;
	text-align:right;
	line-height:120%;
}
.writeback a {
	text-decoration:none;
}
.writeback form {
	text-align:right;
	margin-bottom:0.5em;
}
.writeback dl {
	border:1px solid #a0a0a0;
	background:#f8f8f0;
	line-height:100%;
	padding:2px 0.5em;
	margin: 0px 0px 4px 0px;
	text-align:left;
}
.writeback dt {
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:100%;
}
.writeback dd {
	font-weight:normal;
	margin-left:24px;
	margin-bottom:0.25em;
	line-height:125%;
}
.writeback li {
	line-height:125%;
}
.writeback ul {
	border:1px solid #a0a0a0;
	background:#f8f8f0;
	padding:2px 2em;
	margin: 0px 0px 4px 0px;
	text-align:left;
}
.writeback .url{
	font-size:11px;
	margin:0px;
}

/*==============================
	サイドバーエリア
==============================*/

#links {
	padding:10px 10px 0px 20px;
	width:190px;
	margin:0px;
	float:left;
}
#links .side {
	margin-left:16px;
	margin-bottom:16px;
}
#links img {
	border:0px;
}

/* カレンダー */
#links table.calendar th,
#links table.calendar td {
	text-align:center;
	line-height:100%;
	padding:1px 2px;
}
#links table.calendar tr.caption td,
#links table.calendar tr.caption th {
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid;
}
#links table.calendar a{
	font-weight:bold;
}

#links h1,
#links h2,
#links h3,
#links h4,
#links h5,
#links h6 {
	/*font-family:Times,'Times New Roman','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','IPAex明朝','IPAP明朝','HGP明朝E','ＭＳ Ｐ明朝',serif;*/
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}
#links ul {
	margin:0px;
	padding-left:0px;
	list-style-type:square;
}
#links ul li {
	line-height:125%;
	margin-left:12px;
}

