*{
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:link, a:visited{ color: #6E6EEF; }
a:active{ color: #F75B09; }

em{
	font-weight: bold;
	font-style: normal;
}
strong{
	font-size: 120%;
	font-weight: bold;
}

body{
	font-family: '¥á¥¤¥ê¥ª', verdana, sans-serif;
	background-color: #D1D3FE;
	text-align: center;
	line-height: 150%;
}

#ad{
	text-align: center;
	margin: 16px;
}

#page-wrapper{
	width: 805px;
	text-align: left;
	margin: auto;
}
#body{
	background-image: url(body_bg.png);
	width: 805px;
}

#body div.wrapper1{
	background-image: url(body_header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 805px;
}
#body div.wrapper2{
	background-image: url(body_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 805px;
}

#title{
	padding: 16px 16px;
}

div.module{
	margin: 16px 4px 4px 4px;
	padding: 44px 8px 16px 8px;
	width: 180px;
}
div.module2{
	margin: 16px 4px 4px 4px;
	padding: 0px 8px;
	width: 180px;
}
#calendar{
	background-image: url(text_calendar.png);
	background-repeat: no-repeat;
}
#recent{
	background-image: url(text_recent.png);
	background-repeat: no-repeat;
}
#recent-comment{
	background-image: url(text_recent_comment.png);
	background-repeat: no-repeat;
}
#category{
	background-image: url(text_category.png);
	background-repeat: no-repeat;
}
#archive{
	background-image: url(text_archive.png);
	background-repeat: no-repeat;
	padding-left: 24px;
}
#rss{
	background-image: url(text_rss.png);
	background-repeat: no-repeat;
}
#calendar-table{
	font-size: 9pt;
	overflow: hidden;
}

li{
	list-style-position: outside;
}

