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

/* base（基本的なこと）
----------------------------------------------------------*/
html{
	background:#1C1C1C;
}
body {
	background-position:center;
	background-color:#000;
	width: 798px;
	margin: 0 auto;
	padding: 0;
	border-left:1px solid #434343;
	border-right:1px solid #434343;
}

a,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li {
	list-style:none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
}

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

#header {
	width: 796px;
	height: 128px;
	margin: 0 auto;
	padding: 0;
	background: #000 url(./img/head_bg.jpg) no-repeat top;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

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


#content {
	width: 564px;
	padding: 0 20px;
	float: left;
	background:#000;
}

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

.entry h2 a {
	padding: 6px 0 0 10px;
	height: 19px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-image: url(./img/title_back.gif);
	text-decoration: none;
	display: block;
}

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

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

.entry table th {
	color: #ccc;
}

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

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

p.foot span.date{
	color:#999;
}


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

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

#side {
	width: 162px;
	height:100%;
	padding: 20px 15px;
	margin: 0;
	float: right;
	background:#000;
	color:#999;
}

#side a{
	color:#999;
}
#side a:hover{
	color:#D80202;
}

#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category {
	padding: 4px 8px;
	font-size: 12px;
	font-weight:bold;
	background-image: url(./img/title_back.gif);
	color: #fff;
}

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

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

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

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

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

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

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

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




#trackback,#comment {
	color:#999;
}
