body {
	color:#333;
	*font-size:small;
	*font:x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, 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, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
strong {
	font-weight: bold;
}
del, ins {
	text-decoration:none;
}
li {
	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;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}

select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	overflow:hidden;
}
/* Hides from IE-mac ¥*/
* html .clearfix {
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */

.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

a {
	color: #333;
	text-decoration: none;
}
a:focus { -moz-outline-style: none; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

img, div { behavior: url(/jp/js/iepngfix.htc) }#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#header {
	margin-bottom: 50px;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 280%;
}
#header h1 span {
	font-size: 35%;
	margin-left: 10px;
}
#footer {
	clear: both;
	padding-top: 50px;
}
#footer address {
	font-style: normal;
	font-size: 93%;
}
#main {
	float: left;
	width: 600px;
}
#main .entry {
	margin-bottom: 50px;
}
#main .entry h2 {
	font-size: 160%;
}
#main .entry .date {
	font-size: 93%;
	margin-bottom: 7px;
}
#main .entry p {
	margin-bottom: 0.5em;
	font-family: Geneva, sans-serif;
	font-size: 86%;
}
#main .navigation {
	font-size: 120%;
}
#navi {
	float: right;
	width: 240px;
}
#navi #identity {
	margin-bottom: 4px;
	margin-left: 2px;
	margin-top: 4px;
}
#navi h3 {
	font-size: 160%;
}
#navi ul ,#navi p{
	margin-bottom: 50px;
}
#navi ul li {
	margin-bottom: 0.5em;
}
#main a:hover,#navi a:hover{
	text-decoration: underline;
}
