@charset "Shift_JIS";

a:active	{ color: #0000FF; text-decoration: underline; }
a:visited	{ color: #666666; text-decoration: underline; }
a:hover		{ color: #FF0000; text-decoration: underline; }

body {
	margin: 0;
	background: url(../img/left_back.jpg) left top repeat-y;
}

table {
	width: 120px;
	margin-bottom: 20px;
	text-align: center;
}

table tr td {
	font-size: 10px;
}

ul {
	margin: 2px 2px 10px 20px;
	padding: 0;
	list-style-type: circle ;
	color: #3366CC;
}

li {
	margin: 3px auto 0 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
	font-size: 11px;
	line-height: 1.2em;
	vertical-align: top;
}

p.small {
	margin: 1px 2px 10px 2px;
	padding: 0;
	font-size: 9px;
	color: #333333;
}