@charset "UTF-8";

/* ------------------------------ basic ----- */
html {
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
height: 100%;
}

body {
margin: 0;
/* setting border: 0 hoses ie5 win window inner well border */
padding: 0;
background: url(http://webheibon.jp/blog/tokyo/images/body_bg.jpg) top center;
font-family: Georgia, "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "細明朝体", "Times New Roman", Times, serif;
font-size: 0.8em;
letter-spacing: 0.06em;
line-height: 1.9em;
color: #000000;
height: 100%;
}

img {
display: block;
border: 0;
}

form {
margin: 0;
padding: 0;
}

input {
margin-bottom: 2px;
padding: 0px;
}

ul {
margin: 0;
padding: 0;
}

li {
list-style: none;
list-style-image: none;
}

p  {
margin: 0;
padding: 0;
}

dl, dd {
margin: 0;
padding: 0;
}

q {}
/* q:before {content:"";}
q:after {content:"";} */

hr {
clear: both;
display: none;
}


/* ------------------------------  basic link ----- */
a,a:link,a:visited {
color:#a80000;
text-decoration: underline;
outline: none;
}

a:visited {
color:#680000;
text-decoration: underline;
outline: none;
}

a:active,a:hover {
color: #000000;
text-decoration: none;
}


/* ------------------------------  basic text ----- */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


/* ------------------------------  CONTAINER  ----- */
#container {
	background: url(http://webheibon.jp/blog/tokyo/images/container_bg.jpg) top center no-repeat;
	width: 860px;
	margin: 0 auto;
	padding: 0 0 90px 0;
	height: 100%;
	min-height: 100%;
	line-break: strict;
	position:relative;
}

#pageinner {
	background: url(http://webheibon.jp/blog/tokyo/images/header_bg.jpg) top center repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body > #pageinner {
height: auto;
}

#pagefooter {
	background: url(http://webheibon.jp/blog/tokyo/images/footer_bg.jpg) repeat-x bottom center;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

#main {
	height: 100%;
	min-height: 100%;
}


/* ------------------------------  HEADER ----- */
#header {
	width: 860px;
	height: 270px;
	margin: 0;
	padding: 0;
}

.header_title h1 a {
	display: block;
	background: url(http://webheibon.jp/blog/tokyo/images/title.gif) top center no-repeat;
	width: 168px;
	height: 36px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	position: relative;
	top: 85px;
	left: 122px;
}

.header_author {
	width: 145px;
	height: 58px;
	position: relative;
	top: 96px;
	left: 623px;
}



/* ------------------------------  MAIN ----- */
#main {
	width: 668px;
	margin: 0 auto;
	padding: 0;
}



/* ------------------------------  ENTRY ----- */
.entry {
	margin: 0 0 25px 0;
	padding: 0;	
}

.entry_number {
	margin: 0 0 12px 4px;
}

.entry_title h3 {
	font-size: 2.2em;
	margin: 0 0 2.4em 0;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", serif;
}


/* ------------------------------  BACKNUMBER ----- */
#backnumber {
	width: 677px;
	background: url(http://webheibon.jp/blog/tokyo/images/backnumber_bg.jpg) top center repeat-y;
	margin: 0 auto 10px auto;
	padding: 0;
}

.backnumber_t {
	width: 677px;
	background: url(http://webheibon.jp/blog/tokyo/images/backnumber_t.jpg) top center no-repeat;
	margin: 0;
	padding: 80px 0 0 0;
}

.backnumber_b {
	width: 677px;
	background: url(http://webheibon.jp/blog/tokyo/images/backnumber_b.jpg) bottom center no-repeat;
	margin: 0;
	padding: 0 0 36px 0;
}

.backnumber_list {
	margin: 0 68px 0 58px;
	padding: 0 0 0 0;
}

.backnumber_list li {
	background: url(http://webheibon.jp/blog/tokyo/images/list_dot.gif) left no-repeat;
	margin: 0 0 12px 0;
	padding: 0 0 0 15px;
line-height: 1em;
}




/* ------------------------------  PROFILE ----- */
#profile {
	width: 560px;
	margin: 0 auto;
	padding: 0 0 0 28px;
}

.profile_title {
	margin: 0 0 5px 0;
}

#profile h4{
	font-size:1.2em;
	font-weight:normal;
	margin:10px 0 0 4px;
}

#profile p {
	margin: 0;
	padding: 0 4px;
}


/* FOOTER
--------------------------------------------*/
#footer {
position: absolute;
bottom: 0px;
width: 760px;
height: 60px;
margin: 0 auto 6px auto;
padding: 0;
}

.footer_inner {
padding: 15px 18px 0 18px;
font-size: x-small;
}

#footer h2 a {
display: block;
text-indent: -9999px;
width: 169px;
height: 22px;
background: url("http://webheibon.jp/blog/tokyo/images/heibon_logo.gif") no-repeat left top;
}
