@charset "utf-8";

html, body {
	height: 100%;
}

body {
	text-align: center;
}

/*// common style //*/

img {
	vertical-align: bottom;
}

p { line-height: 1.65; }

.clrfix { clear: both; }

.center { text-align: center; }

.small { font-size: 93%; }

.block {
}

input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #ccc;
	background-color: #fbfbfb;
	border-radius: 5px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	background-color: #fff;
}

input[type="submit"] {
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 10px;
	color: #444;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0 1px 0 #fff; 
	background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: #bbb\9;
	font-weight: bold;
}

input[type="submit"]:active {
	position: relative;
	top: 1px;
}


/*// base block //*/

#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#header {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 10;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding-top: 120px;
	padding-bottom: 30px;
}

#contents {
	padding-bottom: 70px;
}

#footer {
	border-top: 1px solid #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
}

/*// header block //*/

#header h1 {
	text-indent: -9999px;
}

#header h1 a {
/*
	background: url(../images/h1.gif) 0 0 no-repeat;
	width: 150px;
	height: 50px;
*/
	background: url(../images/h1.png) 0 0 no-repeat;
	width: 180px;
	height: 50px;
	display: block;
}

/*// footer block //*/

#footer #fav-pony {
	position: absolute;
	right: 20px;
	top: -65px;
	text-indent: -9999px;
	background: url(../images/horse.png) right bottom no-repeat;
}

#footer #fav-pony a {
	width: 100px;
	height: 65px;
	display: block;
	z-index: 100;
}

#footer #fav-pony a:hover {
	background: url(../images/diary.png) 0 0 no-repeat;
}

#footer #fav-bird {
	position: absolute;
	right: 11px;
	top: -60px;
	text-indent: -9999px;
	background: url(../images/bird.png) right bottom no-repeat;
}

#footer #fav-bird a {
	width: 80px;
	height: 86px;
	display: block;
	z-index: 100;
}

#footer #fav-bird a:hover {
	background: url(../images/diary.png) 0 0 no-repeat;
}

#footer ul li {
	float: left;
	text-indent: -9999px;
}

#footer ul li a {
	background: url(../images/navi.png) 0 0 no-repeat #fff;
	height: 25px;
	display: block;
}

#footer ul li a.current {
	background-color: #ccc;
}

#footer ul li#btn-home a {
	width: 89px;
	background-position: 0 0;
}

#footer ul li#btn-home a.new {
	background-position: 0 -25px;
}

#footer ul li#btn-home a.current {
	background-position: 0 -50px;
}

#footer ul li#btn-profile a {
	width: 67px;
	background-position: -89px 0;
}

#footer ul li#btn-profile a.new {
	background-position: -89px -25px;
}

#footer ul li#btn-profile a.current {
	background-position: -89px -50px;
}

#footer ul li#btn-info a {
	width: 108px;
	background-position: -156px 0;
}

#footer ul li#btn-info a.new {
	background-position: -156px -25px;
}

#footer ul li#btn-info a.current {
	background-position: -156px -50px;
}

#footer ul li#btn-diary a {
	width: 55px;
	background-position: -264px 0;
}

#footer ul li#btn-diary a.new {
	background-position: -264px -25px;
}

#footer ul li#btn-diary a.current {
	background-position: -264px -50px;
}

#footer ul li#btn-contact a {
	width: 82px;
	background-position: -319px 0;
}

#footer ul li#btn-contact a.new {
	background-position: -319px -25px;
}

#footer ul li#btn-contact a.current {
	background-position: -319px -50px;
}

#copyright {
	float: right;
	text-indent: -9999px;
	background: url(../images/copyright.png) 0 0 no-repeat;
	width: 120px;
	height: 25px;
	display: block;
}

/*// contents //*/
#contents h3 a,
#contents .navigation a {
	text-decoration: none;
}

.navigation {
	border: 1px solid #ccc;
	float: left;
	position: relative;
	width: 680px;
}

#diary .navigation .nav-prev,
#diary .navigation .nav-next,
#diary .navigation .nav-archive {
	width: 250px;
	height: 30px;
	line-height: 30px;
	display: block;
}

#info .navigation .nav-prev,
#info.navigation .nav-next {
	width: 50%;
	height: 30px;
	line-height: 30px;
	display: block;
}

.navigation .nav-prev { float: left; }
.navigation .nav-next { float: right; text-align: right; }

#diary .navigation .nav-archive {
	float: left;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	width: 180px;
	text-align: center;
	position: absolute;
	left: 250px;
}

.navigation .nav-prev a,
.navigation .nav-next a,
.navigation .nav-archive a {
	display: block;
	padding: 0 5px;
}

.navigation .nav-prev a:hover,
.navigation .nav-next a:hover,
.navigation .nav-archive a:hover,
.navigation .nav-archive a.current {
	background-color: #f1f1f1;
	text-shadow: 0 1px 0 #fff;
	color: #444;
}

.navigation .nav-archive ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navigation .nav-archive ul ul {
		display: none;
		position: absolute;
		bottom: 30px;
		left: 0;
}

.navigation .nav-archive ul ul a {
	background: rgb(90, 90, 90); /* for ie short hand */
	background: rgba(100, 100, 100, 0.7);
	width: 166px;
	color: #eee;
}

