/*リセットCSS*/
* { margin:0; padding:0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/*clear_fix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear { width: 100%; height: 0; visibility: hidden; clear: both; border-style: none; border-width: 0; }

/*基本指定*/
body {
	color: #2b2b2b;
	font-size: 13px;
	line-height: 1.5;
	background-image: url(../image/common/back2.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
a:link { color: #0017a3; text-decoration: none; }
a:visited { color: #4563c6; text-decoration: none; }
a:hover { color: #00f; text-decoration: underline; }
a:active { color: #00f; text-decoration: underline; }

/*基本構造*/
#wrapper {
	background-color: #fff;
	width: 870px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 870px;
	height: 93px;
	background-image: url(../image/common/title_joseikai.gif);
	background-repeat: no-repeat;
}
#menu {
	background-color: #e60000;
	clear: both;
	height: 33px;
	width: 870px;
}
#centerbox {
	width: 100%;
	float: none;
	clear: both;
	margin-top: 5px;
}
#footer { text-align: center; width: 100%; clear: both; padding-top: 50px; padding-bottom: 5px; }

/*ヘッダ*/
#header h1 {
	text-indent: -9999px
}
/*ヘッダーメニュー*/
h2.content { text-indent: -9999px; height: 0; }

#menu ul {
	background-color: #e60000;
	width: 870px;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	background-image: none;
	text-align: center;
	width: 130px;
	height: 33px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	overflow: hidden;
	display: inline;
}

#menu li a:link,
#menu li a:visited {
	color: #fff;
	font-weight: normal;
	background-color: #e60000;
	background-image: none;
	text-decoration: none;
	display: block;
	height: 33px;
	width: 130px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	text-align: center;
}

#menu li a:hover {
	color: #fff;
	font-weight: normal;
	background-color: #a80000;
	background-image: none;
	text-decoration: none;
	display: block;
	height: 33px;
	width: 130px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#menu li .now { color: #fff; font-weight: normal; background-color: #830000; background-image: none; padding: 7px 0; display: block; }
/*フッター*/
div#footer p { color: #838383; font-size: 11px; text-align: center; width: 100%; clear: both; padding-top: 10px; padding-bottom: 10px; }
/*ページアップ*/
#main .pageup { font-size: 10px; text-align: right; width: 100%; float: none; clear: both; margin-top: 10px; }
#main .pageup a { color: #00007a; background-image: none; text-decoration: underline; border-style: none; }
#main .pageup a:hover { color: #00f; background-image: none; text-decoration: underline; }

