@charset "shift_jis";

/* ページ全体
------------------*/
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333333;
    /*background: #FFFFFF url(../img/back.gif) repeat-y;*/
}

h1, h2, dl {
    margin: 0;
}

p {
    margin: 0;
}

a:link {
    color: #333333;
    font-style; normal;
    text-decoration: underline;
}

a:visited {
    color: #006933;
    font-style: normal;
}

a:hover, a:active {
    color: #738200;
    font-style: normal;
}

/*------------------
  ヘッダ
------------------*/
#header {
	width: 850px;
}

#header h1 {
    width: 850px;
    height: 80px;
    margin: 0;
    background: url(../img/head_logo.jpg);
    text-indent: -9999px;
}

/*------------------
  ヘッダナビゲーション
------------------*/
#h_navi {
    float: left;
    width: 850px;
	background: #FFFFFF url(../img/back.gif) repeat-y;
}

#h_navi ul {
    margin: 5px 25px 5px 25px;
	padding: 0 0 5px 0;
    list-style: none;
}

#h_navi li,#h_navi a{
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    background: url(../img/h_navi.gif);
    text-indent: -9999px;
}

#h_navi02 a { background-position: -100px 0 }
#h_navi03 a { background-position: -200px 0 }
#h_navi04 a { background-position: -300px 0 }
#h_navi05 a { background-position: -400px 0 }
#h_navi06 a { background-position: -500px 0 }
#h_navi07 a { background-position: -600px -40px }
#h_navi08 a { background-position: -700px 0 }
#h_navi01 a:hover { background-position: 0 -40px }
#h_navi02 a:hover { background-position: -100px -40px }
#h_navi03 a:hover { background-position: -200px -40px }
#h_navi04 a:hover { background-position: -300px -40px }
#h_navi05 a:hover { background-position: -400px -40px }
#h_navi06 a:hover { background-position: -500px -40px }
#h_navi07 a:hover { background-position: -600px -40px }
#h_navi08 a:hover { background-position: -700px -40px }

/*------------------
  ページ本体（2段組み）
------------------*/
#pagebody {
    width: 850px;
	background: #FFFFFF url(../img/back.gif) repeat-y;
}

#pagebody h1 {
	margin: 10px 10px 10px 10px;
	padding: 0;
}

/*------------------
 メイン
------------------*/
#main td {
    text-align: center;
    vertical-align: top;
}

#content {
    color: #330000;
	width: 320px;
	margin-top: 10px;
	padding-top: 0px;
}

#content th {
    text-align: center;
	font-size: 15px;
}

#content td {
	padding: 10px;
	vertical-align: middle;
}

#chui p {
    color: #330000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
    margin-top: 10px;
	padding-bottom: 10px;
}

#link {
    width: 450px;
    font-size: 12px;
	color: #330000;
	border-collapse: collapse;
	border: 1px #330000 solid;
	table-layout: fixed;
}

#link th {
    font-size: 15px;
    border: 1px #330000 solid;
	padding: 5px;
}

#link td {
    font-size: 13px;
	text-align: left;
    border: 1px #330000 solid;
	padding: 5px;
}

#link img {
	border: none;
}

/*------------------
 フッタ
------------------*/

#footer {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 850px;
	height: 60px;
	background: url(../img/foot_copy.jpg);
}

#footer p {
    text-indent: -9999px;
}
