@charset "shift_jis";

/*------------------ 
デフォルトスタイルリセット用
------------------*/
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;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
fiedset,img {
	border: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
div,td,th,caption {
	text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

/*------------------ 
ページ全体
------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	letter-spacing: -0.8px;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック', sans-serif;
	background: #ffffff;
}
#WRAP {
	margin: 0;
	background: url(../images/footer/footer_bg_black.png) no-repeat center bottom;
}
#CON_WRAP {
	width: 800px;
	margin: 0 auto;
}
html {
	font-size: 62.5%;
}
h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
}
p,pre,dd,th,td {
	font-size: 100%;
	color: #000000;
	line-height: 1.6;
	margin: 0 0 0.5em;
}
/*------------------
  ヘッダ
------------------*/
#header {
	width: 800px;
	height: 100px;
	text-align: left;
	margin: 0;
	background: url(../images/header/header_black.png) no-repeat;
	position: relative;
}
#title {
	font-weight: bold;
	width: 110px;
	top: 50px; 
	left: 30px;
	text-align: right;
	position: absolute;
}
#title p a {
	color: #000000;
	text-decoration: none;
}
#title p a:visited {
	color: #000000;
	text-decoration: none;
}
#title p a:hover,
#title p a:active, 		/* for IE (Keyboard) */
#title p a:focus {		/* for Netscape (Keyboard) */
	color: #815f00;
	text-decoration: underline;
}

/*------------------
  ページ本体（2段組み）
------------------*/
#pagebody {
	width: 800px;
	margin: 0; 
	padding: 0;
}
#content {
	width: 800px;
	margin-top: 0;
	padding: 0;
}
#main {
	width: 600px;
	float: right;
	margin: 0;
}
#main_wrap {
	width: 560px;
	margin: 0 10px 0 30px;
	padding: 0;
}
#naviarea {
	width: 200px;
	height: 2177px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/side/side_bg_black.png) no-repeat;
}
#naviarea_wrap {
	width: 150px;
	margin: 0 50px 0 0;
}
#FOOTER {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/footer/footer_black.png) no-repeat;
}

/*------------------
 メイン
------------------*/
#main a {
	color: #000000;
	text-decoration: none;
}
#main a:visited {
	color: #000000;
	text-decoration: none;
}
#main a:hover,
#main a:active, 		/* for IE (Keyboard) */
#main a:focus {		/* for Netscape (Keyboard) */
	color: #815f00;
	text-decoration: underline;
}
#main h2 {
	font-size: 2.4em;
	color: #556B2F;
	margin-bottom: 10px;
}
#main p {
	font-weight: bold;
	margin-bottom: 20px;
}
#manu_list {
	font-size: 1.6em;
	font-weight: bold;
}
#manu_list ul {
	float: left; 
	margin: 0 0 50px;
	list-style: none;
}
#manu_list li,#manu_list a {
	float: left;
	display: block;
}
.portal { 
	color: #000000;
	width: 560px;
	margin: 0 auto;
} 
.portal:after { 
	content: "";
	display: block;
	clear: both;
	height: 0;
} 
.portal dl { 
	width: 80px;
	height: 120px;
	line-height: 1.2;
	margin: 0 30px 0 0;
	padding: 0 0 20px;
	float: left;
} 
.portal dl dt { 
	text-align: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	position: relative;
}
.portal dl dt img { 
	position:absolute;
	bottom: 0
} 
.portal dl dd { 
	width: 80px;
	margin: 0;
	padding: 3px 0 0;
}
.margin-b25 {
	margin-bottom: 25px;
}

/*----------------
 左ナビゲーション
------------------*/
#naviarea_wrap h2 {
	text-align: right;
	margin: 0 0 35px;
}
.l_navi_u {
	float: left;
	width: 150px;
	margin: 0 0 20px;
}
.l_navi_u h3 {
	color: #cd3000;
	text-align: right;
	margin-bottom: 5px;
}
.l_navi_u ul {
	margin: 0 0 10px;
	padding: 0;
	width: 150px;
}
.l_navi_u li {
	text-align: right;
	width: 150px;
	margin: 0;
}
.l_navi_u li a {
	color: #000000;
	display: block;
	text-decoration: none;
}
.l_navi_u li a:visited {
	color: #000000;
	text-decoration: none;
}
.l_navi_u li a:hover,
.l_navi_u li a:active, 		/* for IE (Keyboard) */
.l_navi_u li a:focus {		/* for Netscape (Keyboard) */
	color: #815f00;
	text-decoration: underline;
}
.margin-r14 {
	margin-right: 14px;
}
#l_navi01 a {
	font-weight: bold;
	margin-right: 0;
}
#l_navi02 a {
	margin-right: 2px;
}
#l_navi03 a {
	margin-right: 7px;
}
#l_navi04 a {
	margin-right: 9px;
}
#l_navi05 a {
	margin-right: 11px;
}
#l_navi06 a {
	margin-right: 11px;
}
#l_navi07 a {
	margin-right: 11px;
}
#l_navi08 a {
	margin-right: 12px;
}
#l_navi09 a {
	font-weight: bold;
	margin-right: 12px;
}
#l_navi10 a {
	font-weight: bold;
	margin-right: 10px;
}
#l_navi11 a {
	font-weight: bold;
	margin-right: 8px;
}
#l_navi12 a {
	font-weight: bold;
	margin-right: 6px;
}
#l_navi13 a {
	font-weight: bold;
	margin-right: 0;
}
#l_navi14 a {
	font-weight: bold;
	margin-right: 0;
}
#l_navi15 a {
	font-weight: bold;
	margin-right: 0;
}
#l_navi16 a {
	font-weight: bold;
	margin-right: 0;
}
#l_navi17 a {
	font-weight: bold;
	margin-right: 0;
}
#naviarea_wrap p a {
	color: #000000;
	text-decoration: none;
}
#naviarea_wrap p a:visited {
	color: #000000;
	text-decoration: none;
}
#naviarea_wrap p a:hover,
#naviarea_wrap p a:active, 		/* for IE (Keyboard) */
#naviarea_wrap p a:focus {		/* for Netscape (Keyboard) */
	color: #815f00;
	text-decoration: underline;
}

/*------------------
 フッタ
------------------*/
#footer1 {
	width: 780px;
	margin: 0 auto;
	padding: 40px 0 15px;
}
#footer1 ul {
	text-align: center;
	margin: 0;
}
#footer1 ul li {
	color: #000000;
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}
#footer1 a {
	color: #000000;
	text-decoration: none;
}
#footer1 a:visited {
	color: #000000;
	text-decoration: none;
}
#footer1 a:hover,
#footer1 a:active, 		/* for IE (Keyboard) */
#footer1 a:focus {		/* for Netscape (Keyboard) */
	color: #815f00;
	text-decoration: underline;
}

/*------------------ 
 フロートボックス解除用。htmlでは<br class="clear" />で使用 
------------------*/
.clear {
	clear: both;
}

/*------------------
 テキスト用
------------------*/
.text_right {
	text-align: right;
	margin-right: 15px;
}
.center {
	text-align: center;
}