@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
body {
	color:#505050;
	background-color:#EEEFFF;
	font-size: 75%;
	line-height:150%;
	padding:0px;
	min-width:720px;
	margin:0% 10% 0% 10%;
}
p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}
strong {
	font-weight:bold;
	font-size:120%;
	line-height:100%;
	color: #333333;
}
em {
	font-weight: bold;
	font-style:normal;
	color: #333333;
}
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%;
}

a:hover,a:active {
	text-decoration	: underline overline;

}

hr.sep {
	display:none;
}
img {
	border-style: none;
}
/*==============================
	ヘッダ部分
==============================*/

#banner {
	padding:10px 5px 5px 15px;
	background-color:#BA2218;
	color:#404040;
	height: 105px;
}
#banner a {
	text-decoration:none;
	color:#FFFFFF;
}
#banner a:hover,a:active {
	text-decoration	: underline;
	color:#0066FF;
}

#banner h1 {
	font-size:250%;
	font-weight:bold;
}

#banner p {
	margin:0.3em 0px;
	font-size :110%;
	font-weight : bold;
	line-height:120%;
	color: #FAFAFA;
}
#banner a img {
	border:0px;
}
#banner_note {
	background:#f0f0f0;
	text-align:center;
	padding:2px;
	border-bottom:1px solid;
}
#title {
	float:left;
}

#counter {
	text-align:right;
}

#h_navi {
	background-color: #DD6620;
	border-top:2px solid #FEC977;
	border-bottom:2px solid #FEC977;
	font-size: 120%;
	font-weight: bold;
}
#h_navi h2 {
	display: inline;
	font-size: 120%;
	padding-left: 10px;
	color: #F0F0F0;
}
#h_navi li {
	display: inline;
	padding: 5px 5px;
}
#h_navi ul {
	display: inline;
}
#h_navi a {
	color: #F0F0F0;
}
#h_navi a:hover,a:active {
	color:#CCAAAA;
	text-decoration	: underline overline;

}
#h_navi a:visited {
	color:#AAAAAA;
}
#back_dt {
	background-color: #99CCFF;
	padding: 5px 10px 5px 20px;
	width:70%;
	border:2px groove #0066FF;
}
#back_dt a:hover,a:active {
	border-style:none;
	text-decoration: none;
}
#back_dt a {
	border-style:none;
	text-decoration: none;
}
#back_dt img {
	border-style:none;
}

/*==============================
	本文エリア
==============================*/

#content {
	padding: 8px 0px 8px 0px;
	float:left;
	width: 70%;
}

/* 前後移動とか */
#menu {
	background-color: white;
	font-weight:bold;
	line-height:100%;
	padding:8px;
	margin-bottom:12px;
	border:2px solid #FF3333;
}
#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:10px;
	background-color: white;
	border:solid 2px #DD3333;
	padding:8px;
}

.item h2 {
	font-size:140%;
	font-weight:bold;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 2px 3px;
	border-color: #CC3300;
	border-style: solid;
	border-width: 0px 0px 1px 6px;
}
.item h2 a{
	text-decoration:none;
}
.item h2 .date {
	font-size:75%;
}
.item .category {
	font-size:100%;
	font-weight:bold;
	float:right;
}
.item .text{
	clear:both;
	margin:0.5em;
	padding-left:20px;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#nop {
	text-indent: 0em;
}
.item .ad{
	clear:both;
	margin:0.5em;
	padding-left:5px;
}
.item ul {
	border:1px solid #6791AF;
	background:#E2EAEF;
	padding:2px 2em;
	margin: 0px 0px 10px 0px;
	text-align:left;
}

#illustarea {
	text-align: center;
}
img.rig {
	float: right;
	margin: 4px;
}
/* 引用 */
blockquote {
	border-left: 2px solid #CC3333;
	background: #FFCC99;
	padding: 0px 0.5em 0px 0.5em;
	font-size: 90%;
}
q {
	border-left: 2px solid #003399;
	background: #99CCFF;
	padding: 0px 0.5em 0px 0.5em;
	font-size: 90%;
}
/* Amazon */
div.store {
	clear: both;
	border: 1px solid #000033;
	margin: 0.5em;
	padding: 0.5em;
}
div.store:before {
	background: #CC3333;
	content: "紹介するもの";
	display: block;
	padding: 0px 0px 0px 0.5em;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
}
.store ul {
	text-align: left;
	border: none;
	background: none;
}

/* BBS */
.bbs_form {
	background-color: white;
	border:2px groove white;
	margin-bottom:16px;
	padding:8px;
	text-align:right;
	background-image: url("bbs.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 10px;
	font-size: 110%;
}
.bbs_form_d {
	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;
}
.b_white {
	background-color: #FFFFFF;
	font-weight: bold;
}
/*==============================
	ツッコミ関係
==============================*/
.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%;
	font-size: 120%;
}
.writeback dd {
	font-weight:normal;
	margin-left:24px;
	margin-bottom:0.25em;
	line-height:125%;
	font-size: 120%;
}
.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 2px 1px 5px;
	margin:8px 0px 8px 0px;
	float:right;
	width:27%;
	border:2px solid #6699FF;
	background-color: #FAFAFA;
}
#links .side {
	margin-left:10px;
	margin-bottom:10px;
}
#links img {
	border:0px;
}
#recent img {
	display: inline;
	padding: 0px 1px 2px 1px;
}

/* カレンダー */
#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-size:120%;
	font-weight:bold;
	margin:0px 6px 4px 0px;
	border-bottom:2px dotted;
}
#links ul {
	margin:0px;
	padding-left:0px;
	list-style-type:square;
}
#links ul li {
	line-height:125%;
	margin-left:12px;
}

/*==============================
	フッダ部分
==============================*/

#footer {
	clear: both;
	background-color:#BA2218;
	min-width:720px;
	color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:2px solid #FEC977;
	right: 10%;
	left:10%;
}

#footer p {
	margin:0px 10px 0px 0px;
	font-weight: bold;
	padding: 0px;
	text-align: right;
}
#footer a {
	color: #F0F0F0;
}
#footer a:hover,a:active {
	color:#CCAAAA;
	text-decoration	: underline overline;

}
#footer a:visited {
	color:#AAAAAA;
}
/*==============================
	掲示板部分
==============================*/
#bbs {
	border: none;
}
#bbs .bbsf{
	margin-bottom:16px;
	background-color: white;
	padding:8px;
}

#bbs h2 {
	font-size:150%;
	font-weight:bold;
	border-bottom:2px dotted;
}
#bbs h2 a{
	text-decoration:none;
}
#bbs h2 .date {
	font-size:75%;
}
#bbs .category {
	font-size:100%;
	font-weight:bold;
	float:right;
}
#bbs .text{
	clear:both;
	margin:0.5em;
	padding-left:20px;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
/*==============================
	Web拍手部分
==============================*/
#webclap{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;

}
.c_text{
	text-align: center;
}
#webclap .item {
	margin-bottom:16px;
	background-color: white;
	border:solid 2px #DD3333;
	padding:8px;
}
