/* ALL RESET */
html {
color:#000000;
background:#FFFFFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr {
margin: 0;
padding: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,th,var {
font-style: normal;
font-weight: normal;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}
addr,acronym {
border: 0;
font-variant: normal;
}
input,textarea,select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input,textarea,select {
*font-size: 100%;
}
legend {
color: #000000;
}
table {
font-size:inherit;
font: 100%;
}
/* BASE SET */
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
font-size: 0.75em;
color: #646464;
line-height: 1.5;
text-align: center;
letter-spacing: 0.05em;
white-space: normal;
background: #FFFFFF url(/images/bg.jpg) repeat-x top;
}
a {
overflow: hidden;
}
a:link {
color: #338FE8;
text-decoration: none;
}
a:visited {
color: #005FAD;
text-decoration: none;
}
a:hover,a:active {
color: #338FE8;
text-decoration: underline;
}
.clearfix:after {
content: ".";  /* 新しい要素を作る */
display: block;  /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.pageup {
text-align: right;
font-size: 0.9em;
clear: both;
margin-top: 15px;
margin-right: auto;
margin-bottom: 15px;
margin-left: auto;
}
.pageup a {
color: #999999;
}
/* CONTAINER
---------------------------------------------- */
#TOP {
width: 900px;
margin: 0 auto;
padding: 0;
background-color: #FFFFFF;
border: 1px solid #999999;
}
/* HEADER
---------------------------------------------- */
#header {
width: 900px;
height: 100px;
text-align: left;
background: url(/images/head_bg.jpg) no-repeat;
}
#header-logo a{
display: block;
width: 190px;
height: 50px;
background: url(/images/ft_logo.jpg) no-repeat top left;
text-indent: -9999px;
}
/* CONTENTS
---------------------------------------------- */
#contents {
width: 870px;
text-align: left;
padding-top: 25px;
margin-right: 15px;
margin-left: 15px;
}
#p_list {
margin: 10px 2px;
text-align: left;
font-size: 0.9em;
}
/* MENU
---------------------------------------------- */
#mainmenu {
clear: both;
height: 42px;
position: absolute;
top: 59px;
text-align: left;
width: 870px;
}
#mainmenu h2{
display: none
}
#mainmenu ul, #mainmenu li{
float: left;
}
#mainmenu li, #mainmenu a{
display: block;
text-indent: -9999px;
}
#mainmenu a{
background-image: url(/images/menu.gif);
width: 145px; height: 42px;
 }
#bt1 a{
background-position: -15px 0px; width: 144px;
}
#bt1 a:hover{
background-position: -15px 42px;
}
#bt2 a{
background-position: -159px 0px;
}
#bt2 a:hover{
background-position: -159px 42px;
}
#bt3 a{
background-position: -304px 0px;
}
#bt3 a:hover{
background-position: -304px 42px;
}
#bt4 a{
background-position: -449px 0px;
}
#bt4 a:hover{
background-position: -449px 42px;
}
#bt5 a{
background-position: -594px 0px;
}
#bt5 a:hover{
background-position: -594px 42px;
}
#bt6 a{
background-position: -739px 0px;
}
#bt6 a:hover{
background-position: -739px 42px;
}
/* パンくずリスト
---------------------------------------------- */
#crumbs_navi {
color: #666666;
position: absolute;
top: 255px;
font-size: 0.9em;
}
#crumbs_navi h2 {
display: none;
}
#crumbs_navi a {
color: #666666;
}
/* SUB_MENU
---------------------------------------------- */
#bs_menu {
width: 740px;
height: 70px;
position: absolute;
top: 280px;
margin-left: 70px;
}
#bs_menu h2{
display: none;
}
#bs_menu ul, #bs_menu li{
float: left;
}
#bs_menu li, #bs_menu a{
display: block;
text-indent: -9999px;
}
#bs_menu a{
background: url(/images/bs_menu.gif);
width: 175px;
height: 41px;
margin-top: 10px;
margin-right: 10px;
}
#bs1 a{
background-position: 703px 41px;
}
#bs2 a{
background-position: 528px 41px;
}
#bs3 a{
background-position: 351px 41px;
}
#bs4 a{
background-position: 175px 41px;
}
/* FOOTER
---------------------------------------------- */
#footer {
color: #FFFFFF;
background-color: #0059DB;
background-image: url(/images/footer_bg.gif);
background-repeat: repeat-x;
width: 900px;
}
#copyright {
padding-top: 15px;
padding-bottom: 15px;
}
#copyright address{
padding-top: 7px;
}
