@charset "utf-8";

* {
  margin : 0;
  padding : 0;
  border : none;
  background : transparent;
  font : normal normal 100% Arial,Helvetica,sans-serif;
  font-family : "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
body {
  font-size : 62.5%;
}
#page {
  background: url(../image/bg_page.gif) repeat 0 0 #fff;
  width: 100%;
  text-align: center;
  color: #555;
}
#page #core {
  /*padding-top: 90px;*/
  background: #fff;
}
.home #page #core,
.contact #page #core,
.entry #page #core {
  padding-top: 0;
}
#header .nest,
.container .nest,
#footer .nest {
  position: relative;
  margin: 0 auto;
  text-align: left;
}
/* ___________________________________________________________ headline */
h1,h2,h3,h4,h5,h6 {
  margin : 0 0 10px 0;
  padding : 0;
  text-indent : 0;
  font-weight: bold;
}
h1 {
  font-size : 1.7em;
}
h2 {
  font-size : 1.7em;
}
h3 {
  font-size : 1.4em;
}
h4 {
  font-size : 1.2em;
}
h5 {
  font-size : 1.1em;
}
h6 {
  font-size : 1em;
}
/* ___________________________________________________________ anchor */
a {
  color: #000;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #d85a39;
  text-decoration: none;
}
a:focus {
  outline : none;
}
/* ___________________________________________________________ image */
img {
	vertical-align : bottom;
}
/* ___________________________________________________________ hr */
hr {
	clear : both;
	visibility : hidden;
}
div#shell hr {
	display : block;
	margin : 0 0 0 0;
	height : 1px;
}
/* ___________________________________________________________ form */
input {
	padding : 3px;
	border : 1px solid #ccc;
	background : #fff;
}
input:hover,
input:active {
	background : #f1f1f1;
}
select,
textarea {
	border : 1px solid #ccc;
}
/* ___________________________________________________________ clearfix */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}

