@charset "UTF-8";

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

body {
	background: url(images/0070_bg.jpg) repeat-y center top;;
	color: #333;
}

a {
	color: #36f;
	text-decoration: underline;
}


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

div#container {
	width: 800px;
	background-color: #F3F3FA;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

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: 280px;
}

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

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

div#primary_column {
	width: 450px;
	background:#FFFFFF
	
}

div#secondary_column {
	width: 175px;
	background-color: #F3F3FA;
}

div#tertiary_column {
	width: 175px;
	background-color: #F3F3FA;
}

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 {
	padding:45px 50px 0 0;
	height: 280px;
	text-align:right;
	background-image: url(images/0070_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #A1CBED;
}

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

div#header h1 {
	display: block;
	font-size: 24px;
	word-break: break-all;
	color: #013692;
}

div#header p {
	color: #0066FF;

	word-break: break-all;
	font-weight: bold;
}

div#footer {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #A1CBED;
}

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


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

div.entry {
	margin-bottom: 2em;
}
div.entry div.section {
	margin: 0;
}

/* header */
div.entry div.entry_header {
	width: 430px;
	height:129px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	background: url(images/0070_title.jpg);
}

div.entry div.entry_header h2.entry_title {
	padding: 40px 10px 0 15px;
	color: #013692;
	font-size: 18px;

}

div.entry div.entry_header div.entry_theme {
	float: left;
	padding: 5px 0 1em 10px;
	font-weight: bold;
	color: #0066FF;
}
div.entry div.entry_header div.entry_date {
	float: right;
	padding: 5px 10px 1em 0;
	font-weight: bold;
	color: #0066FF;
}






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

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;
	border: 1px solid #bbb;
}*/

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

/* footer */
div.entry div.entry_footer {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 170px;

}

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

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

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

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


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

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

div#comment h3 {
	margin-bottom: 0.5em;
	padding: 0 0 3px 10px;
	font-size: 120%;
	color: #013692;
	background: url(images/0070_title_2.jpg) repeat-x left top;
	border-top: 1px solid #356ed5;
}

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 #ddd;
}

div#comment div.comment_body {
	margin: 10px 15px 0 15px;
	padding: 0.2em;
}

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 {
	margin-bottom: 0.5em;
	padding: 0 0 3px 10px;
	font-size: 120%;
	color: #013692;
	background: url(images/0070_title_2.jpg repeat-x left top;
	border-top: 1px solid #356ed5;
}

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: 15px 0 0 40px;
	height: 57px;
	font-size: 13px;
	text-align: left;
	background: transparent url(images/0070_menu.jpg) no-repeat left top;
	color: #013692;
}

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: 15px 0 0 40px;
	height: 57px;
	font-size: 13px;
	text-align: left;
	background: transparent url(images/0070_menu.jpg) no-repeat left top;
	color: #013692;
}

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 */

