*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
	background: url(bg1.png);
	font-family: georgia, serif;
	font-size: 12px;
}

a img {
	border:none;
}

form {
	margin:0px;
	padding:0px;
}

input, select, textarea {
	border: #aaaaaa 1px solid;
	margin: 1px;
}

.clear {
	height:0px;
	width:auto;
	clear:both;
	overflow:hidden;
}
.clear4 {
	height:5px;
	width:auto;
	clear:both;
	overflow:hidden;
}
.clear8 {
	height:10px;
	width:auto;
	clear:both;
	overflow:hidden;
}


#page{
	width: 800px;
	margin: 0 auto;
}

#header{
	width: 800px;
	height: 61px;
	background: url(top1.png);
}

#footer{
	width: 800px;
	height: 61px;
	background: url(bottom1.png);
}

#header .logo{
	float: left;
	width: 650px;
	height: 80px;
	overflow: hidden;
}
#header .logo .title{
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 26px;
	color: #ff6905;
}

#header .status{
	float: right;
	width: 230px;
	padding: 0 0 0 20px;
	height: 80px;
	overflow: hidden;
	color: #ccc7c4;
}
#header .status .title{
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 20px;
	color: #d3c6bd;	
}

#section1{
	width: 800px;
	float: left;
	overflow: hidden;
	background: url(middle1.png);
}

#section1 .image{
	float: left;
	padding: 0 0 0 61px;
	width: 400px;
	height: 400px;
	overflow: hidden;
}


#nav{
	padding: 0 0 0 20px;
	width: 230px;
	float: right;
	overflow: hidden;
	background: #ff6905; 
	height: 200px;
}


.headline{
	font-family: georgia, serif;
	font-size: 24px;
	color: #6f7800;
}

.text{
	font-family: Meiryo, Verdana, sans-serif;
	font-size: 12px;
	color: #6a5e56;
}

.tableTitle{
	font-family: georgia, serif;
	font-size: 14px;
	color: #6f7800;
	font-weight: bold;
}

.article .title{
	width: 100%;
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 20px;
	color: #b35415;
}
.article .title .left{
	float: left;
}
.article .title .date{
	font-family: Meiryo, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
}

.article .text{
	font-family: Meiryo, Verdana, sans-serif;
	font-size: 12px;
	color: #6a5e56;
}

a {
	font-family: Meiryo, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

