* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  background: #ffffff url(../img/common/all_bk.gif) center top repeat-y;
}
img {
  border: none;
}
p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px px;
}
#all_wrapper {
  width: 750px;
  margin: 0px auto;
}
/******************* ヘッダー部分 ******************* /
/* ヘッダー
---------------------------------------------*/
#hd {
  width: 750px;
  height:290px;
  clear: both;
  margin: 0px auto;
  background: url(../img/common/hd_bk.jpg) center top repeat-y;
}
#logo {
  width: 480px;
  height:290px;
  float: left;
}
#seo{
  width: 250px;
  float: right;
  color: #ffffff;
  text-align:right;
  padding: 5px 10px 0px 0px;
}
#seo h1{
  font-size: 70%;
  font-weight: normal;
}
/* ロゴ部分
---------------------------------------------*/
#nv_wp {
  width: 750px;
  height:33px;
  margin: 0px auto;
  background: url(../img/common/nv_bk.jpg) center top repeat-x;
  text-align: center;
}
#nv{
  width: 665px;
  height: 33px;
  margin: 0 auto;
}
ul#navi{
  list-style:none;
  width:100%;
  text-align: center;
}
ul#navi li{
  list-style:none;
  float:left;
  width:166px;
}
ul#navi a{
  display:block;
  width:166px;
  height:33px;
  text-indent:-1000px;
  overflow:hidden;
  font-size: 10%;
}
a.navi1{
  background-image:url(../img/common/navi1.jpg);
}
a:hover.navi1{
  background-position:0px -33px;
}
a.navi2{
  background-image:url(../img/common/navi2.jpg);
}
a:hover.navi2{
  background-position:0px -33px;
}
a.navi3{
  background-image:url(../img/common/navi3.jpg);
}
a:hover.navi3{
  background-position:0px -33px;
}
a.navi4{
  background-image:url(../img/common/navi4.jpg);
}
a:hover.navi4{
  background-position:0px -33px;
}
/******************* ページメイン部分 ******************* /
/* ページメイン
---------------------------------------------*/
#main {
  width:750px;
  clear: both;
}
/* メインメニュー部分
---------------------------------------------*/
#menu {
  width: 210px;
  float: left;
  font-size: 80%;
  margin: 10px 5px 10px 5px;
}
#list{
  background: #ffcc00 url(../img/common/mn_bk.gif) repeat;
  padding-bottom: 20px;
}
#menu li{
  list-style-type: none;
}
#menu a.mn{
  display:block;
  width:165px;
  background:url(../img/common/mn_a-bk.gif) left bottom no-repeat;
  color: #333333;
  padding: 6px 0px 3px 45px;
  text-decoration: none;
}
#menu a:hover.mn{
  color: #0066cc;
  background:url(../img/common/mn_a-bkx.gif) left bottom no-repeat;
}

#cp{
  width: 194px;
  float: left;
  margin: 5px 0px 20px 3px;
  line-height: 1.4em;
}
#cp a {
  color: #3366cc;
  text-decoration: none;
}
#cp a:visited {
  color: #003366;
}
#cp a:hover {
  color: #ff6600;
}
/* ページメイン部分
---------------------------------------------*/
#p_main {
  width: 520px;
  margin: 10px 0px 0px 0px;
  float: right;
  background: #ffffff;
}

#p_main a {
  color: #3366cc;
  text-decoration: none;
}
#p_main a:visited {
  color: #003366;
}
#p_main a:hover {
  color: #ff6600;
}
.p1{
  font-size: 85%;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 5px 10px 0px 50px;
}
.p2{
  font-size: 85%;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 5px 10px 0px 10px;
}
.p-right{
  font-size: 83%;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  margin: 5px 10px 0px 10px;
  text-align: right;
}
/* フッター部分
---------------------------------------------*/
#foot {
  width: 750px;
  height: 45px;
  clear: both;
  font-size: 83%;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2em;
  margin: 10px 0px 15px 0px;
}
#foot a {
  color: #3366cc;
  text-decoration: none;
}
#foot a:visited {
  color: #003366;
}
#foot a:hover {
  color: #ff6600;
}
/* 見出し部分
---------------------------------------------*/
h2{
  font-size: 200%;
  background:url(../img/common/h2_bk.gif) no-repeat;
  padding: 6px 0px 5px 60px;
  margin: 5px 5px 10px 5px;
  color: #333333;
}
h3{
  font-size: 120%;
  padding: 5px 0px 5px 10px;
  border: 2px #e1e1e1;
  border-bottom-style: dotted;
  border-top-style: dotted;
  margin: 10px 20px 10px 30px;
}
/* テキスト部分
---------------------------------------------*/
.hr1{
  line-height: 1.4em;
  margin: 5px 10px 0px 50px;
}
.tx_small{
  font-size: 80%;
}
.tx_exbig{
  font-size: 300%;
}
.tx_big{
  font-size: 120%;
}
.va_middle{
  vertical-align: middle;
}
.tx_red{
  color: #cc0000;
}
.tx_redbig{
  font-size: 180%;
  color: #cc0000;
  font-weight: bold;
  line-height: 1.8em;
}
.tx_pagetop{
  font-size:100%;
  border: 1px dotted #999999;
  text-align: right;
  padding: 10px;
  margin: 0px 0px 0px 350px;
}
/* テーブル・セル部分
---------------------------------------------*/
.tb1{
  margin: 10px 0px 10px 10px;
  font-size: 85%;
  letter-spacing: 0.15em;
  line-height: 1.4em;
}
.td1{
  background: #e1e1e1;
  width: 150px;
  padding: 5px 5px 5px 10px;
  vertical-align: top;
}
.td2{
  width: 350px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #e1e1e1;
}
.td_half{
  width: 250px;
  padding: 5px 5px 5px 10px;
  vertical-align: top;
}
.td4{
  width: 350px;
  padding: 5px 10px 5px 10px;
}
.li_ds{
 list-style-type: square;
 padding-left: 15px;
 line-height: 1.8em;
}