html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, li, dl, dt, dd, table, th ,td, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Bitstream Vera Sans", Verdana, Osaka, sans-serif;
	background: url(image/back-ground.gif) repeat;
	padding: 10px 0;
	text-align: center;
	vertical-align: baseline;
}

a {
	color: #0066CC;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #114477;
	text-decoration: underline;
}
a.more-link {
	clear: both;
	display: block;
	width: 142px;
	padding: 3px;
	text-align: center;
	border: 1px solid #DDDDDD;
	color: #555555;
	background-color: #E8E8E8;
}
a.more-link:hover {
	color: #FFFFFF;
	background-color: #555555;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
a img, a img:hover {
	border: none;
}
ul {
	list-style: none;
}
.strong {
	font-weight: bold;
}
.big {
	font-size: 130%;
	line-height: 130%;
	letter-spacing: 0;
}
.small {
	font-size: 95%;
}
.white {
	display: block;
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 0 8px 0 0;
	padding: 1px 0 2px 0;
	line-height: 16px;
	border: 1px solid #555555;
	width: 60px;
	text-align: center;
}
.red {
	color: #FF0000;
}
.green {
	color: #009900;
}
.blue {
	color: #0000EB;
}
.sp0 {
	letter-spacing: 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

#header {
	margin: 0 auto 0 auto;
	width: 850px;
	height: 50px;
	background-color: #FFFFFF;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}
#header .titlelogo {
	float: left;
	width: 250px;
	display: inline;
	text-align: left;
	margin-top: 3px;
	margin-left: 10px;
}
#header .topmenu {
	float: right;
	width: 575px;
	display: inline;
	margin-top: 16px;
	margin-right: 10px;
}
#header .topmenu ul {
	float: right;
}
#header .topmenu ul li {
	float: left;
	display: inline;
	line-height: 20px;
	margin-right: 7px;
}

#picture {
	margin: 0 auto 0 auto;
	width: 880px;
	height: 150px;
	background: url(image/photo.jpg) 0 0 no-repeat;
	text-align: left;
	overflow: hidden;
}
#picture p {
	margin-top: 60px;
	margin-left: 120px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

#main {
	margin: 0 auto 0 auto;
	padding: 10px 0 30px 0;
	width: 850px;
	background-color: #FFFFFF;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	text-align: left;
}
#content {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 530px;
	color: #555555;
}
#content .post {
	padding-bottom: 30px;
}
#content .post_half {
	padding-bottom: 20px;
	width: 260px;
	height: 400px;
}
#content .leftbox {
	float: left;
}
#content .rightbox {
	float: right;
}
#content .post_half img {
	max-width: 70px;
	max-height: 70px;
	width: expression(this.width > 70 ? 70: true);
	height: expression(this.height > 70 ? 70: true);
}
#content h1, #content p.posttitle {
	clear: both;
	margin: 10px 0 10px 0;
	padding-left: 5px;
	width: 525px;
	font-size: 18px;
	line-height: 25px;
	color: #888000;
	font-weight: normal;
	letter-spacing: 1px;
	border-top: 3px double #EDEDED;
	border-bottom: 3px double #EDEDED;
}
#content h1 a, #content p.posttitle a {
	color: #888000;
}
#content h1 a:hover, #content p.posttitle a:hover {
	color: #555555;
	text-decoration: none;
}
#content p.posttitle_half {
	clear: both;
	margin: 10px 0 10px 2px;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 16px;
	line-height: 22px;
	color: #888000;
	font-weight: normal;
	letter-spacing: 1px;
	border-top: 3px double #EDEDED;
	border-bottom: 3px double #EDEDED;
}
#content p.posttitle_half a {
	color: #888000;
}
#content p.posttitle_half a:hover {
	color: #555555;
	text-decoration: none;
}
#content h2, #content p.smalltitle {
	clear: both;
	margin: 20px 0 10px 0;
	padding: 3px 10px;
	width: 502px;
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	font-weight: normal;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;	
	border-left: 5px solid #BB0000;	
	background-color: #FDFDFD;
}
#content h3, #content p.sstitle {
	clear: both;
	margin: 15px 0 10px 5px;
	padding: 1px 0 1px 7px;
	width: 500px;
	font-size: 14px;
	line-height: 22px;
	color: #DD0000;
	font-weight: normal;
	border-left: 8px solid #000000;
}
#content p {
	margin: 5px 5px 8px 5px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
