@charset "utf-8";

#header p {
	margin-top: 0px;
}
#header {
	width: 980px;
}
#box2 {
	float: right;
	padding: 3px;
	width: 390px;
}
#box1 {
	float: left;
	padding: 3px;
}
#box3 {
	width: 45%;
	float: left;
}
#box4 {
	width: 45%;
	float: right;
}
#box5 {
	float: left;
	width: 45%;
}
#box6 {
	width: 45%;
	float: right;
}
#main h4 {
	background-image: url(back1.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	color: #FFF;
}
#main {
	width: 970px;
	padding: 5px;
	color: #000000;
	font-style: italic;
	text-align: left;
}
#footer {
	width: 970px;
	background-color: #CC0000;
	text-align: center;
	color: #FFF;
	padding: 5px;
}
.clear {
	clear: both;
}
body {
	background-color: #666;
	margin-top: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
#header_box2 {
	float: right;
	width: auto;
	padding: 5px;
}
#header_box1 {
	float: left;
	clear: both;
	padding: 5px;
	font-size: 36px;
	font-weight: bold;
}
.box_left {
	float: left;
	padding: 5px;
}

.clear_both {
	clear: both;
}


#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.small_text {
	font-size: 12px;
	font-weight: lighter;
}
.box_right {
	float: right;
	padding: 5px;
}
h1 {
	font-size: 20pt;
	font-weight: #000;
}
.font_small {
	font-size: 12px;
	font-weight: lighter;
}
#navi_bar {
	width: 980px;

		height: 32px;
}
#header #navi_bar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #navi_bar ul li {
	float: left;
	width: 194px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	border: 1px #f5f5f5 solid;
	border-bottom: 3px #f5f5f5 solid;
	height:32px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #c60000), color-stop(1.00, #ff3c00));
background: -webkit-linear-gradient(#c60000, #ff3c00);
background: -moz-linear-gradient(#c60000, #ff3c00);
background: -o-linear-gradient(#c60000, #ff3c00);
background: -ms-linear-gradient(#c60000, #ff3c00);
background: linear-gradient(#c60000, #ff3c00);



}
#header #navi_bar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	font-size: 13pt;
		height: 20px;
		color:#fff;
}
#header #navi_bar a:hover {
color: #000;
}
