/*------------------------------------------------------大枠 ここから---*/
#bloglist {
	float: right;
	width: 537px;
	_width: 530px;
	margin-right: 20px;
	_margin-right: 12px;
}
#content-nav {
	font-size: 13px;
	color: #62BA33;
}
#content-nav p {
	text-align: center;
}
#content-nav a {
	color: #62BA33;
	text-decoration:none;
}
#content-nav a:hover {
	text-decoration:underline;
}
#content-nav a:visited {
	text-decoration:none;
}
/*------------------------------------------------------大枠 ここまで---*/
/*------------------------------------------------------アーカイブ ここから---*/
#archive {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	padding: 16px;
	width: 502px;
	color: #595758;
}
#archive ul {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	padding-left: 20px;
}
#archive li {
	list-style-type: none;
	margin: 5px 0;
	font-size: 0.95em;
}
.archive-header {
	color: #62BA33;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	padding-left: 20px;
}
/*------------------------------------------------------アーカイブ ここまで---*/
/*------------------------------------------------------記事 ここから---*/
.blog {
	position: relative;
	top: 0;
	left: 0;
	border: solid 1.5px #62BA33;
	margin-bottom: 20px;
	padding: 16px;
	padding-bottom: 0;
	width: 502px;
	color: #595758;
	font-size: 0.75em;
}
.blog a {
	color: #62BA33;
	padding: 0 2px;
}
.blog a:link,
.blog a:visited {
	text-decoration: none;
}
.blog a:hover {
	text-decoration: underline;
}
/*--タイトル*/
.blog-title {
	width: 502px;
	margin-bottom: 5px;
	padding: 0;
	padding-bottom: 10px;
	/*padding: 13px 0 10px;*/
	font-size: 1.3em;
	font-weight: normal;
	color: #62BA33;
	background: url("../images/dotline.gif") no-repeat center bottom;
}
/*--メンバー*/
.member {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 30px;
	height: 30px;
	margin: 0 0 10px;
}
/*--カテゴリー*/
.category {
	float: left;
	color: #62BA33;
	font-size: 0.9em;
}
/*--ユーザー*/
.memberDate {
	text-align: right;
	font-size: 0.9em;
}
.vcard-author {
	margin-left: 10px;
	font-size: 0.9em;
}
/*--body*/
.blog-body {
	margin: 20px 0;
}
.blog-footer {
	text-align: right;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
.separator {
	color: #62BA33;
}
/*------------------------------------------------------記事 ここまで---*/
/*------------------------------------------------------カテゴリー別 ここから---*/
#category-title {
	height: 36px;
	padding: 5px 10px 10px 20px;
	background: url("../images/subtitleimg.gif") no-repeat;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: normal;
	color: #62BA33;
}
/*------------------------------------------------------カテゴリー別 ここまで---*/
/*------------------------------------------------------トラックバック&コメント ここから---*/
/*--共通*/
#trackback h3,
#comments h3 {
	height: 11px;
	margin-bottom: 15px;
	font-size: 0;
	text-indent: -9999px;
}
.margin {
	margin-top: 30px;
}
/*--トラックバック*/
#trackback {
	width: 480px;
	margin: 0 auto 20px;
	padding-top: 1em;
	font-size: 0.75em;
	color: #62BA33;
	border-bottom: solid 1.5px #62BA33;
}
#trackback h3 {
	background: url("../images/tracbackimg.gif") no-repeat 2em;
}
#trackback p {
	padding-bottom: 10px;
}
.bar {
	margin-bottom: 10px;
	border-bottom: solid #62BA33 1.5px;
}
/*--コメント*/
#comments {
	width: 480px;
	margin: 0 auto 20px;
}
#comments h3 {
	background: url("../images/commentimg.gif") no-repeat 2em;
}
.comment-body {
	font-size: 0.9em;
	margin-top: 5px;
	border-bottom: solid #E3F5DC 1.5px;
}
.comment-body p {
	font-size: 1.1em;
	margin: 5px 0 15px;
	color: #595758;
}
/*--コメント投稿*/
#comment-entry {
	padding: 20px 25px 40px;
	background-color: #F5FFF2;
}
#comment-entry h2 {
	color: #62BA33;
	font-size: 1.3em;
}
#comment-entry h3 {
	width: 113px;
	height: 13px;
	margin-bottom: 20px;
	background: url("../images/contributetitle.gif") no-repeat;
	font-size: 0;
	text-indent: -9999px;
}
#comment-entry dl {
	position: relative;
	width: 100%;
	top: 0;
	left 0;
}
#comment-entry dt {
	display: block;
	position: absolute;
	left: 0;
	width: 90px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-size:  0;
	text-indent: -9999px;
}

#entry-name {background: url("../images/nametitle.gif");}
#entry-email {background: url("../images/mailtitle.gif");}
#entry-url {background: url("../images/urltitle.gif");}
#entry-comment {background: url("../images/commenttitle.gif");}

#comment-entry dd {
	margin-left: 100px;
}
#comment-end p {
	font-size: 1.2em;
	margin: 5px 0;
}

#input-name input,
#input-email input,
#input-url input,
#input-comment textarea {
	padding: 3px;
	border: solid 1px #C9CECA;
	font-size: 13px;
}

#input-name input,
#input-email input {
	width: 220px;
}

#input-url input,
#input-comment textarea {
	width: 320px;
}
#entry-submit {
	margin-top: 10px;
}
#entry-submit p {
	display: block;
	position: absolute;
	left: 0;
}

#input-preview {
	margin-left: 330px
}

#input-submit {
	margin-left: 410px;
}

#input-preview1 {
	margin-left: 250px
}

#input-submit1 {
	margin-left: 330px;
}

#input-cancel {
	margin-left: 410px;
}
/*------------------------------------------------------トラックバック&コメント ここまで---*/
/*------------------------------------------------------ページ切り替え ここから---*/
#archive-link {
	padding: 0;
	margin: -5px;
	list-style-type: none;
	font-size: 0.8em;
}
#archive-prev {
	float: left;
}
#archive-next {
	float: right;
}
#archive-link a {
	text-decoration:none;
	color: #62BA33;
}
#archive-link a:hover {
	text-decoration:underline;
}
#archive-link a:visited {
	text-decoration:none;
}
/*------------------------------------------------------ページ切り替え ここまで---*/
/*------------------------------------------------------検索 ここから---*/
#search {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
}
/*------------------------------------------------------検索 ここまで---*/