#content p.meta {
	margin: 2px 5px 15px 5px;
	font-size: 10px;
	color: #777777;
	line-height: 18px;
	letter-spacing: 0;
}
#content p.meta .date {
	margin-left: 8px;
	font-weight: bold;
	color: #333333;
}
#content p.meta .category-link a {
	padding: 1px 3px;
	color: #FFFFFF;
	background-color: #333333;
}
#content p.meta .category-link a:hover {
	padding: 1px 3px;
	background-color: #888888;
	text-decoration: none;
}
#content p.dl-file {
	display: block;
	padding-left: 20px;
	width: 508px;
	background: url(image/download.gif) 0 0 no-repeat;
}
#content ul {
	margin: 5px 0 10px 10px;
}
#content ul li {
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 18px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	background: url(image/list01.gif) 0 3px no-repeat;
}
#content ol {
	margin: 5px 0 10px 10px;
}
#content ol li {
	font-size: 12px;
	color: #222222;
	line-height: 18px;
	letter-spacing: 1px;
	padding-left: 0px;
	list-style: decimal outside;
}
.post_navi {
	margin: 15px 5px 0 5px;
	padding: 40px 0 5px 0;
	width: 520px;
	font-size: 12px;
	line-height: 18px;
	background: url(image/post_navi-head.gif) 0 0 no-repeat;
}
.prev_link {
	float: left;
	width: 215px;
	text-align: left;
}
.home_link {
	float: left;
	margin-left: 10px;
	width: 70px;
	text-align: center;
}
.next_link {
	float: right;
	width: 215px;
	text-align: right;
}
.home_link a {
	padding: 2px 5px;
	color: #FFFFFF;
	background-color: #CC0000;
}
.home_link a:hover {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

#similar {
	margin: 0 0 0 5px;
	padding: 5px 5px;
	width: 508px;
	border: 1px solid #EEEEEE;
	background: url(image/back-ground.gif) repeat;
	overflow: hidden;
}
#similar p.similar_headline {
	margin: 5px 5px 10px 5px;
	padding: 3px 10px 1px 10px;
	width: 476px;
	font-size: 14px;
	line-height: 22px;
	color: #777777;
	font-weight: normal;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}

#sideline {
	float: right;
	display: inline;
	margin-right: 20px;
	width: 250px;
	font-size: 10px;
	color: #555555;
}
#sideline .column {
	padding-bottom: 10px;
}
#sideline p {
	margin: 1px 0 8px 0;
	font-size: 10px;
	color: #555555;
	line-height: 16px;
}
#sideline p.menubar {
	margin-bottom: 5px;
	padding: 8px;
	text-align: center;
	font-size: 12px;
	color: #555555;
	letter-spacing: 1px;
	border: 1px solid #EEEEEE;
	background-color: #FDFDFD;
}
#sideline ul {
	margin-bottom: 15px;
}
#sideline ul li {
	padding-top: 1px;
	font-size: 10px;
	color: #555555;
	line-height: 15px;
}
#sideline ul li a {
	color: #555555;
}
#sideline ul li a:hover {
	color: #FF8000;
	text-decoration: none;
}
#sideline ul.categories li {
	padding-left: 18px;
	background: url(image/categorylist.gif) 0 0 no-repeat;
}
#sideline ul.recent li,
#sideline ul.popular li {
	padding-left: 18px;
	background: url(image/sidelist.gif) 0 0 no-repeat;
}
#sideline ul.archive li {
	padding-left: 18px;
	background: url(image/sidelist.gif) 0 0 no-repeat;
	width: 65px;
	float: left;
	display: inline;
}
#sideline ul.eyelist {

}
#sideline ul.eyelist img.thumbnail,
#sideline ul.eyelist img.attachment-post-thumbnail {
	float: left;
	margin-right: 8px;
	border: 1px solid #cccccc;
	max-width: 60px;
	max-height: 60px;
	width: expression(this.width > 60 ? 60: true);
	height: expression(this.height > 60 ? 60: true);
}
#sideline ul.eyelist li {
	display: block;
	width: 240px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
}
#sideline ul.eyelist li:after {
	content: "";
	clear: both;
	display: block;
}
#sideline ul.eyelist li:hover {
	background-color: #f8f8f8;
}

