@charset "utf-8";
@import url("/mycontent.css");

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	/*list-style-type: none;*/
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }
/* 画像の下にできる隙間をなくす */
img { /* vertical-align: bottom;*/ }

body {
	background-color:#36414d;
	text-align: center;
	margin: 0;
}
#container {
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	/*position: relative;*/
	height: 100%;
}
#container-inner {
	border-width: 0 5px 5px 5px;
	border-style: solid;
	border-color: #292e33;
	position:static;
	width: 100%;
	height: 100%;
}
#banner {
	background: #d8d941;
	/*position: relative;*/
	width: 100%;
	height: 100%;
}
#banner-inner {
	padding: 15px 13px 15px 13px;
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: #fff;
	height: 85px;
	height: 100%;
	position: static;
}
#banner-header {
	font-size: 200%;
	color: #36414d;
	font-weight: bold;
	background-color: #d8d941;
	border-width: 0;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom: 5px;
}
#banner-header a {
	color: #36414d;
	text-decoration: none;
}
#banner-header a:hover {
	color:#FFFFFF;
}
#banner-description {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("");
	border-width: 0px;
	margin-top: 10px;
}
#pagebody {
	background-color: #FFFFFF;
	/*position: relative;*/
	width: 100%;
	height: 100%;
}
#pagebody-inner {
	position: static;
	width: 100%;
	height: 100%;
}
#alpha {
	float: left;
	width: 200px;
	background-color: #d8d941;
}
#alpha-inner {
	padding: 0px 10px 0 10px;
	border-width: 0px 0px 2px 2px;
	border-style: solid;
	border-color: #fff;
}
#beta {
	float: right;
	width: 576px;
	/*position: relative;*/
	height: 100%;
	padding-right: 14px;
}
#beta #beta-inner {
	position: static;
	width: 100%;
	height: 100%;
}
.module {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f3f6f9;
	background: #fff;
	font-size: 90%;
}
.module-header {
	border-left: 5px solid #36414d;
	padding: 5px;
	color: #fff;
	background: #006633;
	font-weight: bold;
}
.module-header a {
	color:#FFFFFF;
}
.module-content {
	margin: 0 0 10px 0;
	border-top: 1px solid #cfd4d9;
	padding: 10px 10px 0 10px;
	line-height: 1.2;
}
.entry-header,
.archive-header,
.search-results-header,
.trackbacks-header {
	border-left: 5px solid #dae0e6;
	padding: 0 0 0 10px;
	color: black;
	font-size: 140%;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 10px;
	background-image: url(none);
}
.comments-header {
	font-weight:bold;
	margin:10px 0px 10px 10px;
}
.entry-footer,
.comment-footer,
.trackback-footer
{
	margin: 0 0 20px 0;
	border-bottom: 1px solid #dae0e6;
	padding-bottom: 3px;
	color: #666;
	font-size: 80%;
	text-align: right;
	letter-spacing: 0em;
}
#pagebody-inner {
}
.date-header {
	margin-top: 10px;
	font-size: 80%;
}
ul.module-list {
	margin-left: 10px;
	margin-bottom:10px;
}
.module-list-item a {
	color: #444444;
	text-decoration: none;
}
.entry-body {
	margin: 0px 15px;
}
.entry-body p{
	letter-spacing:0em;
	line-height:1.2em;
	margin-bottom: 1em;
	font-size: 90%;
}
ul.inline li ul.inline {
	display: inline;
	padding: 0;
	margin: 0
}
ul.inline li {
	display: inline;
}
ul.navigation {
	margin: 0;
	padding: 10px 0px 10px 10px;
}
ul.navigation li a {
	text-decoration: none;
}
ul.navigation li a:hover {
	text-decoration: underline;
}
.content-nav {
	margin: 0;
	padding: 10px 0px 10px 10px;
}
#comments-open-data {
	margin-bottom:20px;
	margin: 10px 0px;
}
.archive-list {
	margin-left: 10px;
	list-style-type: none;
	margin-bottom: 20px;
}
.entry-tags-header {
	background-image:none;
}
.comments-open-content {
	margin-left: 10px;
}
.comments-open-footer {
	margin-top: 10px;
}
.comments-open label {
    display: block;
}
