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

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

body {
	width: 700px;
	height: auto;
	margin: auto;
	background: url(./img/body_bg.gif);
	position: relative;
	font-size: small;
}

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

a:hover {
	color: #900;
}

a:visited {
	color: #666;
}

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

#header {
	width: 660px;
	height: 135px;
	margin: auto;
	padding: 20px 20px 0;
	background: #fff url(./img/head_bg.jpg) no-repeat top;
}

#header h1 a {
	font-size: x-large;
	color: #fff;
	text-decoration: none;
}

#header h2 {
	margin-top: 5px;
	color: #fff;
}

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


#content {
	width: 450px;
	height: 100%;
	padding: 0 20px;
	background: #fff;
	float: right;
}

.entry {
	margin: 20px 0 40px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
}

.entry h2 a {
	padding: 15px 0 15px 43px;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	background: url(./img/point.jpg) no-repeat;
}

p.image {}

p.article {
	margin: 10px auto;
}

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


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

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

#side {
	width: 170px;
	height: 100%;
	padding: 20px 20px;
	background-color: #ccc;
	float: left;
}

#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category {
	padding: 3px 5px;
	background: #aaa;
	border-left: 5px solid #333;
	border-bottom: 1px solid #333;
}

#side dd.profile {
	margin: 5px 0 0 10px;
}

#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: #333;
}

#side table {
	margin: 10px auto;
}

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

#side table td {
	padding: 2px;
	background: #e1e1e1;
}

#side table th {
	padding: 2px;
	background: #eee;
}

#side table a {
	color: #c66;
}

#side dd.recent_entry {
}

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

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