* {
 padding:0px;
 margin:0px;
}
html {
 overflow-y:scroll;
}
body {
 background-color:#FFFFFF;
 font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka;
 font-size:12px;
 color:#4B4B4B;
}
p {
	line-height:1.3;
}
li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
ul {
	list-style-image: url(img/mark.gif)
}
#main {
 background-color:#ffffff;
 min-height:600px;
 font-size:12px;
}
#note {
 background-color:#ffffff;
 position:relative;
 left:40px;
 bottom:10px;
}
#page {
	width:600px;
	margin:0 auto;
	background:#ffffff;
	margin:0 auto;
}
.box_top {
 width:247px;
 padding:10px 10px 10px 50px;
 background:url(img/box_top.gif) no-repeat;
}
.box_bottom {
 width:247px;
 height:25px;
 margin-bottom:5px;
 background:url(img/box_bottom.gif) no-repeat;
}
a:link {
	color:#4b4b4b;
	text-decoration:none;
}
a:visited {
	color:#4b4b4b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	background-color:#dcffc7;
}
a:active {
	color:#666;
}
#footer {
 background-color:#ffffff;
 padding:15px 0 15px 0;
 color:#666;
 text-align:center;
 font-size:11px;
 border-top: 1px solid #BCAE72;
 border-right: 0px solid #BCAE72;
 border-left: 0px solid #BCAE72;
 border-bottom: 0px solid #BCAE72;
}