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

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

body {
	background-image: url(./img/back.gif) #000000;
	background-position:center;
	background-color: #333333;
	width: 833px;
	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: #5E5E5E;
}

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

a:visited {
	color: #5E5E5E;
}

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

#header {
	height: 264px;
	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:580px;
	padding: 0px 23px 0 0;
	float: right;
	background:url(./img/content_bg.jpg) top left repeat-y;
}

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

.entry h2 a {
	padding: 24px 0 3px 60px;
	height: 37px;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing:2px;
	background-image: url(./img/h2_bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	background-position: 5px;
}

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

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

.entry table th {
	color: #5E5E5E;
}

p.image a img {
	border: 1px solid #BBB;
	margin:0px;
}

p.article {
	margin: 5px 0 0 10px;
	padding: 0 10px;
	line-height: 1.4em;
	color: #ffffff;
	line-height:1.8;
	background:url(./img/article_bg.gif) right bottom no-repeat;
}

p.foot {
	margin: 2em 8em 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:230px;
	padding: 209px 0px 20px 0px;
	margin: 0;
	float: left;
	background:url(./img/dlside_bg.jpg) left top no-repeat #333333;
}

#side dl{
	background:url(./img/side_bg.gif) right bottom no-repeat;
	padding:0px 0 0px 30px;
	margin:0px 0 0;
	display:block;
	width:180px;
}

#side dt{
	color:#FFFFFF;
}

#side dd{
	color:#FFFFFF;
	background:url(./img/side_bg.gif) right bottom no-repeat;
}

#side dd a{
	color:#FFFFFF;
	text-decoration:underline;
}

#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category {
	background:url(./img/dt_bg.jpg) right top no-repeat;
	height:30px;
	color:#FFFFFF;
	padding:14px 0 0 70px;
}


#side dt.profile dl{
	width:100%;
}

#side table {
	margin: 10px auto;
}

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

#side table td {
	padding: 2px;
	background: #686868;
	color: #E9E9E9;
}

#side table td a {
	color: #CFCFCF;
	text-decoration:underline;
}


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

#side table a {
	color: #ffffff;
}

#side table a {
	color: #CFCFCF;
	text-decoration:underline;
}

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

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

/*#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category {
	padding: 3px 5px;
	background-color: #9A9A9A;
	color: #fff;
	border-left: 5px solid #686868;
	border-bottom: 1px solid #686868;
}
*/

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

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



#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;
	padding:0 0 0 40px;
}

#side dd.feed {
	margin: 5px 0 0 10px;
	padding:0 0 0 50px;
}

