body {
	background: url(/image/blog/bg_main.gif) repeat-y center top;
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

a {
	color: #309300;
}


/* layout
---------------------------------------------------------------------------- */

#layout {
	background: url(/image/blog/bg_hf.gif) repeat-x left top;
	margin: 0 auto;
	padding: 25px 0 0 0;
	position: relative;
	text-align: left;
	width: 784px;
}


/* header
---------------------------------------------------------------------------- */

#header {
	background: url(/image/blog/bg_header_bottom.gif) repeat-x left bottom;
	height: 118px;
	padding: 0 0 0 9px;
	position: relative;
}

#header h1 {
	background: url(/image/blog/logo.gif) no-repeat left top;
	color: #309300;
	font-size: 20px;
	font-weight: bold;
	height: 39px;
	margin: 0;
	padding: 7px 0 0 60px;
}

#header h1 a {
	text-decoration: none;
}

#header p.description {
	margin: -15px 0 0 60px;
	width: 350px;
}

#header p.portalLink {
	position: absolute;
	right: 10px;
	top: 0;
}

#header ul {
	bottom: 7px;
	float: right;
	right: 8px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
}

#header ul li {
	float: left;
	height: 30px;
	margin: 0 0 0 3px;
	padding: 0 0 0 0;
	text-indent: -9999px;
	width: 117px;
}

#header ul li a {
	display: block;
	height: 30px;
	overflow: hidden;
	width: 117px;
}

#header ul li#menuProfile,
#header ul li#menuProfile a {
	background: url(/image/blog/bu_profile.gif) no-repeat left top;
}

#header ul li#menuProfile a:hover {
	background: url(/image/blog/bu_profile_o.gif) no-repeat left top;
}

#header ul li#menuBio,
#header ul li#menuBio a {
	background: url(/image/blog/bu_bio.gif) no-repeat left top;
}

#header ul li#menuBio a:hover {
	background: url(/image/blog/bu_bio_o.gif) no-repeat left top;
}

#header ul li#menuBlog,
#header ul li#menuBlog a {
	background: url(/image/blog/bu_blog.gif) no-repeat left top;
}

#header ul li#menuBlog a:hover {
	background: url(/image/blog/bu_blog_o.gif) no-repeat left top;
}


/* main
---------------------------------------------------------------------------- */

#main {
	background: url(/image/blog/line_body.gif) repeat-y 592px;
    overflow: hidden;
	padding: 11px 9px 0;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/


/* contents
---------------------------------------------------------------------------- */

#contents {
	float: left;
	width: 573px;
}

#contents h2.commonMHead {
	background: url(/image/blog/icon_square_green_l.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	margin: 0 0 15px 0;
	padding: 7px 0 0 35px;
}

#contents .commonBlock {
	background: #FFEDC5 url(/image/blog/bg_common_top.gif) no-repeat left top;
	_height: 1%;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #FFFFFF;
	padding: 0;
}

#contents .commonBlock .commonHeader {
	background: url(/image/blog/bg_common_header.gif) no-repeat 10px 10px;
	border-bottom: solid 2px #FFFFFF;
	color: #309300;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 8px 8px 8px 26px;
}

#contents .commonBlock .commonHeader span.date {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

#contents .commonBlock .entryFooter {
	background: url(/image/blog/bg_common_bottom.gif) no-repeat left bottom;
	border-top: solid 2px #FFFFFF;
	clear: both;
	color: #666666;
	font-size: 11px;
	_height: 1%;
	padding: 10px 17px 10px 0;
	text-align: right;
}

#contents .commonBlock .entryFooter p {
	margin: 0;
}

#contents .commonBlock .entryFooter p a {
	color: #666666;
	text-decoration: none;
}

#contents .commonBlock .entryFooter p a:hover {
	text-decoration: underline;
}

#contents .commonBlock .commentFooter {
	border-bottom: solid 2px #FFFFFF;
	color: #666666;
	font-size: 11px;
	padding: 0 14px 10px 9px;
	text-align: right;
}

#contents .commonBlock .commentFooter p {
	border-top: solid 1px #297D00;
	margin: 0;
	padding: 10px 4px 0 0;
}

#contents .commonBlock .commentFooter p a:hover {
	text-decoration: underline;
}

#contents .commonBlock .section {
	clear: both;
	line-height: 150%;
	margin: 10px;
}

#contents .commonBlock .section label.listLabel {
	clear: left;
	display: block;
	float: left;
	width: 55px;
}

