BODY{
	/*
		summer #cdf;
		autumn #f99;
	*/
	background: #fff url( "p/bg_006.gif" );
	color: #000;
}
TABLE{
	font-size: 1em;
}





/***********************************************************
	Define Peculir Elements
***********************************************************/
H1#title{
	margin-bottom: 0;
	text-align: center;
}
#lstMod{
	text-align: center;
	font-size: 75%;
}

/*** Notice ***/
DIV#notice{
	width: 300px;
	float: left;
	border-style: solid;
	border-width: 1;
	/*
		summer #00f;
		autumn #f99;
	*/
	border-color: #f99;
	padding: 0;
	background-color: #fff;
}
DIV#notice H2{
	margin: 0 0 10;
	padding: 2 3;
	border-style: double;
	border-width: 0 0 3 0;
	border-color: #blue;
	background-color: #fff;
	color: black;
	font-size: 100%;
}
DIV#notice H3{
	margin: 0px 1px;
	font-size: 90%;
}
DIV#notice H3 SPAN.mark{
	margin: 0px 5px;
	border: outset 2px #099;
	background-color: #099;
	color: silver;
}
DIV#notice UL{
	margin: 0 0 20 20;
}
DIV#notice UL LI{
	list-style-type: disc;
	padding: 0;
	font-size: 80%;
}
DIV#notice UL LI UL{
	margin-bottom: 5px;
}
DIV#notice UL LI UL LI{
	list-style-type: none;
}
DIV#notice UL LI EM{
	background-color: #ffc;
	font-style: normal;
	color: #090;
}
DIV#notice UL LI .date{
	font-size: 75%;
}

/*** Contents ***/
UL.contents{
	text-align: center;
}
UL.contents LI{
	list-style-type: none;
}

#back{
	float: right;
	padding: 1;
	border-style: solid;
	border-width: 1;
	border-color: #f00;
	background-color: #fff;
}





/***********************************************************
	Define General Elements
***********************************************************/
A:link, A:visited{
	text-decoration: none;
	/*
		summer #00f;
		autumn #c36;
	*/
	color: #c36;
}
A:hover{
	/*
		summer #0ff; #00c;
		autumn #ff9; #c00;
	*/
	background-color: #ff9;
	color: #c00;
}
A:active{
	background: none;
	text-decoration: none;
	/*
		summer #cff;
		autumn #f00;
	*/
	color: #f00;
}

ADDRESS{
	font-size: 80%;
	text-align: center;
}


.comment    { margin:0 5 10 50 }
.data       { font-size:75%; font-style:italic; color:#999 }
.sbj        { font-weight:bold }
.center     { text-align:center}
.m10        { margin-left:10 }
.m20        { margin-left:20 }


