@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
body {
	color:#606060;
	background:#c0c0c0 url(metaric/bg.gif) repeat;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif;
	font-size: 75%;
	line-height:150%;
	padding:0px;
	margin:0px;
}
p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}
a{
	color:#9a4aab;
}
a:hover {
	color:#ff00ff;
}
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 {
	display:none;
}
ins {
	color:#6060ff;
	text-decoration:none;
}
del {
	color:#a0a0a0;
	text-decoration:line-through;
}

div.hr {
	border-bottom:2px dotted;
	margin:0.5em 0px;
}
img.pre_read {
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	width:1px;
	height:1px;
}
pre.src{
	border:1px solid;
	font-family:"MS Gothic",  monospace;
	font-size:100%;
	line-height:100%;
	padding:0.5em;
	margin:0.5em;
}
blockquote {
	margin: 0.2em 0px;
	line-height:120%;
	background-color: #e8f0e8;
	padding:0.3em;
}
table.type1 {
	margin:0.5em 0px;
	border-top:1px solid #808080;
}
table.type1 th {
	text-align:left;
	padding:1px 4px;
	border-bottom:3px double #808080;
	background-color:#E0E0E0;
}
table.type1 td {
	border-bottom:1px solid #808080;
	padding:1px 4px;
}
/*==============================
	ヘッダ部分
==============================*/

#banner {
	padding:10px 15px;
	border-bottom:1px solid;
	background:#d0d0d0 url(usada_top.jpg) no-repeat 100% 0px;
	height:130px;
	color:#404040;
}
#banner a {
	text-decoration:none;
}

#banner h1 {
	font-family:georgia,"ＭＳ Ｐゴシック",serif;
	font-size:250%;
	font-weight:bold;
}

#banner p {
	margin:0.5em 0px;
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size : 90%;
	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 {
	padding:8px 10px 8px 225px;
	min-width:530px;
}

/* 本文上部のメモ書きエリア */
.content_note_before {
	background: url(metaric/note01.gif) no-repeat;
	width:510px;
	height:15px;
	margin:16px auto 0px auto;
}
.content_note_after {
	background: url(metaric/note03.gif) no-repeat;
	width:510px;
	height:15px;
	margin:0px auto 16px auto;
}
.content_note {
	background: url(metaric/note02.gif) repeat-y;
	width:470px;
	margin:0px auto;
	padding: 0px 20px;
}
.content_note dl {
	margin:0px;
	line-height:120%;
}
.content_note h2,
.content_note h3,
.content_note h4 {
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size:130%;
	font-weight:bold;
	margin:0px;
	padding-bottom:4px;
}
.content_note p {
	margin:0px 1em;
	line-height:120%;
	padding:4px 0px;
}

/* BBS */
.bbs_form {
	background: url(metaric/note02.gif) repeat-y;
	width:470px;
	margin:0px auto;
	padding: 0px 20px;
	text-align:right;
}
.bbs_form textarea {
	width:98%;
}
.bbs_form * {
	margin-bottom:0px;
}
.bbs_AuthorUrl {
	font-size:92%;
	line-height:100%;
	text-align:right;
	margin:0px;
	padding:0px;
}

/* 前後移動とか */
#menu {
	background:url(metaric/prevnext.gif) no-repeat;
	width:530px;
	height:40px;
	padding-top:10px;
	margin:8px auto 16px auto;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	position:relative;
	line-height:100%;
}
#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 .btn_prev {
	background:url(metaric/prev_btn_a.gif) no-repeat;
	position:absolute; z-index:1; left:0px;top:0px;
}
#menu .btn_next {
	background:url(metaric/next_btn_a.gif) no-repeat;
	position:absolute; z-index:1; left:auto;top:0px;right:0px;
}
#menu .btn_prev:hover {
	background:url(metaric/prev_btn_b.gif) no-repeat;
}
#menu .btn_next:hover {
	background:url(metaric/next_btn_b.gif) no-repeat;
}
#menu a {
	text-decoration:none;
}

/* 本文１項目 */
#content .item {
	margin-bottom:16px;
	background-color: white;
	border:2px groove white;
	padding:8px;
}

.item h2 {
	font-family:Arial,"MS PGothic",sans-serif;
	font-size:150%;
	font-weight:bold;
}
.item h2 a{
	text-decoration:none;
}
.item h2 .date {
	font-size:66%;
}
.item .category {
	font-size:100%;
	font-weight:bold;
	float:right;
}
.item .text{
	clear:both;
	padding:0.5em 8px 0px 8px;
	border-top:2px dotted;
}
.item .text ul,
.item .text ol,
.item .text dl {
	margin-top:0.5em;
	margin-bottom:0.5em;
	line-height:140%;
}

.item .text h3 {
	background:url(metaric/h.gif) no-repeat 0px 50%;
	padding:0.5em 0px 0.5em 22px;
	font-size:125%;
	font-weight:bold;
	color:#404040;
}
.item .text p {
	margin-left:12px;
}
.item div.text img {
	margin:0.25em 0.5em;
}
.item table.text img {
	margin:0px;
}
.item td.DataAreaL {
	font-size:90%;
	line-height:125%;
	width : 200px;
	text-align : right;
	font-weight : normal;
	padding-right:10px;
}
.item a img {
	border: 1px solid;
}

#content .comment {
	border:1px solid;
	background:#f8f8f0;
	margin:8px 0px;
	padding:4px 8px;
}
#content .comment h4 {
	border-bottom: 1px dotted;
	font-size:125%;
	font-weight:bold;
	color:#404040;
}
/*==============================
	ツッコミ関係
==============================*/
.writeback {
	margin-top:0.5em;
	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 {
	position:absolute;
	top:160px;
	left:0px;
}
div.links_before {
	background:url(metaric/side01.gif) no-repeat;
	width:220px;
	height:20px;
}
div.links_after {
	background:url(metaric/side03.gif) no-repeat;
	width:220px;
	height:20px;
}
div.links_main {
	background:url(metaric/side02.gif) repeat-y;
	padding:0px 10px 0px 20px;
	width:190px;
}

#links .side {
	margin-left:16px;
	padding-bottom:8px;
}
#links img {
	border:0px;
}

/* カレンダー */
#links table.calendar th,
#links table.calendar td {
	text-align:center;
	line-height:100%;
	padding:1px 2px;
}
#links table.calendar caption,
#links table.calendar tr.caption td,
#links table.calendar tr.caption th {
	text-align:center;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px solid #606060;
	text-decoration:none;
}
#links table.calendar tr.caption a {
	text-decoration:none;
}
#links table.calendar a{
	font-weight:bold;
}

#links h1,
#links h2,
#links h3,
#links h4,
#links h5,
#links h6 {
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 4px 0px;
	padding-top:8px;
}
#links ul {
	margin:0px;
	padding-left:0px;
	list-style-type:square;
}
#links ul li {
	line-height:125%;
	margin-left:12px;
}

