@charset "UTF-8";
/* CSS Document */

/*GENERAL STYLE*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a { font-weight: bold;
 }
a:link { color: #000066 }
a:visited { color: #000066 }
a:hover { color: #FFCC00 }
a:active { color: #FFFF00 }

p, pre {
	font-size: 14px;
	line-height: 1.5;
	margin: 15px;
	padding: 5px 20px 5px 20px;
	clear: both;
}
hr {
	height: 3px;
	margin: 10px 10px 10px 10px;
}
blockquote {
	font-size: 14px;
	line-height: 1.5;
	margin: 20px;
	padding: 10px;
	background-color: #E6D9AC;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px;
	padding: 7px 5px 5px 30px;
	background: #3964C6;
	color: #FFFFFF;
}
ul {
	list-style-type: square;
	font-size: 14px;
	line-height: 1.8;
	margin: 15px 50px 15px 50px;
}
ol {
	list-style-type: upper-roman;
	font-size: 14px;
	line-height: 1.5;
	margin: 15px 15px 15px 60px;
}
table img {
	vertical-align: bottom;
}
img { text-decoration: none }

table {
	font-size: 14px;
	line-height: 1.5;
	/*border-collapse: collapse;
	margin: 10px;
	border: 2px solid #888;
	border-color: #3B1700;*/
}
/*th {
	background-color: #BBB;
}*/
th, td {
	line-height: 1.5;
	/*padding: 5px 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-color: #2A1000;*/
}

/*GENERAL STYLE END*/

/*LAYOUT*/

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width: 850px;
	height: 90px;
	background: url(images/header.jpg) no-repeat;
}
#header-home{
	width: 430px;
	float: left;
	padding: 10px 5px 10px 15px;
}	
#image {
	width: 850px;
	height: 545px;
}
.title {
	width: 850px;
	height: 50px;
	background-image: url(images/title-bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
}
.contents{
	width: 850px;
}
#footer {
	width: 830px;
	height: 15px;
	line-height: 1.5;
	background-color: #FFFFFF;
	padding: 10px;
}
.pageTop{
	text-align: right;
	font-size: 16px;
}
.styleFooter {color: #000033;}
.style01{color:#000099}
.styleTitle {
	font-size: 21px;
	font-weight: bold;
	color: #000033;
}