@charset "Shift_JIS";
@import "common.css";

/* base（基本的なこと）
----------------------------------------------------------*/

body {
	background-position:center;
	background-color: #fff;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

a,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li {
	font-size: small;
	color: #333333;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
}

/* header（ヘッダー部分）
----------------------------------------------------------*/

#header {
	width: 698px;
	height: 72px;
	margin: 0 auto;
	padding: 0;
	background:url(./img/blog_header.jpg) no-repeat top;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

/* content（記事全体）
----------------------------------------------------------*/


#content {
	width: 510px;
	padding: 0 ;
	float: right;
}

.entry {
	margin: 10px 0;
	padding-bottom: 5px;
}

.entry div.photo{
	width:510px;
	height:251px;
	background:url(./img/blog_title.jpg) no-repeat;
	text-indent:-9999px;
	}

.entry h2 a {
	padding: 10px 0 0 40px;
	height: 29px;
	width:470px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	background:url(./img/main_bar.jpg) no-repeat;
	text-decoration: none;
	display: block;
}
*/
.entry h2 a:hover {
	color: #999;
}

.entry h2 a:visited {
	color: #666;
}

.entry table th {
	color: #333333;
}

p.image a img {
	border: 1px solid #BBB;
	width: 250px;
	float: left;
}

p.article {
	margin: 5px 0 0 10px;
	padding: 0;
	line-height: 1.4em;
	color: #333333;
}

p.foot {
	margin: 2em 0 0 0;
	padding: 2px 0 2px 1em;
	font-size: x-small;
	text-align: right;
	clear: both;
}


p.foot a {
	margin: 0 0.5em;
	font-size: x-small;
	text-decoration: none;
}

/* side（右側サイドバー）
----------------------------------------------------------*/

#side {
	width: 170px;
	padding:0;
	margin:11px 0 0 0;
	float: left;
	background:#F3FDE4;
}

#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category {
	width:140px;
	height:20px;
	padding: 4px 0 0 20px;
	font-size: 12px;
	background:url(./img/sidebar.jpg) no-repeat;
	color: #666;
}

#side dd.profile img {
	margin-top: 5px;
	border: 1px solid #444;
}

#side dd.profile {
	margin: 3px 0 0 8px;
}

#side dd.calendar {
	margin: 0;
	padding: 0;
}

#side dd.profile dt {
	margin: 0.5em 0 0 0;
	font-weight: bold;
}

#side dd.profile dd {
	margin: 0 0 1em 0;
}

#side dd.profile dd {
	font-size: x-small;
	color: #333333;
}

#side table {
	margin: 10px auto;
}

#side table caption {
	font-size: x-small;
	margin: 5px auto;
}

#side table td {
	padding: 2px;
	background: #868686;
	font-size: 12px;
	color: #fff;
}

#side table td a {
	color: #fff;
}

#side table td a {
	color: #fff;
}

#side table th {
	padding: 2px;
	background: #868686;
	font-size: 12px;
	color: #fff;
}

#side table a {
	color: #333333;
}

#side dd.recent_entry {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dd.archive {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dd.recent_comment {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dd.category {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dt.feed {
	margin: 5px 0 0 10px;
}

#side dd.feed {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side ul {
	margin: 0.5em 0 1em 0;
	padding: 0px;
}

#side li {
	margin-top: 5px;
}
