@charset "UTF-8";

@import url(../../../stylesheets/blog/base.css);

body {
	background: #bfddff;
	color: #333;
}

a {
	color: #267fcc;
	text-decoration: underline;
}


/* layout ****************************************************************** */

div#container {
	width: 800px;
	background-color: #fff;
	margin-top: 15px;
}

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 {
	height: 250px;
}

div#all_column_wrapper {
	height: 1em;
	padding-top: 13px;
}

div#column_wrapper {
	float: left;
	width: 625px;
}

div#primary_column {
	width: 450px;
	margin: 0px;
	padding: 0px;
}

div#secondary_column {
	width: 175px;
	float: left;
	margin: 0px;
	overflow: hidden;
}

div#tertiary_column {
	width: 175px;
	float: right;
	margin: 0px;
	}

div#footer {}

div.clear {
	clear: both;
}

/* ****************************************************************** layout */


/* container *************************************************************** */

div.container h2 {
	padding-top: 7px;
	height: 33px;
	font-size: 15px;
	text-align: center;
}


/* *************************************************************** container */


/* header ****************************************************************** */

div#header {
	background-image: url(images/029_top.jpg);
	background-repeat: no-repeat;
	border-bottom: 3px solid #267fcc;
}

div#header a {
	color: #111;
	text-decoration: none;
}

div#header h1 {
	display: block;
	font-size: 18px;
	padding: 55px 40px 12px 30px;
	line-height: 1.1em;
	word-break: break-all;
}

div#header p {
	color: #333;
	padding: 0 50px 0 40px;
	font-size: 13px;
	line-height: 1.1em;
	word-break: break-all;
}

/* ****************************************************************** header */


/* entry ******************************************************************* */

div.entry div.section {
	margin: 0;
}

div.entry {
	border: 1px solid #66aae7;
	margin-left: 5px;
	margin-right: 5px;
}

/* header */
div.entry div.entry_header {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/029_title.gif) no-repeat left top;
}

div.entry div.entry_header h2.entry_title {
	height: 50px;
	padding: 8px 10px 0 60px;
	color: #0076bf;
	font-size: 18px;
}

div.entry div.entry_header div.entry_theme {
	float: left;
	padding: 5px 0 1em 5px;
	color: #267fcc;
}
div.entry div.entry_header div.entry_date {
	float: right;
	padding: 5px 5px 1em 0;
	color: #267fcc;
}

/* body */
div.entry div.entry_body {
	width: 400px;
        padding:15px;
	margin-left: auto;
	margin-right: auto;
}

div.entry div.entry_body img{
   margin:5px;
}

div.entry div.entry_body h3 {
	font-size: 110%;
}

/*div.entry div.entry_body blockquote {
	margin: 1em 10px;
	padding: 10px;
	background: #bfddff;
	border: 1px solid #eee;
}*/

div.entry div.entry_body p {
	margin-bottom: 1em;
}

/* footer */
div.entry div.entry_footer {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	text-align: center;
}

div.entry div.entry_footer a {
	text-decoration: underline;
}

div.entry div.entry_footer li {
	border-right: 1px solid #666;
	border-left: none;
}

div.entry div.entry_footer li.permanent_link {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

/* ******************************************************************* entry */


/* comment ***************************************************************** */

div#comment {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

div#comment h3 {
	padding: 5px 0 3px 10px;
	font-size: 120%;
	color: #0076bf;
}

div#comment div.comment_form {
	padding: 0 0 0 10px;
}

div#comment div.comment_header {
	margin: 10px 10px 0 10px;
	padding: 0.2em 0.2em 0.1em;
	border-top: 1px solid #344353;
	background-color: #bfddff;
}

div#comment div.comment_body {
	margin: 0 10px;
	padding: 0.5em;
	background-color: #e8f2ff;
}

div#comment div.comment_date {
	color: #777;
}

/* ***************************************************************** comment */


/* trackback *************************************************************** */

div#trackback {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

div#trackback h3 {
	padding: 5px 0 3px 10px;
	font-size: 120%;
	color: #0076bf;
}

div#trackback h4 {
	margin: 10px 10px 0 10px;
	padding: 0.2em 0.2em 0.1em;
	border-top: 1px solid #ddd;
}

div#trackback p {
	margin: 10px 15px 0 15px;
}

div#trackback div.trackback_url {
	padding: 0 0 0 10px;
}

/* *************************************************************** trackback */


/* secondary column ******************************************************** */
div#secondary_column div.contents {
	margin: 0;
	padding: 0;
}

div#secondary_column div.container_body {
	padding-left: 10px;
	background-color: transparent;
	margin-bottom: 2em;
}

div#secondary_column h2 {
	margin: 0;
	padding-top: 6px;
	height: 40px;
	font-size: 13px;
	text-align: center;
	background: transparent url(images/029_menu.gif) no-repeat left top;
	color: #0076bf;
}

div#secondary_column div.contents {
	width: 175px;
}

div.entry_link {
	text-align: right;
	padding-right: 10px;
}

/* ******************************************************** secondary column */


/* tertiary column ********************************************************* */
div#tertiary_column div.contents {
	margin: 0;
	padding: 0;
}

div#tertiary_column div.container_body {
	padding-left: 10px;
	background-color: transparent;
	margin-bottom: 2em;
}

div#tertiary_column h2 {
	margin: 0;
	padding-top: 6px;
	height: 40px;
	font-size: 13px;
	text-align: center;
	background: transparent url(images/029_menu.gif) no-repeat left top;
	color: #0076bf;
}

div#tertiary_column div.contents {
	width: 175px;
}

div#send_mess {
	margin-top: 1em;
}

div.reader_link,
div.favorite_link {
	text-align: right;
	padding-right: 10px;
}

/* ********************************************************* tertiary column */

