* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-size: 80%;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

blockquote {
	margin: 0px 1em 1em 1em;
	border:dotted 2px #CCCCCC;
	padding: 0.75em;

	background-color:#EEF8FF;
}

ul,
ol {
	margin-left: 1em;
}

a {
	text-decoration: none;
	color: #3E9722;
}

a:hover {
	text-decoration: underline;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	padding: 1em;
	font-size: 1em;
	color: white;
}

.boxed .content {
	padding: 0.5em;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

ul.tree {
	list-style-type: none;
}

.tree ul li {
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding-left: 0.5em;
}

/* エントリー部 */

.navigator {
	text-align: center;
	line-height: 120%;
	margin-bottom: 0.5em;
}

.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	color: #FFFFFF;
	word-break: break-all;
}

.post .title span {
	display: block;
	padding: 1em;
	line-height: 110%;
}

.post h2 a {
	color: white;
}

.post .date {
	padding-bottom: 0px;
	padding-right: 0px;
//	margin: -25px 1px 1px 1px;
	text-align: right;
	font-size: x-small;
	color: #666;
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 2px 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
	overflow: hidden;
	word-break: break-all;
}

.story h4 {
	color: #666;
	border-left: 10px solid #ddeeff;
	padding: 2px 4px;
	margin: 4px 0px 2px;
	line-height: 110%;
}

/* 続きを読む */
.extended {
	margin: 2em 1em 1em 1em;
}

/* エントリーアーカイブ */
.entry_extra {
	padding: 0px 10px;
}

.entry_extra h3 {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	color: white;
	font-size: 1em;
	padding: 0.5em;
}

.entry_extra .block {
	padding: 0.5em;
	margin: 0.5em;
	background-color: #F0F8FF;
	border: 2px solid #cccccc;
	line-height: 120%;
}

.entry_extra .block .head {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.entry_extra .block .post {
	margin-left: 1em;
}

#comment_form_block .text {
	margin: 2px 1em;
	padding: 2px 1em;
}

#comment_form_block .text textarea {
	width: 80%;
}

/* Header */

#header {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
//	background: #CAE646 url(images/img01.jpg) no-repeat;
	background: #6BC7EF url(images/img01.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}

#topic_path {
	margin: 0.5em;
	padding: 0.5em;
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 480px;
	padding-left: 20px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 5px;
}

#sidebar2 .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}

#sidebar2 .content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: x-small;
}

