/*------------------------------------
 Base Tag
------------------------------------*/
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #4D4D4D;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {  
	color: #000099;
}

code {
	white-space: pre;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	padding-left: 10px;
	height: 15px;
	padding-top: 5px;
	color: #FFFFFF;
	background-image: url(../images/014.gif);
	background-repeat: repeat-x;

}
h2 {
	font-weight: normal;
	font-size: 12px;
}
h3 {
	font-weight: normal;
	font-size: 12px;
}
h4, h5, h6 {
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -15px;
}
