body{
font-size:		10pt;			/*フォントサイズを指定*/
color:			#000000; 		/*カラーを指定（フォント）*/
line-height:		80%;			/*テキストの高さを指定*/
background-color:	#ffffff;		/*カラーを指定（バック）*/
background-image:	bg.png;			/*背景の画像を指定*/
}

A:link{
text-decoration:	none;
}

A:visited{
text-decoration:	none;
}

A:active{
text-decoration:	none;
}

A:hover{
text-decoration:	none;
}     

.main1{
font-size:		12pt;
color:			#ff0000;
font-weight:		bold;			/*文字を太字にする*/
}

.main2{
font-size:		8pt;
color:			#000000;
line-height:		100%;
}

.main3{
font-size:		10pt;
color:			#ff0000;
font-weight:		bold;
}

.diary1{					/*通常時のサイズ*/
font-size:		12pt;
color:			#000000;
}

.diary2{					/*絶叫の時に使う*/
font-size:		26pt;
color:			#ff0000;
}
