@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
strong {font-weight: bold;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a { color: #09f; text-decoration: none; }
a:visited { color: #09f; }
a:hover { color: #09f; text-decoration: underline; }

body {
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", Verdana, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center; /* IE 5.x */

	color: #334;
	background-color: #fff;
}

#container {
	margin: 0 auto;
	text-align: left; /* IE 5.x */
	width: 650px;
}

#content {
	float: left;
	background: url(../img/back.gif) repeat-y;
}

#footer {
	clear: both;
	width: 650px; /* IE 5.5-6 */
	padding: 10px 0;
	font-size: x-small;
	text-align: right;
}

#header {
	padding: 10px 0;
}

#header h1 {
	float: left;
	width: 220px;
}

#header p {
	float: right;
	padding-top: 15px;
	font-size: x-small;
}

#sub {
	float: right;
	width: 200px;
}

#main {
	float: left;
	width: 450px;
}

ul#menu {
	display: block;
	padding: 5px;
	color: #99a;
}

ul#menu li a {
	font-weight: bold;
}

ul#menu li img.feed {
	float: right;
	margin-left: 10px;
}

ul#menu li {
	padding: 5px;
	background-color: #f7faff;
	margin-bottom: 5px;
}

ul#menu li span.explain {
	clear: both;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #dde;
	font-size: x-small;
}

#journal_topics {
	padding: 10px;
	overflow: hidden;
	width: 430px;
}

h1.journal_topics_title {
	font-size: x-large;
	font-weight: bold;
	color: #aab;
	border-bottom: 1px solid #bbc;
}

h2.journal_topic_title {
	font-size: large;
	font-weight: bold;
	margin-top: 40px;
	border-bottom: 1px dotted #aab;
}

blockquote.journal_topic_description {
	padding: 10px 0 20px 0;
	line-height: 1.6;
}

blockquote.journal_topic_description img {
	padding: 5px;
}

blockquote.journal_topic_description th,
blockquote.journal_topic_description td {
	padding: 5px;
	line-height: 1.6;
}

blockquote.journal_topic_description form {
	display: none;
}

p.journal_topic_posted {
	font-size: x-small;
	text-align: right;
}

strong.journal_topic_keyword {
	font-weight: bold;
}

.notice {
	color: #f36;
}

