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

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

body {
	background-color:#DBCD8A;
	width: 760px;
	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;
}

#wrapper{
	overflow:hidden;
	background: url(./img/bg_side.gif) repeat-y left top;
	width:760px;
}

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

#header {
	width: 760px;
	height: 152px;
	margin:0;
	padding:0;
	background:url(./img/head_bg.jpg) no-repeat  left top;
}

#header h1{
	display: block;
	width: 760px;
	height: 152px;
	margin:0;
}

*html #header h1{
	height: 101px;
}

#header h1 a{
	text-indent:-9999px;
	display: block;
	width: 760px;
	height: 152px;
}

*html #header h1 a{
	height: 101px;
}

#header h2 {
	text-indent:-9999px;
}

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


#content {
	width: 570px;
	padding-left:5px;
	padding-right:5px;
	background:#FFF;
	float: right;
	overflow:hidden;
	margin:0;
}

*html #content {
	padding:11px 5px 0 5px;
}

*+html #content {
	padding:11px 5px 0 5px;
}

.entry {
	margin:10px 0 20px 0;
	width:565px;
}

.entry h2 a {
	width:555px;
	height: 22px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background: url(./img/bg_maintitle.jpg) no-repeat left top;
	text-decoration: none;
	display: block;
	padding:8px 0 0 10px;
}

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

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

.entry table th {
	color: #666;
}

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

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

p.foot {
	margin: 2em 0 0 0;
	padding: 2px 0 2px 1em;
	font-size: x-small;
	color:#916F2A;
	text-align: right;
	clear: both;
	border-top:#916F2A 1px solid;
	width:550px;
}


p.foot a {
	margin: 0 0.5em;
	font-size: small;
	text-decoration:normal;
	color:#916F2A;
}

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

#side {
	width: 180px;
	float: left;
	margin:0;
	overflow:hidden;
}

#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category, dt.feed {
	background: url(./img/bg_sidetitle.jpg) no-repeat left top;
	width:165px;
	height:22px;
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	color: #fff;
	padding:3px 0 0 15px;
	clear:both;
	margin:14px 0;
}

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

#side dd.profile dl {
	margin-left:-30px;
}

#side dd.profile dl dt {
	color:#9B7D3D;
	font-weight:bold;
	background:url(./img/icon.gif) no-repeat left top;
	padding-left:12px;
}

#side dd.profile dl dd {
	color:#333;
	margin:2px 0 10px 20px;
}


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


#side table {
	margin:auto;
	width:140px;
}

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

#side table caption a{
	color:#9B7D3D;
}

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

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


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

#side ul {
	margin: 0;
	padding: 0px;
}

#side dd.recent_entry {
	margin-left:5px;
}

#side dd.recent_entry ul li{
	list-style:none;
	background:url(./img/icon.gif) no-repeat left top;
	padding-left:12px;
}

#side dd.recent_comment {
	margin-left:5px;
}

#side dd.recent_comment ul li{
	list-style:none;
	background:url(./img/icon.gif) no-repeat left top;
	padding-left:12px;
}


#side dd.archive {
	margin-left:5px;
}

#side dd.archive ul li{
	list-style:none;
	background:url(./img/icon.gif) no-repeat left top;
	padding-left:12px;
}


#side dd.category {
	margin-left:5px;
}

#side dd.category ul li{
	list-style:none;
	background:url(./img/icon.gif) no-repeat left top;
	padding-left:12px;
}


#side dd.feed {
	margin-left:5px;
}


