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

/* base（基本的なこと）
----------------------------------------------------------*/
body {
	background: #FFFFFF;
	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;
}

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

#header {
	width: 760px;
	height: 403px;
	margin: 0 auto;
	padding: 0;
	background: url(image/topimg.jpg) no-repeat top;
}

#header h1{
	color:#fff;
	font-size:10pxn;
	text-decoration:none;
	margin-left:10px;
}
h1 a {
	color:white;
}

#header h2 , #header p{
	text-indent:-9999px;
	display:block;
}

#header h2 a{
	display:block;
	width: 760px;
	height: 335px;
	margin-top:-10px;}


/* wrapper */

#wrapper{
	background:url(image/main_back.jpg) repeat-y;
	width:760px;
	overflow:hidden;}

ul li{
	list-style-type:none;}

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


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

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

.entry h2{
	background:url(image/title.jpg) no-repeat;
	width:505px;
	height:39px;
	margin-right:10px;}

.entry h2  a{
	padding: 6px 0 0 10px;
	height: 21px;
	font-size:medium;
	color: #660000;
	font-weight: bold;
	background-image: url(../img/title_back.jpg);
	text-decoration: none;
	display: block;
}
a{color: #660000;}
a:hover{color: #B27F7F;}
	
.entry h2 a:hover {
	color: #B27F7F;
}

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

.entry table th {
	color: #333333;
}

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

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;
	background:url(image/side_back.jpg) no-repeat top #F8F8D9;
	overflow:hidden;
}

#side dl{
	margin-left:10px;}

#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category {
	text-indent:-9999px;
	height:33px;}
	
#side dt.profile{background:url(image/menu01.gif) no-repeat;}
#side dt.calendar{background:url(image/menu02.gif) no-repeat;}
#side dt.topics{background:url(image/menu03.gif) no-repeat;}
#side dt.recent_entry{background:url(image/menu04.gif) no-repeat;}
#side dt.recent_comment{background:url(image/menu05.gif) no-repeat;}
#side dt.archive{background:url(image/menu06.gif) no-repeat;}
#side dt.categor{background:url(image/menu07.gif) no-repeat;}


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


#side table {
	margin: 10px auto;
}


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

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

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

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

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

#side dd.recent_entry {
	margin: 10px 0 0 10px;
	padding-left: 15px;
}

#side dd.archive {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dd.recent_comment {
	margin: 10px 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:10px 0;}

#side li {
	margin-top: 5px;
	padding-left:20px;
	background:url(image/icon.gif) no-repeat left center;}





















