@charset "utf-8";
/*formatting style
------------------------------------*/
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
}

/*link style
------------------------------------*/

img{border: 0; vertical-align: bottom;}
ol, ul {
	list-style: none;
}
a:link {
	color: #4A3A2A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A77033;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
}
#wrap{
	width: 800px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
h1{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 78%;
	color: #000000;
	height: 30px;
	width: 800px;
}
#container {
	width:800px;
	overflow: hidden;
	float: left;
}
#fl{
	float: left;
	height: 340px;
	width: 800px;
	overflow: hidden;
}
#flhiddon{
	float: left;
	height: 200px;
	width: 800px;
	overflow: hidden;
}
.copy {
	height:25px;
	color:#87702A;
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	float: right;
	width: 300px;
}
#information{
	width: 800px;
	float: left;
	height: 125px;
	padding-top: 20px;
}


#news_box{
	height: 125px;
	width: 280px;
	float: left;
}
#report_box{
	float: left;
	height: 125px;
	width: 280px;
	padding-right: 25px;
	padding-left: 25px;
}
#blog_box{
	height: 115px;
	width: 190px;
	float: left;
	padding-top: 10px;
}
#title{
	font-family: "Times New Roman", Times, serif;
	font-size: 78%;
	float: left;
	width: 280px;
	color: #87702A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #493D16;
	height: 19px;
	margin-bottom: 5px;
}
#rss_box{
	float: left;
	height: 80px;
	width: 280px;
}
/*footer
------------------------------------*/
#footer_wrap{

}
#footer{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footermain{
	float: left;
	color:#87702A;
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	font-weight: bold;
	height: 30px;
	width: 800px;
	text-align: right;
}
.f_link{
	float: left;
	width: 500px;
	text-align: left;
}
.f_link a:link {
	color: #846F1E;
	text-decoration: none;
}
.f_link a:visited {
	text-decoration: none;
	color: #846F20;
}
.f_link a:hover {
	text-decoration: none;
	color: #FFF;
}
.f_link a:active {
	text-decoration: none;
}
.copy {
	height:30px;
	color:#87702A;
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	float: left;
	width: 300px;
	vertical-align: top;
}
.companyname {
	height:30px;
	color:#87702A;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 500px;
}
