@charset "UTF-8";

body {
	overflow-y:scroll;
	margin: 0px 0px 1px 0px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

a:link {color: #333399;text-decoration:none;}
a:visited {color: #777777;text-decoration:none;}
a:active {color: #9999CC;text-decoration:underline;}
a:hover {color: #9999CC;text-decoration:underline;}

h2 {
	margin: 30px 0px 10px 0px;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	text-align: left;
	font-weight: bold;
	line-height: 150%;
	font-size: 90%;
	}

h3 {
	margin: 30px 0px 5px 0px;
	padding: 1px 10px 1px 10px;
	font-weight: bold;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	border-color: #bbbbdd;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	color: #333333;
	}

h4 {
	text-align:center ;
	margin: 20px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
	font-weight: bold;
	font-size: 90%;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	color: #333333;
	}

h5{
	font-weight:bold;
	font-size: small;
	text-align: left;
	border-bottom-color: #577C91;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 25px 0px 0px 1.0em;
	padding: 0px 0px 0px 0.5em;
	}

#title {
	margin: 0px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	font-size: 90%;
	padding: 0px;
	padding-left: 0px;
	}

#title img {
	border: 0px;
	padding: 0px;
	margin:0px;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 870px;
	background-color: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	border-color: #bbcccc;
	border-style: solid;
	}

#center {
	float: left;
	width: 590px;
	overflow: hidden;
	margin-left:0px;
	border-width: 0px 0px 0px 0px;
	border-color: #bbcccc;
	border-style: solid;
	}

.content, .content_cat {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
}

#right {
	float: right;
	width: 278px;
	background-color: #DDE2EC;
	overflow: hidden;
	border-color: #bbcccc;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin: 0px 0px 10px 0px;
	}

.content p {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	margin: 15px 0px 10px 30px;
	}

.content blockquote {
	border-style:dashed;
	border-width:1px;
	border-color:#999999;
	padding:0em;
	}

.content blockquote p {
	margin: 0px 0px 0.6px 0px;
}

.content em{
	font-style:normal;
	color: #006600;
	}

.content li {
	font-size:90%;
	}

.content img{
	border:0px;
	margin: 2px 5px 5px 0px;
	}

.commentbody{
	margin:0em 0em 0em 0.9em;
	padding:0em 0.2em 0.5em 0em;
	}

.sidebar {
	text-align: left;
	padding: 15px;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	font-size: 80%;
	text-align: left;
	line-height: 150%;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 0px;
	}

.clear {
	margin: 0px;
	padding: 0px;
	visibility:hidden;
	display:none;
	clear:both;
}