#contents .commonBlock .section input#author,
#contents .commonBlock .section input#email,
#contents .commonBlock .section input#url,
#contents .commonBlock .section input#comment_form_captcha,
#contents .commonBlock .section textarea#comment {
	border: solid 1px #297D00;
}

#contents #commentForm {
}

#contents #commentForm ul.hiddenItem {
	display: none;
}

#contents #commentForm table {
	margin: 0 auto;
	width: 90%;
}

#contents #commentForm table th,
#contents #commentForm table td {
	padding: 5px;
	text-align: left;
}

#contents #commentForm table th {
	font-weight: normal;
	width: 10%;
}

#contents #commentForm table td.button {
	text-align: center;
}

#contents #commentForm table td img,
#contents #commentForm table td input {
	vertical-align: middle;
}

#contents #commentForm table td input.input {
	width: 200px;
}

#contents #commentForm table td textarea.input {
	height: 150px;
	width: 400px;
}

#contents #commentForm table td p.alertS {
	color: #FF0000;
	margin: 0;
}

#contents .commonBlock #profileArea table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#contents .commonBlock #profileArea table th,
#contents .commonBlock #profileArea table td {
	border-bottom: solid 1px #309300;
	padding: 5px 0 0;
}

#contents .commonBlock #profileArea table th {
	width: 20%;
}

#contents .page {
	margin: 0 0 10px 0;
	text-align: center;
}

#contents div.message {
	margin: 0 0 20px 0;
}

#contents div.pager {
	margin: 0 0 20px 0;
}

#contents div.pager ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#contents div.pager ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}


/* sideBar
---------------------------------------------------------------------------- */

#rightBar {
	float: right;
	width: 173px;
}

#rightBar h2 {
	background: url(/image/blog/bg_side_header.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin: 0 auto 1px;
	padding: 4px 0 0 26px;
	text-align: left;
}

#rightBar .sideBlock {
	background: #EEEEEE;
	margin: 0 0 10px 0;
	padding: 10px 5px;
	text-align: left;
	width: 163px;
}

#rightBar #sideContent {
	padding: 0 9px 0 8px;
}

#rightBar ul.commonList {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightBar ul.commonList li {
	background: url(../image/portal/icon_dot.gif) no-repeat left top;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

#rightBar ol.rankingList {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightBar ol.rankingList li {
	color: #FF4800;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

#rightBar ol.rankingList li a {
	font-weight: normal;
}

#rightBar div.calendar {
	margin: 0 0 13px 0;
	padding: 8px 0 0 0;
}

#rightBar div.calendar table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#rightBar div.calendar table th,
#rightBar div.calendar table td {
	border: solid 1px #FFFFFF;
	color: #666666;
	text-align: center;
}

#rightBar div.calendar table th {
	font-weight: normal;
	padding: 7px 0 10px 0;
}

#rightBar div.calendar table td {
	background: #DCDCDC;
	font-size: 11px;
	padding: 5px 0;
}

#rightBar div.calendar table td.link {
	padding: 0;
}

#rightBar div.calendar table td a {
	background: #99CCFF;
	color: #003366;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	width: 100%;
}

#rightBar div.calendar p.fingerPointer {
	color: #0054A7;
	cursor: pointer;
	margin: 5px 0 5px;
}

#rightBar div.calendar ul {
	list-style: none;
	margin: 0 0 5px 10px;
	padding: 0;
	text-align: left;
}

#rightBar div.calendar ul li {
	margin: 0;
}

#rightBar div.profile {
	margin: 0 0 10px 0;
	text-align: center;
}

#rightBar div.profile p {
	margin: 0 0 5px 0;
}

#rightBar div.profile ul,
#rightBar div.item ul,
#rightBar div.comment ul,
#rightBar div.blogTag ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightBar div.profile ul li,
#rightBar div.item ul li,
#rightBar div.comment ul li,
#rightBar div.blogTag ul li {
	margin: 0;
	padding: 0;
}

#rightBar div.feed {
	margin: 0 0 10px 0;
	text-align: center;
}

#rightBar div.feed p {
	margin: 0 0 5px 0;
}

#rightBar div.feed p a img {
	border: none;
}


/* footer
---------------------------------------------------------------------------- */

#footer {
	background: url(/image/blog/bg_hf.gif) repeat-x left top;
	clear: both;
	padding: 13px 13px 10px;
}

#footer p {
	float: right;
	font-size: 11px;
	margin: 0;
}

#footer p#copyright {
	float: none;
	padding: 5px 0 0;
}

#footer p#fLogo {
	margin: 0 0 10px 0;
	text-align: right;
}

#footer p#fLogo img {
	margin: 0 0 5px 0;
}

