/* CSS Document */

/*:::::INDEX:::::
1.リセット
2.全体枠
3.ヘッダー
4.メインコンテンツ
5.
6.フッター
:::::::::::::::*/

/*------------------------------------
1.リセット
------------------------------------*/

*{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
img{
	border:none;
	vertical-align:bottom;
}
body {
	text-align: center;
	margin:0;
	padding:0;
	font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	color:#555;
	background-color:#fff;
}
.clearboth{
	clear:both;
}
a:link { color: #666;border-bottom:1px dashed #23630e;text-decoration: none; }
a:visited { color: #666; border-bottom:1px dashed #23630e;text-decoration: none;}
a:active {  color: #666; border-bottom:1px dashed #23630e;text-decoration: none; }
a:hover { color: #23630e;border-bottom:2px solid #23630e;text-decoration: none; }

/*------------------------------------
2.全体枠
------------------------------------*/
#container{
	width:760px;
	margin:0px auto;
	text-align:left;
	background-color:#b3de81;
	overflow:auto;
}
/*------------------------------------
3.ヘッダー
------------------------------------*/
#header{
	width:760px;
	position:relative;
	height:210px;
}
#header h1{
	text-indent:-5000px;
	background:url(img/header02.jpg) no-repeat;
	width:760px;
	line-height:210px;
}
#header img.link{
	width:760px;
	height:210px;
	position:absolute;
	top:0px;
	left:0px;
}
/*------------------------------------
4.メインコンテンツ
------------------------------------*/
#calendar{
	text-align:center;
}
#left{
	width:534px;
	float:left;
	text-align:right;
	margin-top:0px;
}
#left h2.category{
	width:475px;
	background:url(img/category.gif) no-repeat;
	line-height:25px;
	margin-top:10px;
	padding-left:50px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	margin-left:19px;
	text-align:left;
}
	
.entry{
	width:515px;
	text-align:left;
	background:url(img/entry_bg.gif) repeat-y;
	margin:10px 0px 10px 19px;
	position:relative;
}
.entry h3{
	width:465px;
	background:url(img/entry_top.jpg) no-repeat;
	line-height:42px;
	padding-left:50px;
	padding-top:2px;
	font-size:14px;
	font-weight:bold;
	color:#814b15;
}
.entry h4.indexh4{
	width:436px;
	background:#d8f7b4;
	line-height:1.5em;
	padding-left:20px;
	margin-top:10px;
	font-size:13px;
	font-weight:bold;
}
.entry .mtentrybody{
	padding:10px 20px;
	font-size:80%;
	line-height:1.5em;
}
.entry .mtentrybody p{
	font-size:100%;
}
.entry .comment,
.entry .trackback{
	margin:5px 20px 5px 20px;
	padding:5px;
	border:1px solid #d8f7b4;
}
.entry p.date{
	font-size:12px;
	position:absolute;
	top:24px;
	left:420px;
}
#left p.nextprevious{
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
}
.entry p.entrycategories{
	clear:both;
	font-size:12px;
	margin-left:10px;
}
.entry .mtentrybody img{
	margin:0px 5px 5px 0px;
	float:left;
}
.entry .entrybottom{
	background:url(img/entry_bottom.jpg) no-repeat;
	width:515px;
	height:25px;
}
.entry .entrybottom p{
	width:475px;
	padding:5px 20px;
	font-size:12px;
}

#right{
	width:206px;
	float:right;
	text-align:left;
	margin-top:10px;
	background:url(img/right_bg.gif) repeat-y;	
}
#right ul{
	font-size:80%;
	padding:5px;
	list-style:none;
	line-height:1.5em;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
}
#right ul li{
	background:url(img/list02.gif) 0 0.4em no-repeat;
	padding-left:20px;
}
#right ul li ul{
	padding-left:0px;
	font-size:100%;
}
#right ul li ul li{
	background:url(img/list02.gif) 0 0.4em no-repeat;
	padding-left:20px;
}
#right h2{
	width:165px;
	height:25px;
	margin-left:10px;
	margin-right:10px;
	text-indent:-5000px;
}
#right h2.comment{
	height:43px;
	background:url(img/right_comment.jpg) no-repeat;
}
#right h2.entry{
	background:url(img/right_entry.jpg) no-repeat;
}
#right h2.link{
	background:url(img/right_link.jpg) no-repeat;
}
#right h2.category{
	background:url(img/right_category.jpg) no-repeat;
}
#right h2.calendar{
	background:url(img/right_calendar.jpg) no-repeat;
}
#right h2.backnumber{
	background:url(img/right_backmo.jpg) no-repeat;
}

#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 15px;
	margin-left:5px;
	margin-right:15px;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 165px;
}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
}

#calendar th {
	text-align: center;
	font-weight: normal;
}

#calendar td {
	text-align: center;
}
#right h3.rss{
	background:url(img/feed-icon16x16.png) 0 0.5em no-repeat;
	font-size:80%;
	line-height:1.6em;
	margin:5px 20px;
	padding-left:20px;
}


/*------------------------------------
6.フッター
------------------------------------*/
#footer{
	clear:both;
	width:760px;
	height:25px;
	text-align:center;
	position:relative;
}
#footer p{
	padding-top:3px;
	font-size:12px;
	color:#23630e;
}
#footer img{
	position:absolute;
	top:0;
	left:0;
}
