/*----レイウト---*/
body{
	width: 100%;
	height: 100%;
	text-align:center;
	background-color: #dff;
	margin: 0px;
	background-image:url(/blog/moesen/image/back.jpg);
	padding-top:30px;
	color:#009999;

	scrollbar-face-color: #99cc66;       /* 表面の色 */
	scrollbar-3dlight-color: #99cc66;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #99cc66; /* 右端と下端 */
	scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
	scrollbar-shadow-color: #ffffff;     /* 影の色 */
	scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
	scrollbar-track-color: #99cc66;      /* バーの背景の色 */
}

div.body{
	width: 700px;	
	text-align:left;	
	margin: 0px auto 0px auto;
	background-color: #fff;
	/*border-left: 1px solid #9cf;*/
	/*border-right: 1px solid #9cf;	*/
	/*border-bottom: 1px solid #9cf;*/
	border: 2px solid #fff;
}



div.head{
	text-align: left;
	color: #ffffff;	
 	background-color: #99CCFF;	
 	/*padding: 40px 0px 30px 0px;*/	
	margin: 0px 0px 0px 0px;
			
}

div.menu{
	width: 200px;
	float: left;
	font-size: 9pt;
 	background-color: #F3FFE4;
	margin: 0px 0px 0px 0px;
	/*color:#774411;bodyと共有*/
		
}


div.diary{
	width: 500px;	
	float: left;
	margin: 0px 0px 0px 0px;	
	/*color:#774411;bodyと共有*/
	
}

div.nomenu{
	width: 700px;
	clear: both;

}

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


/*----通常タグ---*/
h1{
	margin: 0px;
	padding: 0px;
	text-align: center;
}


h2{
	font-size: 1em;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	/*background-color: #99CCFF;*/	
	/*color:#FF99CC;*/			
}

h3{
	font-size: 1.5em;
}

h4{
	font-size: 1em;
}

address {
	font-size: 1em;
}

ul{
	text-align: left;	
	margin-left: 1em;
	padding-left: 0.5em;
}

dl{
	text-align: left;	
}

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

