@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    color: #009933;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(../images/bg_base.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

a:hover {
    text-decoration: underline;
}

#all {
    height: auto;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#header {
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 102px;
    position: relative;
    background-image: url(../images/fumyoukai_headerbase.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#header h1 {
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    height: 25px;
    width: 150px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.logo {
    height: 50px;
    width: 403px;
    position: absolute;
    left: 35px;
    top: 25px;
}

#minzoku_en h1 {
    font-size: 16px;
}

#minzoku_en {
    font-size: 10px;
}

#en_position {
    margin: 0;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50px;
    border-radius: 7px;
    border: #009966 2px solid;
    box-sizing: border-box;
}

#en_position a {
    display: block;
    border-radius: 7px;
    padding: 11px;
    background:#f9ffff;
}

#en_position a:hover {
    background: -prefix-linear-gradient(top, #dbffff, #fff);
    background: linear-gradient(to bottom, #dbffff, #fff);
}

#main_navigation {
    height: 40px;
    width: 900px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.nav1 {
    list-style: none;
    width: 900px;
    font-size: 13px;
    background-color: #FFF;
}

ul.nav1 li {
    position: relative;
    display: block;
    height: 40px;
    overflow: hidden;
    /*	background-image: url(../images/navi_bar_off.png);
	background-repeat: no-repeat;
	background-position: left top;*/
    float: left;
    width: 180px;
    background-color: #FFF;
}

ul.nav1 li a {
    position: relative;
    /*	color: #696969;
	text-decoration: none;*/
    display: block;
    height: 40px;
    line-height: 40px;
    z-index: 100;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
}

/*
ul.nav1 li a:hover {
	color:#4169e1;
    text-decoration: underline;
}
*/

#main_image {
    height: 330px;
    width: 900px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    position: relative;
}

#main {
    height: auto;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    clip: rect(auto, auto, auto, auto);
}

#left_content {
    height: auto;
    width: 201px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    position: relative;
}

#side_navi {
    width: 201px;
    margin-right: auto;
    margin-left: auto;
}

ul.nav2 {
    list-style: none;
    width: 200px;
    font-size: 12px;
}

ul.nav2 li {
    position: relative;
    display: block;
    height: 40px;
    overflow: hidden;
    /*	background-image: url(../images/navi_bar_01.png);
	background-repeat: no-repeat;
	background-position: left top;*/
    float: left;
    width: 200px;
    margin-bottom: 5px;
    text-align: center;
}

ul.nav2 li a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    z-index: 100;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
}

/*ul.nav2 li a:hover {
    color:#4169e1;
    text-decoration: underline;
}*/

ul.nav3 {
    list-style: none;
    width: 200px;
    font-size: 12px;
    font-weight: normal;
}

ul.nav3 li {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 200px;
    margin-bottom: 10px;
    text-align: center;
}

ul.nav3 li a {
    color: #212121;
    text-decoration: none;
    display: block;
    height: 40px;
    z-index: 100;
    text-align: center;
    width: 200px;
}

ul.nav1 li a,
ul.nav2 li a,
ul.nav3 li a {
    border: #33cc99 2px solid;
    box-sizing: border-box;
    background:#f9ffff;
}

ul.nav1 li a:hover,
ul.nav2 li a:hover,
ul.nav3 li a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #00000f;
    border: #009966 2px solid;
    box-sizing: border-box;
    background: -prefix-linear-gradient(top, #dbffff, #fff);
    background: linear-gradient(to bottom, #dbffff, #fff);
}

ul.nav2 li a,
ul.nav3 li a,
ul.nav2 li a:hover,
ul.nav3 li a:hover {
    border-radius: 5px;
}

.honbuphoto {
    margin-bottom: 10px;
    margin-top: 5px;
}

#main #right_content .sidephoto {
    margin-bottom: 10px;
}

#main_content {
    width: auto;
    float: left;
    height: auto;
}

#main_content .saiji h2 {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #090;
    padding-left: 10px;
    height: 1.8em;
}

#main_content .saiji dl {
    margin-bottom: 15px;
}

#main_content .saiji dl dt {
    font-size: 15px;
    font-weight: bold;
    color: #090;
}

#main_content .saiji dl dd {
    margin-bottom: 1em;
    height: auto;
    width: 500px;
    font-size: 14px;
}

#main_content .saiji p {
    font-size: 15px;
    font-weight: bold;
}

#right_content {
    height: auto;
    width: 201px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    padding-top: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#footer {
    height: 68px;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 1.5em;
    background-image: url(../images/footer_bar.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 12px;
    padding-top: 5px;
    color: #000;
    clear: both;
}

#footer p a {
    color: #666666;
}

#footer p a:hover {
    color: #333631;
}

.photo {
    margin-bottom: 10px;
    height: auto;
}

.position {
    color: #999;
}

.oshiezu {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 569px;
    width: 511px;
    margin-top: 10px;
}

.nenga {
    margin-right: auto;
    margin-left: auto;
}

#main_content .about .simpleTabs .simpleTabsContent p {
    text-indent: 1em;
}

#main_content .about .simpleTabs .simpleTabsContent .about_photo1 img {
    margin-top: 20px;
    margin-left: 10px;
}

#all #main #main_content .bekkisadao .simpleTabs .simpleTabsContent strong {
    /*	color: #39b54a;*/
}

.tablet {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #FF0000;
}

.tabletvideo {
    margin: 0 auto;
}

.oshie-douga h2 {
  margin-bottom: 10px;
}
.oshie-douga li {
  list-style: none;
  margin: 40px 0;
}

.douga-h1 {
  font-size: 1.5em;
  color:#fff;
  background: #009933;
  padding: 10px;
  margin: 30px 0;
}