@charset"UTF-8";

/* --------------------------------------------------
   Reset
-------------------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,p,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  text-decoration : none;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

/* --------------------------------------------------
   Utilities
-------------------------------------------------- */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clblue {
    color: #4169e1;
}
.clred {
    color: #ff0000;
}
.b {
    font-weight: bold;
}
/* --------------------------------------------------
   body, #wrapper
-------------------------------------------------- */
body {
    font-size: 14px;
    background-color: #fff;
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ", sans-serif;
	line-height: 150%;
	text-align:justify;  
text-justify: inter-ideograph; 
}

#wrapper {
}
#wrapperInner {
    width: 880px;
    margin: 30px auto;
    padding: 5px 0 5px 0;
}
a:link,
a:visited,
a:active,
a:hover {
    color: #ea5e64;
}

h3 {
font-size: 14px;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ", sans-serif;
padding: 5px 10px;
text-align: center;
line-height: 200%;
margin:0 }

/* --------------------------------------------------
   #globalheader
-------------------------------------------------- */
.imgabove {
    margin-top: 10px;
    margin-bottom: 30px;
}
.imgbellow2 {
    margin-top: 5px;
    margin-bottom: 50px;
}

.imgbellow3 {
    margin-top: 5px;
    margin-bottom: 250px;
}

.imgbellow4 {
    margin-bottom: 460px;
}

.imgbellow5 {
    margin-bottom: 100px;

}

.imgbellow6 {
    margin-bottom: 340px;
}


/* --------------------------------------------------
   menu ul util
-------------------------------------------------- */
div.centermenu {
    position:relative;
    overflow:hidden;
}

div.centermenu ul {
    position:relative;
    left:50%;
    float:left;
}

div.centermenu li {
    position:relative;
    left:-50%;
    float:left;
}

/* --------------------------------------------------
   #slide
-------------------------------------------------- */
.fadein { 
    position:relative; 
    width:880px; 
    height:565px; 
}
.fadein img {
    position:absolute;
}

/* --------------------------------------------------
   #container
-------------------------------------------------- */
#container {
    margin-bottom: 20px;
}

/* --------------------------------------------------
   footer
-------------------------------------------------- */
footer {
    font-size: 11px;
    text-align: center;
}
footer ul {
    margin-top: 20px;
    margin-bottom: 10px;
}
footer ul li {
    width: 200px;
    display: inline;
    float: center;
    text-align: center;
}
footer ul li a img {
    height: 18px;
}

#social {
	text-align: left;
}
#social a,
#social iframe {
	float: left;
}

/* --------------------------------------------------
   page-home
-------------------------------------------------- */

#page-home {
	width: 880px;
	height: autotop-contents;
	margin: 0 auto;
	position: relative;
}

#page-home-inner {
	position: auto;
	top: 20px;
	z-index: 3;
}
#page-home h3 {
	margin: 0px 0 0px;
}

#page-home2 {
	width: 880px;
	height: autotop-contents;
	margin: 0 auto;
	position: relative;
}

#page-home-inner2 {
	position: auto;
	top: 20px;
	z-index: 3;
}
#page-home2 h3 {
	margin: 0px 0 0px;
}


#page-home3 {
	width: 600px;
	height: autotop-contents;
	margin: 0 auto;
	position: relative;
}

#page-home-inner3 {
	position: auto;
	top: 20px;
	z-index: 3;
}
#page-home3 h3 {
	margin: 0px 0 0px;
}

