@charset "UTF-8";

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: verdana;
	*font-size: small;
	*font: x-small;
	line-height: 1.6;
	background-color: #ffffff;
}

div { 
	text-align: left; 
	border: none; 
	margin: 0; 
	padding: 0;
}

br.clear { 
	clear: both;
	height: 0;
	line-height: 0px;
	display: block;
}

a:link {color: #588b49; text-decoration:none;}
a:visited {color: #588b49; text-decoration:none;}
a:active {color: #588b49;}
a:hover {color: #e9c64e; text-decoration:underline;}

strong {font-weight: bold;}

em {
	font-style: normal;
	color: #504e42;
}

u {
	text-decoration: none;
	border-bottom: 1px dotted;
}


/* ------------------------------
container
------------------------------ */

#container {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
}

/* ------------------------------
H1,h2,h3
------------------------------ */
h1 {
	display: block;
	width: 585px;
	height: 115px;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

h2 {
	width: 280px;
	height: 35px;
	margin: 0;
	padding: 0;

}

h3 {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0 0 10px 20px;
	font-size: 0px;
}

h3.ing {}
h3.pro {clear: both;}

h5 {
	color: #564d3b;
	font-size: 121%;
	margin: 0;
	pading: 0;
	font-family: georgia;
}
/* ------------------------------
p, ul, ol
------------------------------ */

p {
	margin: 0;
	padding: 0;
	color: #504e42;
}

p.re_img{
	float: right;
	width: 270px;
	margin: 0;
	padding: 0 20px 10px 5px;
}

p.print{
	text-align: right;
	margin-top: 80px;
	margin-bottom: 10px;
}

p.print a:link img, p.print a:visited img{
	border: none;
}

ul {
	margin: 0;
	padding: 0 0 20px 35px;
	list-style-type: square;
	list-style-position:outside;
}

ol {
	width: 530px;
	margin: 0;
	padding: 0 0 20px 35px;
	list-style-type: decimal;
	list-style-position:outside;
}

ul li, ol li{
	color: #504e42;
	font-size: 12px;
	line-height: 1.4;
}

li ul {
	padding: 0 0 5px 15px;
	list-style-type: circle;
}


