@charset "UTF-8";

/* =======================================================
	BLOG CSS - modified on 09.04.28
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 CONTENT SETTING
	02 DETAIL SETTING
	02 UTILITIES
======================================================= */



/* =======================================================
	01 CONTENT SETTING
======================================================= */



#top_image {
	width: 700px;
	height: 140px;
	margin-left: 25px;
	text-indent: -5000em;
	display: block;
	background: url(../../../imgs/contents/head_image_blog.jpg) left top no-repeat;
	}

#blog_content {
	width: 700px;
	height: auto;
}

.posted {
	width: 680px;
	height: auto;
}


#blog_data {
	width: 640px;
	height: auto;
	margin: 50px 0 20px 45px !important;
	margin: 20px 0 20px 45px;
}


#blog_category_menu {
	width: 680px;
	height: 55px;
	margin: 0 0 30px;
}

#blog_category_menu ul {
	width: 680px;
	height: 55px;
	margin-left: 18px;
}

#blog_category_menu ul li {
	width: 211px;
	height: 55px;
	margin-right: 12px;
	overflow: hidden;
	float: left;
}

a.bt_hata,
a.bt_stuff,
a.bt_mariko {
	width: 211px;
	height: 55px;
	display: block;
	overflow: hidden;
}

a.bt_hata {
	background: url(../../../imgs/common/bt_blog_hata.jpg) 0 0 no-repeat;
}
a.bt_stuff {
	background: url(../../../imgs/common/bt_blog_stuff.jpg) 0 0 no-repeat;
}
a.bt_mariko {
	background: url(../../../imgs/common/bt_blog_mariko.jpg) 0 0 no-repeat;
}

a.bt_hata:hover,
a.bt_stuff:hover ,
a.bt_mariko:hover{
	height: 55px;
	background-position: 0 -55px;
}



/* =======================================================
	02 DETAIL SETTING
======================================================= */



.posted .posted_data {
	width: 690px;
	height: 60px;
	margin-bottom: 30px;
	background: url(../../../imgs/contents/blog_title_line.gif) left top no-repeat;
}

.posted .posted_data h3 {
	width: auto;
	height: auto;
	padding: 20px 0 0 45px;
}

.posted .posted_data .update {
	width: auto;
	height: auto;
	padding: 5px 0 0 45px;
}

.posted .posted_text {
	width: 640px;
	margin: 0 0 20px 45px;
}

.posted .comment_link {
	width: 640px;
	margin: 0 0 50px 45px;
	padding-top: 10px;
	background: url(../../../imgs/common/dot_line.gif) top left repeat-x;
}



.posted img {
	width: auto;
	height: auto;
	display: block;
	margin-bottom: 16px;
	padding: 6px;
	background-color: #ECECEC;
}



#blog_data {
	width: 640px;
}

#blog_data ul.data_title {
	width: 640px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(../../../imgs/common/dot_line.gif) left bottom repeat-x;
}
#blog_data ul.past_data {
	width: 160px;
	float: left;
}

#blog_data ul.data_title li {
	width: 160px;
	float: left;
}
#blog_data ul.past_data li {
	width: 150px;
}



/* comment list */
.commentlist {
	width: 640px;
	margin: 0 0 40px 45px;
}

.commentlist .comment {
	width: 600px;
	margin-top: 15px;
	padding-top: 20px;
	background: url(../../../imgs/common/dot_line.gif) left top repeat-x;
}


form#commentform {
	width: 640px;
	margin: 0 0 40px 45px;
	padding-top: 20px;
	background: url(../../../imgs/common/dot_line.gif) left top repeat-x;
}

form#commentform #author,
form#commentform #email,
form#commentform #url {
	width: 250px;
}

form#commentform #comment {
	width: 600px;
}



/* page navigation */
.page_navigation {
	background: #FFF;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .page_navigation .current {
	padding: 2px .4em;
	border: solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color: #FFF;
	background: #deada6;
}

.page_navigation .current {
	color: #FFF;
	background: #deada6;
	border-color: #deada6;
	font-weight: bold:
}

.page_navigation .next, .page_navigation .prev {
	border: 0 none;
	background: transparent;
	font-size: smaller;
}
	


/* =======================================================
	03 UTILITIES
======================================================= */


#blog_data ul.data_title:after,
.data_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#blog_data ul.data_title,
.data_list {
	display: inline-table;
	min-height: 1px;
	}
* html #blog_data ul.data_title,
* html .data_list {
	height: 1%;
	}
#blog_data ul.data_title,
.data_list {
	display: block;
	}