@charset "UTF-8";

@import url(../../../stylesheets/blog/base.css);

/* base.css̏㏑ */

body {
 	background-color: #FF9900;
 
}
.container ul,
.container dl {
	padding: 5px;
}

#container_calendar .weekday,
#container_calendar .weekday a {
	color: #333333;
}

#container_calendar .saturday,
#container_calendar .saturday a {
	color: #3366cc;
}

#container_calendar .sunday,
#container_calendar .sunday a {
	color: #ff3300;
}

.entry_link {
	padding: 0px 5px;
}

.favorite_link {
	padding: 0px 5px;
}

.reader_link {
	padding: 0px 5px;
}
.reader_number {
    padding: 5px;
}

/* base.css̏㏑܂ */


a {
	text-decoration: none;
	color: #3300cc;
}
a:hover {
	text-decoration: underline;
}

/* layout ****************************************************************** */

div#container {
	border: 1px solid #ffffff;
	width: 798px;
	background-color: #;
	background-image:  url(images/co_bg.jpg);
}

div.contents {
	margin: 0 0px;
	text-align: center;
}
div.section {
	margin: 10px auto;
	text-align: left;
}
div.section input {
  width: 160px;
  padding-top:3px;
  margin-top:3px;
}


div#header {
	padding: 25px;
	height: 250px;
	color: #ffffff;
	background-color: #EFE3ED;
	background-image:  url(images/header.jpg);
	background-repeat: no-repeat;
}

div#header a {
	color: #ffffff;
}

div#column_wrapper {
	float: left;
	width: 618px;
}

div#primary_column {
	width: 410px;
	color: #222;
	background-color: #;
	padding: 15px;
}

div#secondary_column {
	width: 178px;
	background-color: #;
        font-size:13px;
}

div#tertiary_column {
	width: 178px;
	background-color: #;
        font-size:13px;
}

div#footer {
	background-color: #;
	background-image:  url(images/co_bg.jpg);
}

/* ****************************************************************** layout */


/* container *************************************************************** */

div.container h2 {
	padding: px;
	height: 35px;
	color: #ffffff;
	background-color: #;
	background-image:  url(images/container.gif);
	font-size: 15px;
	text-align: center;
}


div.container div.container_body {
	color: #003399;
	background-color: #;
	padding:10px;
}

/* *************************************************************** container */


/* entry ******************************************************************* */

div.entry div.entry_header {
	height: 50px;
	background-image:  url(images/entry_header.gif);
	background-repeat: no-repeat;
	top: ;
	padding: 5px;
}

div.entry div.entry_header h2{
	color: #ffffff;
}

div.entry div.entry_body {
	padding: 15px;
	background-image:  url(images/entry_body.gif);
	background-repeat: repeat-y;
}

div.entry div.entry_body img{
   margin:5px;
}

div.entry div.entry_footer {
	background-image:  url(images/entry_fotter.gif);
	background-repeat: no-repeat;
}

div.entry div.entry_footer {
	padding: 0.3em 0.3em;
        font-size:13px;
}

/* ******************************************************************* entry */


/* comment ***************************************************************** */

div#comment div.comment_header {
	background-color: #ffffff;
	margin-top: 10px;
	padding: 0.2em 0.2em 0.1em;
	border-bottom: 1px dotted #3366cc;
}

div#comment div.comment_date {
	color: #3366cc;
}

div#comment div.comment_body {
	background-color: #ffffff;
	padding: 13px;
	color: #330033;
}

/* ***************************************************************** comment */


/* trackback *************************************************************** */

div#trackback h4 {
	margin-top: 10px;
	padding: 0.2em 0.2em 0.1em;
	border-bottom: 1px dotted #3366cc;
}

div#trackback p {
	padding: 13px;
	color: #000000;
}

/* *************************************************************** trackback */

/*****************************************************************************************/
/*カレンダー調整**************************************************************************/
/*****************************************************************************************/

.sunday{
font-size:12px;
}

.weekday{
font-size:12px;
}

.saturday{
font-size:12px;
}

.sunday last_month{
font-size:12px;
}

.weekday last_month{
font-size:12px;
}

.weekday this_month{
font-size:12px;
}

.saturday this_month{
font-size:12px;
}

/*****************************************************************************************/
/*広告調整********************************************************************************/
/*****************************************************************************************/

/* ===================================================================================== */
/*htmlスペース*/

#t_advertisement{
width:178px;
margin:0px;
padding:0px;
text-align:center;
}

/* ===================================================================================== */
/*左コンテナ*/

.advertise_b_a_top{
width:178px;
margin:0px;
padding:0px;
text-align:center;
}

.advertise_b_a_bottom{
width:178px;
margin:0px;
padding:0px;
text-align:center;
}

/* ===================================================================================== */
/*右コンテナ*/

.advertise_b_b_top{
width:178px;
margin:0px;
padding:0px;
text-align:center;
}

.advertise_b_b_bottom{
width:178px;
margin:0px;
padding:0px;
text-align:center;
}

