@charset "utf-8";

/*------------------------style reset------------------------*/

* { margin: 0; padding: 0; }
img { border: none; }
hr {
margin: 25px 0px 0px 0px;
border: none;
background: #666666;
height: 1px;
}

/*----------------------End style reset----------------------*/

body {
	font-family: Helvetica, san-serif, Arial, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	text-align: center;
}

/*--------------------------contents-------------------------*/

#contents {
	margin: 20px 30px;
	text-align: left;
}

/*----------------------------links-----------------------------*/

a{
    color:#00490A;
    text-decoration:underline;
}
a:link {
    color:#00490A;
    text-decoration:underline;
}
a:visited {
    color:#00490A;
    text-decoration:underline;
}
a:hover {
    color:#00490A;
    text-decoration:none;
}

/*--------------------------font style--------------------------*/

h1 {
	margin: 10px 0px 0px 0px;
	font-size: 1.3em;
	color: #00490a;
	font-weight: bold;
	line-height: 1.4em;
}

h2 {
	margin: 15px 0px 0px 0px;
	padding: 7px 0px;
	text-align: center;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	line-height: 1em;
	background: #efefef;
}

h3 {
	margin: 15px 0px 3px 0px;
	padding: 2px 0px;
	font-size: 1.2em;
	color: #111;
	font-weight: bold;
	line-height: 1em;
}

h4 {
	margin: 7px 0px 0px 0px;
	padding: 2px 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
}

#closebutton {
	margin: 30px 0px;
	text-align: center;
}

/*------------------ decimal style ------------------*/

#contents ul.decimal { margin: 3px 0px 0px 25px; }
#contents ul.decimal li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	list-style-type: decimal;
	list-style-position: outside;
}