.navigation .nav-archive ul ul a:hover {
	background: rgb(70, 70, 70); /* for ie short hand */
	background: rgba(50, 50, 50, 0.7);
	color: #eee;
	text-shadow: 0 -1px 0 #000;
}

/*// sidebar //*/

#sidebar {
	position: fixed;
	top: 150px;
	z-index: 5;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	width: 180px;
}

/*// protfolio //*/

#portfolio a {
	text-decoration: none;
}

#portfolio #container {
	display: table-cell;
	vertical-align: middle;
	padding-top: 0;
	text-align: center;
}

dl#portfolio-block {
	width: 765px;
	margin-bottom: 40px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	/margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

dl#portfolio-block dt {
	font-size: 140%;
	margin-top: 40px;
	text-transform: uppercase;
	/*letter-spacing: 0.1em;*/
}

dl#portfolio-block dt a {
	color: #707070;
	font-family: "Crimson Text","Times New Roman", Georgia, serif;
	font-weight: normal;
}

dl#portfolio-block dt a:hover {
	color: #999;
}

dl#portfolio-block .new a {
	color: #9b8b5d;
}

dl#portfolio-block .new a:hover {
	color: #c4b382;
}

dl#portfolio-block dt#btn-back a {
	text-indent: -9999px;
	background: url(../images/portfolio_arrow.png) 0 0 no-repeat #fff;
	width: 31px;
	height: 29px;
	display: block;
	margin: 0 auto;
}
/*
dl#portfolio-block dt#btn-back a {
	text-indent: -9999px;
	background: url(../images/btn_back.png) 0 0 no-repeat;
	width: 100px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
*/

dl#portfolio-block dd {
	margin-top: 5px;
}

dl#portfolio-block dd a {
	background-color: #fff;
}

dl#portfolio-block dd img {
	margin: 5px;
}

/*// diary //*/

#diary, #info {
	text-align: center;
}

#diary #contents,
#info #contents,
#page #contents {
	margin: 0 auto;
	width: 680px;
	text-align: left;
}

#diary .post {
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/diary_bg.gif) 0 0 repeat #fcfcfc;
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	border: 2px solid #fff;
}

#diary .post h3 {
	font-size: 21px;
	margin: 10px 0 15px;
	padding: 0 5px;
	text-shadow: 0 -1px 0 #aaa, 0 1px 0 #fff; 
}

#diary .post .date {
	font-size: 11px;
	padding: 5px 10px;
	background: rgb(235, 235, 234); /* for ie short hand */
	background: rgba(220, 220, 220, 0.5);
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
	text-shadow: 0 -1px 0 #bbb, 0 1px 0 #fff; 
}

#diary .post .entry p {
	background: url(../images/diary_line.gif) 0 0 repeat;
	line-height: 30px;
	padding: 0 5px 30px;
}

#diary .post .entry a.more-link {
	margin-top: 30px;
	display: block;
}

#diary .post .entry-footer {
	margin: 15px 5px 0;
	background: url(../images/comment.png) 0 center no-repeat;
	line-height: 15px;
	padding-left: 20px;
}

#comments {
	clear: both;
	padding-top: 30px;
}

#comments a {
	text-decoration: none;
}

#comments h3#comments-title {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #999;
	padding: 10px 5px;
}

ol#commentlist,
ol#commentlist li {
		margin: 0;
		padding: 0;
		list-style-type: none;
}

ol#commentlist { margin-bottom: 30px; }

ol#commentlist li {
	padding: 15px 5px;
	border-bottom: 1px solid #eee;
}

ol#commentlist .comment-author {
	margin-bottom: 10px;
	font-weight: bold;
}

ol#commentlist .comment-meta,
ol#commentlist .comment-meta a {
	margin-bottom: 10px;
	font-size: 10px;
	/*color: #999;
	font-weight: bold;*/
}

#respond h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

#respond label {
	margin-left: 5px;
}

#respond p {
	margin-bottom: 10px;
}

/*// information //*/

#info dl {
	width:680px;
	line-height: 1.65;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

#info dt {
	clear: both;
	float: left;
	padding: 10px 0 10px 2px;
	width: 158px;
	font-size: 93%;
	color: #777;
	
	/border-top: 1px dotted #ccc;
}

#info dd {
	padding: 10px 5px 10px 162px;
	width: 513px;
	border-top: 1px dotted #ccc;
	
	/float: left;
	/padding: 10px 5px 10px 0px;
	/width: 515px;
}

/*// profile //*/

#page h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	letter-spacing: .1em;
	border-bottom: 1px solid #eee;
	text-shadow: 0 -1px 0 #cfcfcf;
	font-family: serif;
}

#page h2 span {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	margin-left: 10px;
	text-shadow: 0 -1px 0 #eee;
	font-family: Helvetica, arial, sans-serif;
}

#page dl {
	width:680px;
	margin-bottom: 20px;
}

#page dt {
	clear: both;
	float: left;
	padding: 5px 0 5px 2px;
	width: 78px;
}

#page dd {
	padding: 5px 5px 5px 82px;
	width: 593px;
	
	/float: left;
	/padding: 5px 5px 5px 0px;
	/width: 595px;
}