@charset "UTF-8";
/* CSS Document */

/*==ブログ用css===================================*/


#blog {
 float:left;
 width:640px;
 margin-top:35px;
}

#blog_side {
 float:left;
 height:auto;
 width:180px;
 padding-right:20px;
}

.side_category {
 float:left;
 height:auto;
 width:100%;
 text-align:left;
 line-height:1.5em;
 margin-bottom:30px;
}

.side_line {
 height:9px;
}
.side_line img {
 padding:2px 0 6px 0;
}

.side_category ul {
 list-style-type:disc;
 list-style-position:inside;
}

#blog_main {
 float:left;
 height:auto;
 width:420px;
 padding-left:20px;
}

.blog_story {
 float:left;
 height:auto;
 width:100%;
 text-align:left;
 line-height:1.8em;
 margin-bottom:50px;
}

.blog_story p {
 float:left;
}

.blog_story a {
 text-decoration:underline;
}

.main_line {
 float:left;
 width:100%;
 height:1px;
}
.main_line img {
 float:left;
 height:1px;
}

.photo {
 float:left;
 width:100%;
 padding:10px 0;
}


/* カレンダー */

.article {
	background-color: #ccc;
}

blog_title {
	float: left;
}

.handle_name {
	float: right;
}


/* ページ送り */

#page_top, #page_bottom {
	position: relative;
}

#page_bottom {
	clear: both;
}

#page_top ul.page_right, #page_bottom ul.page_right {
	text-align: right;
}

#page_top ul.page_right li, #page_bottom ul.page_right li {
	float: left;
	padding: 0 4px;
}

#page_top ul.page_right {
	position: absolute;
	z-index: 10;
	right: -4px;
	top: -30px;
}

#page_bottom ul.page_right {
	position: absolute;
	z-index: 10;
	right: -4px;
	top: -30px;
}


