/*----レイウト---*/
body{
	width: 100%;
	height: 100%;
	text-align:center;
	background-color: lemonchiffon;
	margin: 0px;
}

div.body{
	width: 800px;	
	text-align:left;	
	margin: 0px auto 0px auto;
	background-color: papayawhip;
	border-left: 0px dotted brown;
	border-right: 0px dotted brown;
	border-bottom: 0px dotted brown;
	border-top: 0px dotted brown;
}

div.head{
	text-align: left;
	color: #FFFFFF;	
 	background-color: brown;	
	border-bottom: 10px solid chocolate;	
 	padding: 10px 0px 0px 40px;		
}

div.menu{
	width: 200px;
	float: left;
	font-size: 12px;
	color: #333;		
}

div.diary{
	width: 500px;
	float: left;
	color: #333;		
}

div.nomenu{
	width: 1024px;
	clear: both;
}

div.foot{
	text-align: right;
	clear: both;
}


/*----通常タグ---*/
h1{
	font-weight: normal;
	color: #eeeeee;
	font-size: 24px;
	margin: 5px;
	padding: 5px;
}

h2{
	font-size: 20px;
	margin: 5px;
	padding: 5px;
	color: #333333;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 14px;
}

address {
	font-size: 14px;
}

ul{
	text-align: left;	
}

dl{
	text-align: left;	
}

p{
	text-align: letf;
	margin: 10px;	
}

/*---カレンダー---*/
table.Calendar{
	font-size: 12px;
	text-align: center;
}

table.Calendar caption{
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	font-weight: bold;
	color: #333;
}

table.Calendar thead{
	color: #333333;
	font-size: 12px;
}

table.Calendar col{
	color: #333;	
	font-size: 12px;
	text-align: center;	
	background-color:#DDDDDD;
	padding: 3px;	
}

table.Calendar col.sun{
	background-color:#FF9999;
}

table.Calendar col.sat{
	background-color:#99CCFF;
}

table.Calendar tfoot td{
	background-color: white;
	text-align:left;
	color: #333;	
}


/*---メニュー関連--*/
div.menu h2{
	color: #333;	
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	border-bottom:0px solid darkred;
	text-align: left;	
}


div.menubox {
	text-align: center;
	padding: 5px;
	margin: 5px;
}

div.nomenu p{
	font-size:14px;
}

/*----記事関連---*/
div.diary p.guide{
	text-align: center;
	font-size: 12px;	
}

div.ShowDiary{
	font-size: 14px;
	line-height: 20px;
 	border-style: dotted;
 	border-width: 0px;
 	border-color: sienna;
	padding: 0px;	
	margin: 15px;
}

div.ShowDiary p.titledate{
	color: white;
	font-size: 12px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;
	background-color: sienna;	
}

div.ShowDiary h3{
	color: white;
	padding: 8px;
	margin: 0px;
	background-color: sienna;
	text-align: left;
	font-weight: bold;	
}

div.ShowDiary h3 a{
	color: white;
}

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;
}