#footer {
	margin: 0 auto 0 auto;
	padding-top: 5px;
	width: 850px;
	font-size: 10px;
	color: #555555;
}
#footer .left {
	width: 400px;
	text-align: left;
}
#footer .right {
	width: 400px;
	text-align: right;
}
#footer a {
	color: #555555;
	text-decoration: none;
}
#footer a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

pre {
	font-family: Arial, Osaka;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	background-color: #EEEEEE;
	margin: 10px auto 15px auto;
	padding: 10px;
	width: 480px;
	border: 1px solid #888888;
	overflow: scroll;
}
blockquote {
	margin: 5px 15px 10px 15px;
	padding: 8px 10px;
	width: auto;
	border: 1px solid #EEEEEE;
	background-color: #FDFDFD;
}
blockquote p {
	color: #777777;
}

.return {
	width: 520px;
	clear: both;
	margin: 20px 0 0 5px;
}

.wp-pagenavi {
	width: 520px;
	clear: both;
	padding: 20px 0 5px 0;
	display: block;
}
.wp-pagenavi a {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #EDEDED;
	color: #555555;
}
.wp-pagenavi a:hover {	
	border: 1px solid #888888;
	color: #555555;
}
.wp-pagenavi span.pages {
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #EDEDED;
}
.wp-pagenavi span.current {
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	color: #000000;
	margin: 2px;
	font-weight: bold;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #555555;
}

#comments {
	margin: 30px 0 20px 0;
	padding: 0;
}
#comments p.comtitle {
	padding: 20px 0 10px 0;
	font-size: 14px;
	letter-spacing: 0;
	border-top: 1px solid #EDEDED;
}
#comments ul li {
	padding: 1px 0 0 5px;
	line-height: 12px;
	font-size: 10px;
	background: none;
}
#comments ul#commentlist {
	margin: 15px 0 20px 5px;
	padding: 0;
	list-style: none;
}
#comments ul#commentlist li {
	margin: 0;
	padding: 2px 0 20px 0;
	width: 520px;
}
#comments ul#commentlist li div.comment_post {
	float: right;
	width: 438px;
}
#comments ul#commentlist li p {
	margin: 0;
	padding: 2px 0 5px 0;
	line-height: 16px;
	font-size: 12px;
	color: #333333;
}

#comments img.avatar {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #dddddd;
}
#comments ul#commentlist li p.comment_meta {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
#comments textarea#comment {
	margin: 10px 0;
	width: 514px;
	overflow: auto;
}
#comments input {
	margin-bottom: 5px;
}
#comments input[type=submit].commentpost {
	margin: 0;
	padding: 6px 15px 7px 15px;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #555555;
	color: #FFFFFF;
	background-color: #333331;
	cursor: pointer;
	font-family: Meiryo, "Bitstream Vera Sans", Verdana, Osaka, sans-serif;
}
#comments input[type=submit].commentpost:hover {
	color: #333333;
	background-color: #777777;
}

.commentform {
	font-size: 12px;
}
.commentform p.who {
	margin: 0 0 3px 0;
	padding: 0 0 2px 5px;
	font-size: 10px;
	line-height: 15px;
	background-color: #F5F5F5;
}
.commentform ol li {
	margin-bottom: 25px;
}
.mess {
	margin: 15px 0 0 0;
	padding: 40px 0 0 0;
	font-size: 10px;
	line-height: 15px;
	background: url(image/comment-head.gif) 0 0 no-repeat;
}

#header:after,
#main:after,
#content .post:after,
#content .post_half:after,
#comments ul#commentlist li:after,
#footer:after,
#sideline .column:after,
.post_navi:after {
	content: "";
	display: block;
	clear: both;
}

