/* Diary */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E5FADE url(../images/body_bg.gif) repeat-y center top;
	font-size: small;
	font-family: "Lucida Grande";
	line-height: 150%;
}

div#wrapper {
	width: 750px;
	margin: 0 auto;
}

div.clear {
	clear: both;
}

img {
	border-style: none;
}

a:link, a:visited {
	color: #00630D;
}

a:hover, a:active {
	color: #FF7B00;
}

/* @group Header */

div#header {
	width: 708px;
	height: 164px;
	margin: 0 auto;
	position: relative;
}

div#header h1 {
}
	
/* @end */

/* @group Contents */

div#contentswrapper {
	width: 707px;
	margin: 0 auto;
	background: transparent url(../images/leftdivision_bg.jpg) repeat-y left center;
}

div#leftmenu {
	width: 188px;
	float: left;
	padding-bottom: 50px;
}

div#articlecontainer {
}
	
/* @end */

/* @group Article */

div#articlecontainer {
	width: 485px;
	float: right;
	margin-top: 10px;
}

div#articlecontainer div.eacharticle {
	margin: 20px 0px 0 auto;
	padding: 10px 20px;
	width: 445px;
	background: transparent url(../images/article_bg.jpg) repeat-y;
	position: relative;
}

div#articlecontainer h2 {
	color: #2F8C01;
	border-left: 6px solid #2F8C01;
	padding-left: 5px;
	font-size: large;
	font-weight: bold;
	line-height: 130%;
	margin-top: 5px;
	text-shadow: 0 2px 2px #999;
}

div#articlecontainer div.eacharticle div.articletext {
	margin: 20px auto 10px;
	border-bottom: 2px dotted #a39e8f;
	padding-bottom: 10px;
}

div#articlecontainer div.eacharticle div.posttime {
	text-align: right;
}

div.articleBottomShadow {
	width: 485px;
	background: transparent url(../images/article_bg_bottom.gif) no-repeat;
	height: 10px;
	margin: 0 0 20px auto;
}

div.hole {
	position: absolute;
	background: transparent no-repeat url(../images/hole.gif);
	width: 16px;
	height: 16px;
	top: 8px;
	right: 12px;
}
	
/* @end */

/* @group Page Navigation */

div.pagenavi {
	width: 400px;
	margin: 15px auto;
	height: 15px;
	position: relative;
	color: #d5d5d5;
	font: 11px "Lucida Sans Typewriter", Courier;
}

div.pagenavi div.pages {
	text-align: center;
	left: 0px;
	top: 0;
}

div.pagenavi div.pages a {
	padding: 0 5px;
}

div.pagenavi span.currentpage {
	padding: 0 5px;
	color: #ff8367;
}

div.pagenavi div.back {
	position: absolute;
	top: 0;
	left: 0;
}

div.pagenavi div.next {
	position: absolute;
	right: 0;
	top: 0;
}

form#perpageselectbox {
	margin: 0;
	padding: 0;
}

form#perpageselectbox fieldset {
	border-style: none;
	margin-left: 20px;
}
	
/* @end */

/* @group Footer */

div#footer {
	width: 750px;
	clear: both;
}
	
/* @end */

div#socialcontainer {
	height: 20px;
}

table#social.top {
	float: right;
}

table#social.top td {
	vertical-align: top;
	padding-left: 10px;
}