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

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

body {
	background-image: url(./img/back.gif);
	background-position:center;
	background-color: #333;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background-repeat: repeat-y;
}

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

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

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

#header {
	width: 700px;
	height: 260px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(./img/head_bg.jpg) no-repeat bottom center ;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

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


#content {
	width: 480px;
	padding-right: 20px;
	float: right;
}

.entry {
	margin: 20px 0;
	padding-bottom: 5px;
	color:#fff;
}

.entry h2 a {
	height:24px;
	font-size:small;
	font-weight:bold;
	padding: 8px 5px 1px 5px;
	background-image: url(./img/title_back.gif);
	color: #fff;
	display:block;
	text-decoration:none;
}

.entry h2 a:hover {
	color: #FF9900;
}

.entry table th {
	color: #999;
}

p.image a img {
}

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

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: 180px;
	padding: 20px 10px;
	margin: 0;
	float: left;
}

#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category {
	width:150px;
	height:24px;
	padding: 6px 5px 1px 5px;
	background-image: url(./img/title_back.gif);
	color: #fff;
	font-size:medium;
	font-weight:bold;
}

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

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

#side table {
	width:150px;
	margin: 10px 5px;
}

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

#side table td {
	padding: 2px;
	background: #666;
	color: #fff;
}


#side table th {
	padding: 2px;
	background: #666;
	color: #fff;
}

#side table a {
	color: #999;
}

#side table a:hover {
	color: #FF9900;
}

#side dd.recent_entry {
	width:130px;
	margin: 10px 10px 10px 20px;
}

#side dd.archive {
	width:130px;
	margin: 10px 10px 10px 20px;
}

#side dd.recent_comment {
	width:130px;
	margin: 10px 10px 10px 20px;
}

#side dd.category {
	width:130px;
	margin: 10px 10px 10px 20px;
}

#side dt.feed {
	width:130px;
	margin: 10px 10px 10px 20px;
}

#side dd.feed {
	width:130px;
	margin: 10px 10px 10px 20px;
}

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

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