/*
****************************************************************************************************
*                                                                                                  *
*	file name	:	momoi.css                                                          *
*                                                                                                  *
*	version		:	1.0.0                                                              *
*                                                                                                  *
*	create date	:	2008.9.30                                                          *
*                                                                                                  *
*	author		:	k-akita                                                            *
*                                                                                                  *
****************************************************************************************************
*/

body {
	margin: 0;
	padding: 0;
	font: 12px "lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
	text-align: left;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #960;
	text-decoration: underline;
}

a:hover, a:active {
	color: #333;
	text-decoration: underline;
}

.div1 {
	display: none;
}

h1 {
	font-size: x-small;
	color: #cc9966;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: small;
	margin: 0;
	padding: 0.3em;
	color: #a9a9a9;
}

.p1 {
	line-height: 1.8px;
	margin; 1.6em 1.6em 1em 36%;
	padding: 1em;
	color: #ffffff;
	border: dotted 3px #ffffff;
}

.p2 {
	font-size: xx-small;
	line-height: 1.8px;
	margin; 1.6em 1.6em 1em 36%;
	padding: 1em;
	color: #cc9966;
	border: dotted 3px #ffffff;
}

.p3 {
	font-size:5%pt;
	color: #999999;
	border: dotted 5px #999999;
}

