@charset "Shift_JIS";
/* ===================================================================
CSS information

 file name  :notep.css
 style info :雑記ページ専用スタイル

=================================================================== */
#main {
	padding-top: 20px;
}

.ntwrap {
	/*width: 540px;*/
	margin-bottom: 20px;
}

.notetitle {
	
	font-size: 100%;
	/*background: #e02000;*/
	border-bottom: 1px dotted #ff3000;
	/*padding: 5px;*/
	margin-bottom: 5px;
}

.notetext {
	font-size: 80%;
	margin-bottom: 20px;
}

.notedate {
	/*text-align: right;*/
	font-size: 100%;
}

.notemonthtitle {
	color: #ffdd00;
	font-size: 90%;
}

.notemonth {
	/*text-align: right;*/
	font-size: 80%;
}

hr {
	margin-bottom: 20px;
}

.notehr {
	color: #ff3000;
	text-align: center;
}

.notetextcenter {
	font-size: 80%;
	margin-bottom: 20px;
	
	text-align: center;
}

