/*----レイウト---*/
body{
	width: 100%;
	height: 100%;
	text-align:center;
	margin: 0px;
    background-image: url(../img/back.gif)
}

div.body{
	width: 800px;	
	text-align:left;	
	margin: 0px auto 0px auto;
	background-color: #C9D7A3;
	color:#000000;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
	border-bottom: 1px solid #999999;
}

div.head{
	text-align: left;
	color: #666666;	
 	background-color: #FFFFFF;	
	border: 1px solid #FFFFFF;	
 	padding: 20px 20px 5px 0px;	
    background-image: url(../img/title_back.jpg)
}

div.menu{
	width: 200px;
	background-color: #FFFFFF;
	float: left;
	font-size: 12px;		
}

div.diary{
	width: 600px;
	float: left;	
}

div.nomenu{
	width: 800px;
	clear: both;
}

div.foot{
	width: 800px;
 	background-color: #66CC66;
	text-align: center;
	color: #333333;
	margin: 0px auto 0px auto;
	clear: both;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
	border-bottom: 1px solid #999999;
}


/*----通常タグ---*/
h1{
	font-size: 26px;
	margin: 5px;
	padding: 5px;
}

h2{
	font-size: 19px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

address {
	color: #666666;
	font-size: 11px;
	padding: 5px;
}

ul{
	text-align: left;
	padding: 10px;
}

dl{
	text-align: left;	
}

li{
	text-align: left;
	list-style-type: none;
	margin-bottom: 10px;
}

p{
	text-align: letf;
	margin: 10px;	
}
a{
         text-decoration: underline;
}

/*---カレンダー---*/
table.Calendar{

}
table.Calendar caption{
	font-size:14px;
}

table.Calendar thead{
	color: #666666;
	font-size: 12px;
}

table.Calendar col{
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 3px;		
}

table.Calendar col.sun{

}

table.Calendar col.sat{

}

table.Calendar tfoot td{
	text-align:left;	
}


/*---メニュー関連--*/
div.menu h2{
	color: #666666;
	text-align:left;
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	background-color: #BEDE9E;
}


div.menubox {
	text-align: center;
	padding: 5px;
	margin: 5px;
	border-bottom: 1px dashed #99FF66;
}

div.nomenu p{
	font-size:14px;
}

/*----記事関連---*/
div.diary p.guide{
	text-align: center;
	font-size: 12px;	
}

div.ShowDiary{
	font-size: 12px;
	line-height: 20px;
  	border-style: solid;
 	border-width: 1px;
 	border-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 0px;	
	margin: 50px 25px 25px 25px;
}

div.ShowDiary p.titledate{
	color: #666666;
	font-size: 12px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;	
}

div.ShowDiary h3{
	color: white;
	padding: 8px;
	margin: 0px;
	background-color: #CAEED0;
	border-bottom: 8px solid #66CC33;
	text-align: left;
	font-weight: bold;	
}

div.ShowDiary h3 a{
	color: #333333;
}

div.ShowDiary div.ShowDiary_show{
	padding: 25px;
}

div.ShowDiary p.ShowDiary_date{
	font-size: 12px;
	text-align: right;
}

div.ShowDiary dl{
	padding: 0px 15px 0px 15px;
}

/*---コメント関連----*/
form.commentform{
padding: 15px;
}

div.comment{
	width: 80%;
	padding: 15px;
}

div.ShowDiaryComment{
}

div.ShowDiaryComment h4{
}

div.ShowDiaryComment p.comment{
	font-size: 14px;
}

div.ShowDiaryComment p.writer{
	font-size: 14px;
	text-align: right;
}


/*---著作権表示--*/
div.mysketchwriter{
	font-size:12px;
	text-align: right;
}

/*---クリア--*/
.clear{
	clear: both;
	}