body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	background-color: #FF33CC;
	margin: 0px;
}

ul {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF33CC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: 5px;
	border-top-width: 5px;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
li {
	display: inline;
}
li {
	display: inline;
}

ol{
	list-style:none;
	margin:0px;
}


#wrapper{
	margin: 0px auto;
	width: 800px;
}

h2{
	font-size: xx-large;
	margin-top:30px;

}

h3{
	font-size:130%;
}

strong{
	font-size:100%;
}

#main{
}

#main p{
	font-size: 100%;
	margin:0px;
	line-height: 1.5em;
}

#main ul{
	line-height: 1.2em;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	margin: 0px;
	margin-bottom:30px;
	padding: 0px;
	border: none;
	border-bottom-style: none;
	list-style-type: none;
}

#main ul li{
	display: block;
}

#topic{
	padding-bottom: 25px;
	border-bottom:1px dotted;
}

.center{
	text-align:center;
}

.right{
	margin-top:10px;
	text-align:right;
}

.top{
	font-size: large;
}

.white{
	color: #fff;
}

#footer{
	margin-top:30px;
}

#footer address{
	font-style: normal;
	text-align: center;
}

.inline{
	display:inline;
}