/*
a:link { color:#339966; text-decoration: none;}
a:visited{ color:#669966; text-decoration: none;}
a:hover  { color: #0000FF; text-decoration: underline; }
a:active { color: #0000FF;text-decoration: none; }
*/
a{ color: #CC0066; }
a:hover  { color: #FFFFFF; text-decoration: none; background-color: #CC0066;}

/*---カレンダー---*/
table.Calendar{
	margin-top:10px;	

}
table.Calendar td{
	padding: 5px;
}

table.Calendar td.holyday{
	color: #FF0000;
	font-weight:900;
}

table.Calendar td.weekend{
	font-weight:900;
}

table.Calendar caption{
	font-size:1em;
	padding-top:10px;		
}

table.Calendar thead{
	font-size: 1em;
	color: #fff;
	text-align:center;
}

table.Calendar thead th
{
	/*border:1px #000 solid;*/
	background-color:#FF99CC;
	color:#FFFFFF;
}

table.Calendar col{
	font-size: 1em;
	text-align: center;	

}

table.Calendar col.sun{
	color: #f00;
	font-weight: 900;
}

table.Calendar col.sat{
	font-weight: 900;
}

table.Calendar tfoot td{
	text-align:left;
}
table.Calendar tfoot .prevmon{
	color: #FF0000;
	font-weight:900;
}


/*---メニュー関連--*/
div.menu h2{
	color: #FF99CC;
	font-size: 1em;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #FF99CC;
	letter-spacing:	3px;
}


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

div.nomenu p{
	font-size:1em;
}

/*----記事関連---*/
div.diary p.guide{
	text-align: center;
	/*font-size: 0.75em;*/	
	font-size: 9pt;
}

div.ShowDiary{
	/*font-size: 0.8em;*/
	font-size: 11pt;
	/*line-height: 20px;*/
	line-height: 1.3;
	padding: 15px;	
	margin: 15px;
}

div.ShowDiary p.titledate{
	font-size: 1em;
	padding: 0px;
	margin: 0px;	
}

div.ShowDiary h3{
	/*border-left: solid 14px #9cf;*/
	/*border-bottom: solid 1px #9cf;*/
	color: #6600FF;
	font-size:12pt;	
	padding-top: 63px;
	padding-left: 16px;
	padding-right: 189px;
	margin: 8px auto 8px auto;
	width: 219px;
	height: 137px;
	background-image:url(/blog/moesen/image/midasi.jpg);
}

div.ShowDiary h3 a{
	color: #6600FF;
	text-decoration: none;
}
div.ShowDiary h3 a:hover{
	background-color: #6600FF;
	color: #FFFFFF;
}

/* コメント部に使用されているh4 */
div.ShowDiary h4
{
	color:#009999;
	background-color:#9ACD68;
	font-size:14pt;
	padding:5px;
	margin-bottom:3px;
	border-top:2px #006666 solid;
	border-bottom:2px #006666 solid;
	border-right:2px #006666 solid;
	border-left:30px #006666 solid;
}

div.ShowDiary h4 a:hover
{
	color:#fff;
}

div.ShowDiary h5
{
	padding:5px;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	border-left:10px #000 solid;
	border-right:1px #000 solid;
	font-size:large;
	margin-bottom:3px;
}

div.ShowDiary h5 a:hover
{
	color:#741;
}

div.ShowDiary dl
{
	border-left:2px #000 solid;
	padding:3px;
}

div.ShowDiary div.ShowDiary_show{
	padding: 15px;
}

div.ShowDiary p.ShowDiary_date{
	font-size: 1em;
	text-align: right;
}

div.ShowDiaryWiki table.ShowDiaryWiki_Table
{
	border-top:1px #333 solid;
	border-left:1px #333 solid;
	border-collapse:collapse;
	border-spacing:0px;
}

div.ShowDiaryWiki table.ShowDiaryWiki_Table td
{
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
	padding:3px;
}

div.ShowDiaryWiki table.ShowDiaryWiki_Table th
{
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
	padding:3px;
}

div.ShowDiaryWiki abbr
{
	border-bottom:1px #333 dashed;
}

/*---日記の文字装飾---*/
/* 取り消し線 */
.text_strike
{
	text-decoration: line-through;
}

/* 取り消し線 */
.text_underline
{
	text-decoration: underline;
}

/* 取り消し線 */
.text_bold
{
	font-weight: 900;
}

/* 強調文字 */
.text_strong
{
	font-weight: 900;
	color: #EF9A00;
}

/* 強調文字（取り消し線） */
.text_strong_strike
{
	font-weight: 900;
	color: #EF9A00;
	text-decoration: line-through;
}

/* 強調文字（下線） */
.text_strong_underline
{
	font-weight: 900;
	color: #EF9A00;
	text-decoration: underline;
}


/*---コメント関連----*/
form.commentform{
padding: 15px;
}

div.comment{
	width: 80%;
}

div.ShowDiaryComment{
}

div.ShowDiaryComment h4{
	font-size:10pt;
	padding:2px;
	background-color:#f0f0f0;
}

div.ShowDiaryComment p.comment{
	font-size: 1em;
	border:1px #006666 solid;
	padding:5px;
}

div.ShowDiaryComment p.writer{
	font-size: 1em;
	text-align: right;
	font-style: italic;
}


/*---著作権表示--*/
div.mysketchwriter{
	font-size:0.75em;
	text-align: right;
}

/*---応援バナー画像---*/
img.ouen_banner
{
	margin-bottom: 30px;
}

a.ouen_banner:hover
{
	background-color: #F3FFE4;
}



/*--- 記事内の文字サイズ ---*/
.my_fontsize_mini
{
	font-size:10px;
}

.my_fontsize_big
{
	font-size:15px;
}

.my_fontsize_xbig
{
	font-size:20px;
}

.my_fontsize_xxbig
{
	font-size:25px;
}

.my_fontsize_xxxbig
{
	font-size:40px;
}


/*--- 記事内の文字色 ---*/
.my_white
{
	color:#ffffff;
}

.my_Pink
{
	color:#ff99cc;
}

.my_Green
{
	color:#00ff00;
}

.my_Blue
{
	color:#0000ff;
}

.my_Gray
{
	color:#808080;
}

.my_Orange
{
	color:#FFA500;
}

.my_Yellow
{
	color:#ffff00;
}
