*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0px;
	background: #EFF8DA url(template/blog-bg.jpg) no-repeat top center;
	color: #fff;
	line-height: 1.5em;
	font-size: 13px;
	text-align: center;
}
html{
	overflow-y: scroll;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

h2,h3,h4,h5,h6,
p{
	margin: 0 0 25px 0;
}
h1{
	text-align: right;
	font-size: 10px;
	font-weight: normal; 
	color: #666633;
}
img{
	border:0;
}
a{text-decoration: none;} 
a:link,a:active,a:visited{color: #DA9292;}
a:hover{color: #99CC00;}

.inner{
	padding: 5px;
	overflow: hidden;
}

#sub .inner,
#main .inner{
}

#container{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#container p#topnavi{
	margin-top: 5px;
	text-align: right;
}
#header{
	background: none;
	line-height: 1em;
	height: 170px;
}
#header ul {
	float: right;
	margin: -20px 0 0 0;
	padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height: 64px;
}
#header li{
	display: block;
	float: left;
	margin: 0px 4px 0px 5px;
}
#header li a {
	display: block;
	float: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#contents{
	float: left;
	width: 898px;
	border: 5px solid #666600;
	background: #261D18 url(template/blog-contents-bg2.jpg) repeat;
        margin-bottom: 30px;
}
#contents p#link{
	font-size: 12px;
	color: #696969;
	text-align: left;
	padding:0px;
}
#main{
	float: left;
	width: 630px;
	margin-top: 20px;
	padding-left: 35px;
}

h2{
	text-align: left;
	margin: 30px 0px 5px 0px;
	height: 40px;
	font-size: 16px;
	color: #61632A;
	padding: 5px 0px 0px 30px;
	background: url(template/blog-line2.gif) no-repeat;
}

h3{
	font-size: 16px;
	color: #61632A;
	border-bottom: 1px solid #CCCC99;
	margin: 20px 0;
}
#entry{
	font-size: 11px;	
}
.entry_author{
	text-align: right;
	margin-bottom: 10px;
}
.entry_body{
	padding-left: 10px;
	line-height: 1.7em; 
	margin-bottom: 20px;
}
.entry_state{
	text-align: right;
	margin-bottom: 10px;	
}
#sub{
	float: right;
	width: 220px;
	margin-top: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#calender {
	text-align:center;
}
.calendar {
	font-size:10px;
	margin:10px 0px;
	padding:0px;
	text-align:center;
}
.cell {
	height:17px;
	width:27px;
}
.weekday {
	background-color:#333300;
	font-size:9px;
	height:17px;
	padding:1px;
	text-align:center;
	width:27px;
}
.today {
	color:#666600;
	font-size:11px;
	font-weight:bolder;
}
#calender a, #calender a:link, #calender a:visited {
	color:#CC6666;
	font-weight:bolder;
	text-decoration:none;
}
#calender a:active, #calender a:hover {
	background-color:#CC0000;
	color:#FFFFFF;
	text-decoration:none;
}
#sub ul{
	margin: 10px 0px 25px 30px;
	list-style-image:url(template/mark.gif);
	line-height: 1.5em;
}
#sub li{
	font-size: 9pt;
}
#sub dt{
	padding-left: 10px;	
}
#sub p{
	text-align: center;
	margin: 20px;
}

#footer{
	clear: both;
	width: 900px;
	height: 45px;
	padding-top: 7px;
	color: #fff;
	background: #666600;
}
#footer p{
	font-size: 10px;
	color: #fff;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.3em;
}
#footer a{color: #dcdcdc;}
#footer a:hover {text-decoration: underline;}

li.s{
list-style-image: none; 
list-style-type:none;
display:block;
}

#comments dt{
	color: #669900;
	font-weight: bold;
	margin-bottom: 10px;
}

#comments dl{
	margin-bottom: 15px;
}

#footer-navi{
	width: 910px;
	font-size: 10px;
	color: #666;
	text-align: center;
	font-family: Meiryo,Arial,sans-serif;
}

#footer-navi p{
	margin-top: 0px;
}

#footer-navi a{
	color: #666;
}

#footer-navi a:hover{
	color: #669933;
}

#footer-navi h3{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #669933;
	border-bottom: none;
}

