body {
	color: #333333;
	background-color: #fdfdf6;
	margin: 0px;
}

/* 全体のレイアウト */
#header {
	background-color: #e5ecf9;
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
}

#footer {
	background-color: #e5ecf9;
}

#content div.pad {
	padding: 15px;
}
/* 全体のレイアウトここまで */

/* 見出しのスタイル */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/* 見出しのスタイルここまで */

/* リンクの基本スタイル */
a {
	text-decoration: underline;
	color: #0000ff;
}

a:visited {
	text-decoration: underline;
	color: #0000ff;
}

a:active {
	text-decoration: underline;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #ff00cc;
}
/* リンクの基本スタイルここまで */

/* #headerのデザイン */
#header {
	background-color: #e5ecf9;
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
}

#header h1 {
	background-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0.2em;
}

#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:active,
#header h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ffffff;
}
/* #headerのデザインここまで */

/* #contentのデザイン */
#content div.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content div.menu a,
#content div.menu a:link,
#content div.menu a:visited,
#content div.menu a:active,
#content div.menu a:hover {
	text-decoration: none;
}

#content h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 100%;
	background-color: #e5ecf9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366cc;
	padding-top: 0.2em;
	padding-left: 0.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	clear: both;
}

#content h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 95%;
	color: #ff00cc;
	background-image: url(mark_h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}

#content h3 a {
	text-decoration: none;
	color: #ff00cc;
}

#content h3 a:visited {
	text-decoration: none;
	color: #ff00cc;
}

#content h3 a:active {
	text-decoration: none;
	color: #ff00cc;
}

#content h3 a:hover {
	text-decoration: underline overline;
	color: #ff00cc;
}

#content h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	margin-top: 0.5em;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	margin-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
	padding-bottom: 0.2em;
	clear: both;
}

#content p {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-indent: 0.8em;
}

#content p.photo {
	text-align: center;
	text-indent: 0px;
	width: 100%;
	overflow: auto;
}

#content p.photo_l {
	text-align: center;
	text-indent: 0px;
	border-style: double;
	border-color: #cccccc;
	margin-right: 0.5em;
	padding-bottom: 0.2em;
	float: left;
}

#content p.photo_r {
	text-align: center;
	text-indent: 0px;
	border-style: double;
	border-color: #cccccc;
	margin-left: 0.5em;
	padding-bottom: 0.2em;
	float: right;
}

#content blockquote {
	background-color: #ffffff;
	border-top-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 0.5em;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 1px;
}

#content pre {
	font-size: 80%;
	background-color: #ffffff;
	line-height: 150%;
	border-top-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0.5em;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 1px;
	overflow: auto;
}

#content li {
	font-size: 80%;
	line-height: 150%;
}

#content li li {
	font-size: 100%;
}

#content li p {
	font-size: 100%;
	text-indent: 0px;
}

#content dt {
	font-size: 80%;
	line-height: 150%;
}

#content dd {
	font-size: 80%;
	line-height: 150%;
}

#content dd dt {
	font-size: 100%;
}

#content dd dd {
	font-size: 100%;
}

#content dd li {
	font-size: 100%;
}

#content dd p {
	font-size: 100%;
}

#content img.pic {
	background-color: #ffffff;
	margin: 0.5em;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
}

#content img.pic_l {
	background-color: #ffffff;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	float: left;
}

#content img.pic_r {
	background-color: #ffffff;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	float: right;
}

div.posted {
	clear: both;
}

ul.post_ul {
	text-align: right;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699cc;
	padding-top: 0.1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699cc;
	padding-bottom: 0.1em;
}

li.post_li {
	line-height: 150%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}

.paging p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.paging p.navi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
}

.now_page {
	font-weight: bold;
}

.paging a {
	text-decoration: none;
	color: #0000ff;
}

.paging a:visited {
	text-decoration: none;
	color: #0000ff;
}

.paging a:active {
	text-decoration: none;
	color: #0000ff;
}

.paging a:hover {
	text-decoration: underline overline;
	color: #ff00cc;
}

.adsense {
	font-size: 80%;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
}

.writeback_body {
	overflow: auto;
}

#content div.wb_comment p {
	text-indent: 0px;
}

ul.wb_post_ul {
	text-align: right;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699cc;
	padding-top: 0.1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699cc;
	padding-bottom: 0.1em;
}

li.wb_post_li {
	line-height: 150%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}

div.trackback-url {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	overflow: auto;
}

div.trackback-url {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	overflow: auto;
}

p.message {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.message_b {
	font-weight: bold;
	color: #ff00cc;
}

.writeback_body label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

.writeback_body input, textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	margin-bottom: 0.5em;
}

.remember input {
	margin-bottom: 0px;
}

.remember {
	margin-bottom: 0.5em;
}

p.wikieditish {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.wikieditish_b {
	font-weight: bold;
	color: #ff00cc;
}

.wikieditish_body label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

.wikieditish_body input, textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	margin-bottom: 0.5em;
}
/* #contentのデザインここまで */

/* #footerのデザイン */
#footer address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
	padding-bottom: 0.2em;
}
/* #footerのデザインここまで */

/* テーブルのデザイン */
/* ブログ */
div.blog {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.blog table {
	border: solid 1px #6699cc;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

div.blog caption {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 90%;
	font-weight: bold;
	color: #ff00cc;
	background-image: url(mark_h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699cc;
	padding-left: 1.3em;
}

div.blog th {
	white-space: nowrap;
	background-color: #e5ecf9;
}

div.blog td,th {
	font-size: 80%;
	line-height: 150%;
	padding: 3px;
	border: solid 1px #6699cc;
}

div.blog td.center {
	text-align: center;
	white-space: nowrap;
}

div.blog td.right {
	text-align: right;
	white-space: nowrap;
}

div.blog th.name {
	letter-spacing: 1em;
}

div.blog td.name {
	white-space: nowrap;
}

div.blog th.contents {
	letter-spacing: 2em;
	width: 100%;
}
/* ブログここまで */
/* テーブルのデザインここまで */

/* フロート解除 */
.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

.clear_b {
	clear: both;
}
/* フロート解除ここまで */

/* 色の指定 */
.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.green {
	color: #008000;
}
/* 色の指定ここまで */

/* 罫線のデザイン */
hr {
	color: #dddddd;
	background-color: #dddddd;
	width: 100%;
	height: 1px;
	clear: both;
	border: 0px;
}
/* 罫線のデザインここまで */

