@charset "UTF-8";
/* CSS Document */

/*GENERAL STYLE*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	background-color: #640000;
}
a { font-weight: bold;
 }
a:link { color: #640000 }
a:visited { color: #640000 }
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: 5px;
	background-color: #EAEBC7;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px;
	padding: 5px 5px 5px 20px;
	background: #E6E6E6;
}
ul {
	list-style-type: square;
	font-size: 14px;
	line-height: 1.5;
	margin: 15px 15px 15px 60px;
}
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;
	border: 2px solid #888;
	margin: 10px;
	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*/

div#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width: 700px;
	height: 60px;
	background: url(images/header.jpg) no-repeat;
}
#header-home{
	width: 65px;
	float: right;
	padding: 0 5px 0 0;
}	
#image {
	width: 700px;
	height: 825px;
}
#title01 {
	width: 700px;
	height: 40px;
}
#contents01 {
	width: 700px;
}
#title02 {
	width: 700px;
	height: 40px;
}
#contents02 {
	width: 700px;
}
#title03 {
	width: 700px;
	height: 40px;
}
#contents03 {
	width: 700px;
}
#footer {
	width: 680px;
	height: 15px;
	background-color: #FFFFFF;
	padding: 10px;
}
.pageTop{
	text-align: right;
	font-size: 16px;
}
.styleFooter {color: #5C4D30;}
.styleTitle {
	font-size: 21px;
	font-weight: bold;
	color: #660000;
}
.styleSmall {font-size: 12px}
.styleRed {font-weight: bold; color: #660000; }
