@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style:none;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#fffaf0;
}

a:focus{
	outline:none;
}

#container{
	width:800px;
	height:auto;
	margin:0px auto;
	background-color:#FFFFFF;
	border:1px solid #999999;
}

/* ここからヘッダー */
#container #header {
	width:370px;
	height:25px;
	padding-top:15px;
	padding-left:430px;
	background-image:url(../element/header-element/header-top_blackJ_new.gif);
}


#container #centernavi {
	height:27px;
	background-image:url(../element/slice/navi/navibar.gif);
	background-repeat:no-repeat;
}


#container #header a img {
    border-style:none;
}

#container #header h5 a{
	width:100px;
	height:auto;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	color:#FFCC33;
}
/* ここまでヘッダー */

#container #centernavi ul {
	font-size:12px;
	font-weight:400;
	color:#333333;
	text-align:center;
}

#container #centernavi li {
	float: left;
}

#container #centernavi .btn1 a{
	text-decoration: none;
	padding-top: 7px;
	color:#333333;
	display:block;
	width:135px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#container #centernavi .btn1 a:hover{
	background-image:url(../element/slice/navi/navibar1.gif);
	background-repeat:no-repeat;
}

#container #centernavi .btn2 a{
	text-decoration: none;
	padding-top: 7px;
	color:#333333;
	display:block;
	width:133px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#container #centernavi .btn2 a:hover{
	background-image:url(../element/slice/navi/navibar2.gif);
	background-repeat:no-repeat;
}

#container #centernavi .btn3 a{
	text-decoration: none;
	padding-top: 7px;
	color:#333333;
	display:block;
	width:133px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#container #centernavi .btn3 a:hover{
	background-image:url(../element/slice/navi/navibar3.gif);
	background-repeat:no-repeat;
}

#container #centernavi .btn4 a{
	text-decoration: none;
	padding-top: 7px;
	color:#333333;
	display:block;
	width:133px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#container #centernavi .btn4 a:hover{
	background-image:url(../element/slice/navi/navibar4.gif);
	background-repeat:no-repeat;
}

#container #centernavi .btn5 a{
	text-decoration: none;
	padding-top: 7px;
	color:#333333;
	display:block;
	width:133px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#container #centernavi .btn5 a:hover{
	background-image:url(../element/slice/navi/navibar5.gif);
	background-repeat:no-repeat;
}

#container #centernavi .btn6 a{
	text-decoration: none;
	padding-top: 7px;
	color:#333333;
	display:block;
	width:133px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#container #centernavi .btn6 a:hover{
	background-image:url(../element/slice/navi/navibar6.gif);
	background-repeat:no-repeat;
}
/* ここまでセンターボタン */

/* ここからコンテンツ */
#container #centerbox {
	margin-top:20px;
	margin-left:30px;
	width:750px;
	height:auto;
	margin-bottom:20px;
}

#container #centerbox #maincontent {
	float:left;
	width:470px;
	height:auto;
}

#container #centerbox #maincontent .textarea1 {
	margin:10px auto auto auto;
	width:380px;
	height:auto;
}

#container #centerbox .textarea1 h4{
	font-size:14px;
	font-weight:normal;
	line-height:140%;
	color:#333333;
}

#container #centerbox #maincontent .textarea2 {
	margin-top:15px;
	width:470px;
	height:auto;
}

#container #centerbox .textarea2 h5{
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	color:#333333;
}


#container #rightcontent {
	float:right;
	width:250px;
	height:auto;

}

#container #rightcontent #banner1 {
	width:250px;
	height:122px;
}

#container #rightcontent #banner2 {
	width:250px;
	height:122px;
	margin-top:10px;
}

#footer {
	width:800px;
	margin:0px auto;
	height:20px;
	background-color:#537401;
}

#footer h6 {
	font-size:12px;
	font-weight:300;
	text-align:center;
	padding-top:3px;
	color:#FFFFFF;
}

.reset-float {
clear:both;
}








