@charset "UTF-8";

@import url(../../../stylesheets/blog/base.css);

body {
	background-color: #FEFEE8;
}

a {
	color: #6FA16A;
	text-decoration: underline;
}


/* layout ****************************************************************** */

div#container {
	width: 800px;
}

div.contents {
	margin: 0 3px;
	text-align: center;
}
div.section {
	margin: 10px auto;
	text-align: left;
}
div.section input {
  width: 160px;
  padding-top:3px;
  margin-top:3px;
}

div#header {
	margin-bottom: 20px;
	height: 300px;
}

div#column_wrapper {
	float: left;
	width: 620px;
}

div#primary_column {
	width: 445px;
	color: #444;
	background: #fff;
}

div#secondary_column {
	width: 175px;
	background-color: #;
}

div#tertiary_column {
	width: 175px;
	background-color: #;
}

div#footer {
}

div#container_reader img{
	margin-left: -10px;
}

div#container_murablo img{
	margin-left:-9px;
}

/* ****************************************************************** layout */


/* container *************************************************************** */

div.container h2 {
	padding-top: 7px;
	height: 33px;
	color: #fff;
	background-color: #fff;
	font-size: 15px;
	text-align: center;
}

div.container div.container_body {
	color: #360;
	background-color: #fff;
}

/* *************************************************************** container */


/* header ****************************************************************** */

div#header {
	color: #61453B;
	background: url(images/clover_top.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}

div#header a {
	color: #61453B;
	text-decoration: none;
}

div#header h1 {
	display: block;
	font-size: 18px;
	padding: 89px 310px 14px 167px;
	line-height: 1.1em;
	word-break: break-all;
}

div#header p {
	padding: 0 250px 0 91px;
	font-size: 13px;
	line-height: 1.1em;
	word-break: break-all;
	text-align: center;
}

/* ****************************************************************** header */


/* entry ******************************************************************* */


/* header */
div.entry div.entry_header .entry_title {
	background: url(images/clover_icon.gif);
	background-repeat: no-repeat ;
	padding-bottom: 10px;
}

div.entry h2 {
	height:41px;
}

div.entry_theme {
	font-weight: bold;
	text-align: left;
	color: #;
	padding: 0px 0px 0px 0px;
}

div.entry_date {
	font-weight: bold;
	text-align: right;
	color: #;
	padding: 0px 10px 0px 0px;
}

div.entry div.entry_body {
	font-weight: bold;
	text-align: left;
	color: #;
}

div.entry div.entry_body img{
   margin:5px;
}

div.entry div.entry_header .entry_title {
	padding-left:45px;
	padding-top: 7px;
	color: #6FA16A;
	font-size: 18px;
}

div.clear {
	clear: both;
}

/* body */
div.entry div.entry_body {
	padding: 15px;
	background-color: #fff;
}

/* footer */
div.entry div.entry_footer {
	text-align: center;
	padding: 10px 0 80px 0;
	background: #fff url(images/clover_title_2.jpg) no-repeat left 40px;
}

div.entry div.entry_footer a {
	color: #6FA16A;
	text-decoration: underline;
}

div.entry div.entry_footer li {
	border-right: 1px solid #444;
	border-left: none;
}

div.entry div.entry_footer li.permanent_link {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

/* ******************************************************************* entry */


/* comment ***************************************************************** */

div#comment {
	margin: 0;
	margin-bottom: 2em;
	padding: 10px;
}

div#comment div.comment_header {
	margin-top: 10px;
	padding: 0.2em 0.2em 0.1em;
	border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
}

div#comment div.comment_date {
	color: #777;
}

div#comment div.comment_body {
	padding: 0.2em;
	color: #000;
}

/* ***************************************************************** comment */


/* trackback *************************************************************** */

div#trackback {
	margin: 0;
	margin-bottom: 2em;
	padding: 10px;
}

div#trackback h4 {
	margin-top: 10px;
	padding: 0.2em 0.2em 0.1em;
	border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
}

div#trackback p {
	padding: 0.2em;
	color: #f00;
}

/* *************************************************************** trackback */


/* secondary column ******************************************************** */

div#secondary_column div.container_body {
	padding-left: 10px;
	background-color: transparent;
	margin-bottom: 2em;
}

div#secondary_column h2 {
	margin: 0;
	padding: 13px 0 0 35px;
	height: 50px;
	font-size: 13px;
	text-align: left;
	background: url(images/clover_menu.gif) no-repeat left top;
	color: #927952;
}

div#secondary_column div.contents {
	width: 160px;
	margin-left: 10px;
}

/* ******************************************************** secondary column */


/* tertiary column ********************************************************* */

div#tertiary_column div.container_body {
	padding-left: 10px;
	background-color: transparent;
	margin-bottom: 2em;
}

div#tertiary_column h2 {
	margin: 0;
	padding: 13px 0 0 35px;
	height: 50px;
	font-size: 13px;
	text-align: left;
	background: url(images/clover_menu.gif) no-repeat left top;
	color: #927952;
}

div#tertiary_column div.contents {
	width: 160px;
	margin-left: 10px;
}
/* ********************************************************* tertiary column */