ul.recent-entries li{
	font-size: 100%;
	list-style-type: none;
	background-image: url(list.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-left: -6px;
}
ul.category li{
	font-size: 90%;
	list-style-type: none;
	background-image: url(list.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-left: -6px;
}
ul.category li.child{
	margin-left: 12px;
	background-image: url(list_child.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}

div.entry{
	background-image: url(main_bg.png);
	width: 561px;
	font-size: 90%;
}
div.entry div.wrapper3{
	background-image: url(main_header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 561px;
}
div.entry div.wrapper4{
	background-image: url(main_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 561px;
	padding-top: 4px;
}
div.entry-header{
	margin: 16px 32px 16px 16px;
	height: 3.5em;
	background-image: url(dashed_line1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.entry-category{
	float: left;
	width: 160px;
	color: #021FA8;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: -0.1em;
	height: 3em;
	padding-top: 4px;
}
div.entry-category:first-letter{
	font-size: 200%;
}

div.entry-title{
	float: left;
	width: 300px;
	padding-top: 4px;
	line-height: 110%;
	margin: 0px 6px 0px 6px;
	padding-left: 24px;
	height: 2em;
	font-size: 110%;
	background-image: url(dashed_line2.png);
	background-repeat: no-repeat;
	background-position: left;
}
div.entry-date{
	color: #021FA8;
	width: 530px;
	text-align: right;
	height: 2em;
	line-height: 100%;
	font-size: 80%;
	margin-top: -1em;
}

div.entry-body{
	clear: both;
	margin: 16px;
	line-height: 130%;
}

div.entry-footer{
	margin: 0px 32px 0px 16px;
	height: 6em;
	background-image: url(dashed_line1.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 80%;
	color: #8080f0;
}
div.entry-author{
	float: right;
	margin: 16px 6px 0px 6px;
	padding-left: 24px;
	font-size: 110%;
}
div.entry-comment{
	float: right;
	margin: 16px 6px 0px 6px;
	padding-left: 24px;
	height: 2em;
	font-size: 110%;
	background-image: url(dashed_line2.png);
	background-repeat: no-repeat;
	background-position: left;
}
div.entry-footer-container{
	background-image: url(entry_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	behavior: expression(IEPNGFIX.fix(this));
}

p{
	margin: 12px 0px;
}

#navi{
	background-image: url(navi_bg.png);
	width: 561px;
	font-size: 90%;
	height: 4em;
	text-align: center;
	margin-bottom: 1em;
}
#navi div.wrapper3{
	background-image: url(navi_header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 561px;
	padding-top: 1em;
}
#navi div.wrapper4{
	background-image: url(navi_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 561px;
	padding-bottom: 2em;
}
#navi-pre{
	width: 220px;
	background-image: url(dashed_line2.png);
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding-right: 16px;
}
#navi-for{
	width: 220px;
	background-image: url(dashed_line2.png);
	background-repeat: no-repeat;
	background-position: left;
	display: inline;
	padding-left: 16px;
}
#monthly-header{
	background-image: url(monthly_bg.png);
	width: 561px;
	font-size: 120%;
	font-weight: bold;
	color: #5959FF;
	height: 3em;
	text-align: center;
	margin-bottom: 1em;
}
#monthly-header div.wrapper3{
	background-image: url(monthly_header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 561px;
	padding-top: 1em;
}
#monthly-header div.wrapper4{
	background-image: url(monthly_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 561px;
	padding-bottom: 1em;
}
#monthly-header2{
	background-image: url(monthly2_bg.png);
	width: 561px;
	font-size: 100%;
	font-weight: bold;
	color: #D9D9FF;
	height: 3em;
	text-align: center;
	margin-bottom: 1em;
}
#monthly-header2 div.wrapper3{
	background-image: url(monthly2_header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 561px;
	padding-top: 1em;
}
#monthly-header2 div.wrapper4{
	background-image: url(monthly2_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 561px;
	padding-bottom: 1em;
}
#category-header{
	background-image: url(category_bg.png);
	width: 561px;
	font-size: 120%;
	font-weight: bold;
	color: #DFDFFF;
	height: 3em;
	text-align: center;
	margin-bottom: 1em;
}
#category-header div.wrapper3{
	background-image: url(category_header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 561px;
	padding-top: 1em;
}
#category-header div.wrapper4{
	background-image: url(category_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 561px;
	padding-bottom: 1em;
}

#comments-box{
	background-image: url(comments_bg.png);
	width: 561px;
	font-size: 90%;
	text-align: center;
	amargin-bottom: 1em;
}
#comments-box div.wrapper3{
	background-image: url(comments_header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 561px;
}
#comments-box div.wrapper4{
	background-image: url(comments_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 561px;
}

#comments-list{
	background-image: url(comments_list.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 545px;
	text-align: left;
	margin-bottom: 40px;
}
#comments{
	padding: 64px 16px 0px 16px;
}
div.comment-body{
	text-align: left;
	color: #222299;
}
div.comment-footer{
	text-align: right;
	color: #222299;
}
div.comment-author{
	background-image: url(dashed_line2.png);
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding-right: 16px;
}
div.comment-date{
	display: inline;
}


#comment-post{
	background-image: url(comments_post.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 545px;
	text-align: left;
}
#comment-form{
	padding: 64px 16px;
}

blockquote{
	font-family: monospace;
	font-size: 100%;
	border-left: 12px solid rgb(0,0,102);
	margin: 1em;
}
blockquote p{
	line-height: 100%;
	margin: 0.5em 0.5em;
}



#side{
	float: left;
	width: 200px;
	font-size: 80%;
}
#main{
	float: left;
	width: 580px;
}

#page-footer{
	clear: both;
	text-align: right;
	padding: 20px 16px;
	font-size: 80%;
}

a:hover{
	color: #F75B09;
}

div.entry a:link,div.entry a:visited{ color: #2244FF; }
div.entry-category a:link,div.entry-category a:visited{ color: #021FA8; }