/* =====================================================================
  レイアウト
====================================================================== */
  p {
    margin : 0 0 10px 0;
    padding : 0;
    line-height : 1.5;
  }
  strong,
  * storng {
    font-weight : bold;
  }
  em {
    font-weight : bold;
  }
  address {
    margin : 10px 10px 20px 10px;
    padding : 10px 20px;
    border : 1px solid #ccc;
  }
  blockquote,cite {
    display : block;
    margin : 0 0 20px 0;
    padding : 20px 40px 10px 40px;
    border : 1px solid #ccc;
    background : url(../../images/option/blockquote.gif) no-repeat 0 0;
  }
  blockquote p {
    margin-bottom : 5px;
  }
  /* ___________________________________________________________ list */
  ul {
    margin : 0 0 15px 0;
    list-style : none;
  }
  ul li {
    margin : 0 0 5px 0;
    padding : 0.2em 0 0.2em 12px;
    background: url(../image/option/arrow.gif) no-repeat 0 4px;
    line-height : 1.0;
  }
  ul li a {
    line-height : 1.0;
  }
  * html ul li {
    height : 1%;
  }
  ul li ul {
    margin : 0 0 -10px 0 !important;
    padding : 5px 0 0 0;
  }
  ul li ul li {
    padding : 0.2em 0 0.2em 20px;
    background: url(../image/option/arrow.gif) no-repeat 0 4px;
  }
  ol {
    margin : 0 0 15px 0;
    list-style-position : inside;
  }
  ol li {
    margin : 0 0 5px 0;
    padding : 0.2em 0;
  }
  ol li ol {
    margin : 0 0 -10px 0 !important;
    padding : 5px 0 0 0;
  }
  ol li ol li {
    padding : 0.2em 0 0.2em 10px;
  }
  dl {
    margin : 0 0 20px 0;
  }
  dl dt {
    margin : 0 0 10px 0;
    padding : 0.4em 0;
    border-bottom : solid 1px #efc7d6;
    background : #f9ecf2;
    line-height : 1.6;
    text-indent: 10px;
  }
  dl dd {
    margin : 0 0 15px 0;
    line-height : 1.6;
  }
  dl dd p {
    padding : 0 0 5px 0;
    line-height : 1.6;
  }
  /* ___________________________________________________________ table */
  table {
    margin : 0 10px 20px 10px;
    border : 1px solid #ccc;
    border-collapse : collapse;
  }
  caption {
    padding-bottom : 0.5em;
    text-align : left;
    font-weight : bold;
  }
  th,td {
    padding : 5px 10px;
    border : 1px dotted #e0e0e0;
  }
  th {
    background : #f1f1f1;
    font-weight : bold;
    text-align : center;
  }

  #page {
    font-size: 1.3em;
  }
  #page #core,
  #footer {
    margin: 0 30px;
    min-width: 1000px;
  }
  .container .nest,
  #footer .nest {
    width: 940px;
  }
  #core #contents {
    float: left;
    margin-bottom: 30px;
    width: 670px;
  }
  #core #utilities {
    float: right;
    margin-bottom: 30px;
    width: 240px;
  }
  .topic_path {
    padding-top: 20px;
    font-size: 0.9em;
  }
  /* ___________________________________________________________ headline */
  h1 {
    padding-left: 12px;
    background: #f69cbe;
    color: #fff;
    line-height: 60px;
    height: 60px;
  }
  h2 {
    border-bottom: 1px solid #f69cbe;
    padding: 14px 0 14px 5px;
  }
  #contents h3 {
    margin: 20px 0px 15px 0px;
    border-bottom: 1px dotted #e37ba2;
  }
  #contents h3.outline1 {
    margin: 20px 0 0 0;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    background: url(http://www.kagoshima-seiyu.com/wp-content/uploads/h3_outline1.gif) no-repeat ;
    width: 100%;
    height:45px;
    border-bottom: none;
  }
    #contents h3.outline2 {
    margin: 40px 0px 20px 0px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    background: url(http://www.kagoshima-seiyu.com/wp-content/uploads/h3_outline2.gif) no-repeat ;
    width: 100%;
    height:45px;
    border-bottom: none;
  }
    #contents h3.outline3 {
    margin: 40px 0px 10px 0px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    background: url(http://www.kagoshima-seiyu.com/wp-content/uploads/h3_outline3.gif) no-repeat ;
    width: 100%;
    height:45px;
    border-bottom: none;
  }
    #contents h3.outline4 {
    margin: 20px 0px 20px 0px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    background: url(http://www.kagoshima-seiyu.com/wp-content/uploads/h3_outline4.gif) no-repeat ;
    width: 100%;
    height:45px;
    border-bottom: none;
  }
  h4 {
    margin: 15px 0px 10px 0px;
    text-decoration: none;
  }
  #utilities h2 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 0 5px;
    line-height: 59px;
    height: 59px;
  }
  #utilities h2 a {
    text-decoration: none;
  }
  /* ___________________________________________________________ common */
  .column2 .column {
    float: left;
    margin: 0 24px 20px 0;
  }
  .column2 .turn {
    margin-right: 0 !important;
  }
  .column3 .column {
    float: left;
    margin: 0 24px 20px 0;
  }
  .column3 .turn {
    margin-right: 0 !important;
  }
  .more {
    text-align: right;
  }
  .more a {
    background: url(../image/option/arrow.gif) no-repeat 0 4px;
    padding-left: 10px;
  }
  /* ___________________________________________________________ form */
  #trust-form table {
    margin: 0 0 15px 0;
    width: 100%;
  }
  #trust-form th {
    width: 30%;
  }
  #trust-form td {
    padding: 10px 10px 2px 10px;
  }
  #trust-form td * {
    margin: 0;
    padding: 0;
    background: none;
    resize: none;
  }
  #trust-form th span {
    font-weight: bold;
  }
  #trust-form th span.require {
    padding-left: 5px;
    color: #c00;
    font-size: 1.1em;
  }
  #trust-form td input {
    margin-bottom: 8px;
    padding: 3px 5px;
  }
  #trust-form td select {
    margin-bottom: 8px;
    padding: 2px 0;
  }
  #trust-form td textarea {
    margin-bottom: 8px;
    width: 100%;
  }
  #trust-form td li {
    margin-right: 10px;
    display: inline-block;
  }
  #trust-form label input {
    margin-right: 3px;
  }
  #trust-form .error {
    margin-bottom: 8px;
    font-weight: bold;
    color: #c00;
  }
  #confirm-button input {
    padding: 10px 20px;
    font-weight: bold;
    background: #F5896C;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-shadow: 0 1px 0 #666;
  }
  #trust-form.contact-form-confirm td {
    padding: 10px;
  }
  /* =====================================================================
    header
  ====================================================================== */
  #header {
    position: fixed;
    background: url(../image/header/bg_header.gif) repeat-x 0 0 #fff;
    height: 90px;
    width: 100%;
  }
  .detail #header,
  .category #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .contact #header,
  .entry #header {
    /*position: relative*/
  }
  #header .nest {
    background: url(../image/header/bg_header_nest.gif) no-repeat 0 0 #fff;
    width: 940px;
    height: 90px;
  }
  #header .logo {
    position: absolute;
    top: 8px;
    left: 438px;
  }
  #header ul li {
    position: absolute;
    marign: 0;
    padding: 0;
    top: 8px;
  }
  #header ul li.about {
    left: 69px;
  }
  #header ul li.merit {
    left: 254px;
  }
  #header ul li.entry {
    left: 589px;
  }
  #header ul li.contact {
    left: 789px;
  }
  #header .logo a,
  #header ul li a {
    display: block;
    background: url(../image/header/navi.gif) no-repeat 0 0;
    height: 75px;
    text-indent: -9999px;
  }
  #header ul li.about a {
    background-position: 0px 0px;
    width: 82px;
  }
  #header ul li.merit a {
    background-position: -82px 0px;
    width: 97px;
  }
  #header .logo a {
    background-position: -179px 0px;
    width: 63px;
  }
  #header ul li.entry a {
    background-position: -242px 0px;
    width: 97px;
  }
  #header ul li.contact a {
    background-position: -339px 0px;
    width: 82px;
  }
  #header ul li.about a.stay,
  #header ul li.about a:hover {
    background-position: 0px -75px;
  }
  #header ul li.merit a.stay,
  #header ul li.merit a:hover {
    background-position: -82px -75px;
  }
  #header .logo a.stay,
  #header .logo a:hover {
    background-position: -179px -75px;
  }
  #header ul li.entry a.stay,
  #header ul li.entry a:hover {
    background-position: -242px -75px;
  }
  #header ul li.contact a.stay,
  #header ul li.contact a:hover {
    background-position: -339px -75px;
  }

  /* =====================================================================
    home
  ====================================================================== */
  #shortcut p {
    margin: 30px 0;
    width: 455px;
    height: 450px;
  }
  #shortcut .about {
    float: left;
  }
  #shortcut .merit {
    float: right;
  }
  #shortcut p a {
    display: block;
    background: url(../image/home/shortcut.jpg) no-repeat 0 0;
    width: 455px;
    height: 450px;
    text-indent: -9999px;
  }
  #shortcut .about a {
    background-position: 0 0;
  }
  #shortcut .merit a {
    background-position: -455px 0;
  }
  #shortcut .about a:hover {
    background-position: 0 -450px;
  }
  #shortcut .merit a:hover {
    background-position: -455px -450px;
  }
  #message {
    background: url(../image/home/bg_message.gif) no-repeat center 0 #f5896c;
  }
  #message .nest {
    padding: 80px 0 55px 0;
    background: url(../image/home/bg_message.gif) no-repeat center 0 #f5896c;
    text-align: center;
  }
  #message h1 {
    margin-bottom: 25px;
    padding: 0;
    background: none;
  }
  #message p {
    margin: 0 auto;
    color: #fff;
    text-align: left;
    width: 460px;
  }
  #main {
    padding: 25px 0;
  }
  #main .business {
    float: left;
    width: 455px;
  }
  #main .info {
    float: right;
    width: 455px;
  }
  #main .info h2 {
    border-color: #f4cf00;
  }
  #main .column2 .column {
    width: 215px;
  }
  #main .business .column2 {
    margin-top: 20px;
  }
  #main .business .column2 .column a {
    overflow: hidden;
    display: block;
    background: url(../image/home/bg_business.gif) no-repeat 0 bottom;
    text-decoration: none;
    height: 230px;
  }
  #main .column2 .column h3 {
    margin: 0 10px 5px 10px;
    padding: 0;
    border-bottom: 1px dotted #e37ba2;
    text-align: center;
    color: #e37ba2;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 30px;
    height: 30px;
  }
  #main .column2 .column p {
    margin: 0 10px;
    padding: 0;
  }
  #main .column2 .column p.image {
    margin: 0;
  }
  #main .business .column2 .column a:hover {
    background-position: -215px bottom
  }
  #main .business .column2 .column a:hover * {
    border-color: #fff;
    color: #fff;
  }
  #main .business .column2 .column a:hover img {
    opacity: 0.7;
  }
  #main .info .summary {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f4cf00;
  }
  #main .info .summary + .summary {
    margin-top: 5px;
  }
  #main .info .summary.break {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f4cf00;
  }
  #main .info .summary h3 {
    margin-bottom: 5px;
  }
  #main .info .summary p {
    line-height: 1.3;
  }
  #main .information {
    position: relative;
    margin-bottom: 30px;
  }
  #main .information h2 {
    margin: 0;
    border: 0;
  }
  #main .information .more {
    position: absolute;
    top: 19px;
    right: 0;
  }
  #main .information .more a {
    padding-left: 18px;
    background: url(../image/option/list.gif) no-repeat 0 3px;
  }
  #main .update {
    padding: 8px 10px 13px 10px;
    border: 1px solid #f4a48f;
  }
  #main .update dt,
  #main .update dd {
    margin: 0;
    padding: 12px 3px;
    line-height: 1.3;
  }
  #main .update dt {
    clear: both;
    float: left;
    border: 0;
    background: url(../image/option/arrow.gif) no-repeat 3px 16px transparent;
    width: 100px;
  }
  #main .update dd {
    border-bottom: 1px dotted #f4a48f;
  }
  #contents .column2 .column {
    margin: 0 25px 20px 0;
    width: 320px;
    border: 0;
    background: #FFD3E4;
  }
  #contents .column2 .turn {
    margin-right: 0;
  }
  #contents .column3 .column {
    margin: 0 20px 20px 0;
    width: 210px;
    border: 0;
    height: 232px;
  }
  #contents .column3 .turn {
    margin-right: 0;
  }
  /* =====================================================================
    utilities
  ====================================================================== */
  #utilities .guide {
    margin-bottom: 30px;
    padding: 0 10px;
    border: 1px solid #dddddd;
  }
  #utilities h2 {
    margin: 0;
  }
  #utilities .guide li {
    margin: 0;
    padding: 0;
    background: url(../image/option/bg_utilities_li.gif) repeat-x 0 bottom transparent;
  }
  #utilities .guide li a {
    display: block;
    padding: 15px 0 18px 12px;
    background: url(../image/option/arrow.gif) no-repeat 0 center transparent;
    line-height: 1.2;
  }
  #utilities .page_item_has_children ul {
    padding-bottom: 15px !important;
  }
  #utilities .guide li.return {
    background: none;
    
  }
  #utilities .guide li.return a {
    padding-bottom: 5px;
    background: url(../image/option/return.gif) no-repeat 0 20px;
  }
  #utilities .children {
    margin: -10px 0 1px 0 !important;
    padding: 0 13px;
  }
  #utilities .children li {
    background: none;
  }
  #utilities .children li a {
    padding: 4px 0 4px 12px;
  }
  /* =====================================================================
    footer
  ====================================================================== */
  #footer {
    position: relative;
    margin-bottom: 30px;
    background: url(../image/footer/bg_footer.gif) repeat-x 0 0 #f5f5f5;
  }
  #footer .return_top {
    margin: 0 0 28px 0;
    height: 30px;
  }
  #footer .return_top a {
    position: absolute;
    right: 0;
    display: block;
    background: url(../image/footer/return_top.gif) no-repeat 0 0;
    text-indent: -9999px;
    width: 228px;
    height: 30px;
  }
  #footer .return_top a:hover {
    background-position: 0 -30px;
  }
  #footer .copyright {
    padding: 0 0 20px 0;
    text-align: center;
  }
  #footer .sitemap {
    padding: 0 0 0 20px;
  }
  #footer .sitemap div {
    float: left;
  }
  #footer .sitemap .about {
    width: 405px;
  }
  #footer .sitemap .merit {
    width: 190px;
  }
  #footer .sitemap .information {
    width: 97px;
  }
  #footer .sitemap .global {
    width: 228px;
  }
  #footer .sitemap h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #555555;
  }
  #footer .sitemap h4 {
    font-size: 1em;
  }
  #footer .sitemap h3 a {
    font-weight: bold;
    text-decoration: none;
    color: #555;
  }
  #footer .sitemap h4 a {
    font-weight: bold;
    color: #555;
  }
  #footer .sitemap li {
    background: none;
  }
  #footer .sitemap .merit li,
  #footer .sitemap .global li {
    padding-left: 0;
  }

/* =====================================================================
  common
====================================================================== */
/* ___________________________________________________________ border-radius */
.br4 { border-radius: 4px; }
.br6 { border-radius: 6px; }
.br8 { border-radius: 8px; }
.br10 { border-radius: 10px; }
.br12 { border-radius: 12px; }

/* ___________________________________________________________ font-size */
.font09 { font-size: 0.9em !important; }
.font08 { font-size: 0.8em !important; }

/* ___________________________________________________________ float */
.thumbs_left {
  float: left;
  margin-right: 20px;
}
.thumbs_right {
  float: right;
  margin-left: 20px;
}
.thumbs_center {
  text-align: center;
  margin: 0 auto;
}

/* ___________________________________________________________ rollover */

#overlink a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 650px;
	background-image: url(http://www.kagoshima-seiyu.com/wp-content/uploads/bnr_nodelseed_650.jpg);
	padding-top: 300px;
	text-align: center;
	margin: 10px 0;
}

#overlink a:hover {
	background-position: 0 -300px;
}
