@charset "utf-8";
html,body {
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li,li a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	text-decoration: none;
	line-height: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
}
li a {
	color: #3366FF;
}
ul {
	padding: 10px 10px 10px 20px;
	margin: 10px;
}

.px12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C3552;
	text-decoration: none;
	margin: 0px;
	padding: 3px 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #586D83;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
li a:hover{
	background-color:#586D83;
	color:#FFFFFF;
}
li {
	padding: 1px;
	margin: 2px;
	list-style-position: inside;
}
#container {
	width: 352px;
	height:auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-right: 9px;
	padding-left: 9px;
}
