﻿@charset "utf-8";
/* CSS Document */
html{ 
    height:100%;
	overflow-y:scroll; 
}
body {
	font: 0.9em/140% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	height: 100%;
}
img {
	border:0px;
	vertical-align: bottom;
	}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

div.clear {
	clear: both;
	height:0px;
	margin: 0px;
	padding: 0px;

}
div.clear hr {
	display:none;
	}
h1 {
	margin: 5px;
	padding: 0px;
	height: 12px;
	width: 945px;
	font-weight: normal;
	font-size: 9px;
}
h2 {
	background-repeat: no-repeat;
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	height: 130px;
	width: 130px;
	color: #FFFFFF;
	background-color: #408616;
	float: left;
	background-image: url(../img/back_title.jpg);
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1em;
	font-weight: bolder;
}

div#top_logobox {
	float: left;
	height: 40px;
	width: 300px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#menubox {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 127px;
}
div#menubox ul{
	list-style-type: none;
	height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#menubox li{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 30px;
}
div#topbar {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: auto;
	overflow: hidden;
	clear: both;
}
div#main_box {
	margin: 5px;
	height: auto;
	width: auto;
}
div#main_left {
	float: left;
	height: auto;
	width: 735px;
	margin-right: 5px;
}
div#main_right {
	float: left;
	height: auto;
	width: 200px;
}
div#main_right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#main_right li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
div#news_box {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 200px;
	background-color: #666666;
	font-size: 12px;
	color: #FFFFFF;
	
}
div#news_box p{
	margin:10px;
	overflow:auto;
}
div#company_info {
	font-size: 12px;
	background-color: #E0E0E0;
	padding: 5px;
	margin:5px 0px;
	border: 1px solid #CCCCCC;
}




div#navi_box {
	padding: 0px;
	width: auto;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
div#bottom_box {
	margin: 5px;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 12px;
}

