@charset "shift_jis"; 



/* layout */
/*//////////////////////////////////////////////////////*/

body {
	text-align : center;
	background : #e2ddcb;
	font-size  : 12px;
}



/* styles */
/*//////////////////////////////////////////////////////*/

a {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

#contents p,
#contents ul,
#contents dl,
#contents table {
	padding    : 0 0 1em 0;
}



