@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:13px;
    background-image: url(../images/wall.jpg) ;
}

br {
    letter-spacing:normal;
}

a {
color: #000;
    text-decoration:none;
}
a:hover {
    color: #ccc;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h2 {
    clear:both;
    padding:0 10px;
    color:#000;
    font-size:24px;
    font-weight:normal;
    line-height:1.4;
    text-align:center;
}

h3 {
	background-color: #ececec;
    clear:both;
    margin:50px 0 0 0;
    font-size:20px;
    font-weight:normal;
    color:#000;
    line-height:1.8;
    border-bottom:1px solid #000;
}
h2 + h3 {
    margin-top:20px;
}
h3:first-child {
    margin-top:0;
}

h3 + h4 {
    margin-top:10px;
}
h4 {
    margin:30px 0 0 0;
    color:#333;
    font-weight:bold;
    font-size:16px;
    line-height:2.0;
    border:0;
}

h5 {
    line-height:2.0;
    font-size:14px;
    color:#000;
    font-weight:normal;
}

h6 {
    font-size:14px;
    font-weight:normal;
    color:#917700;
    line-height:2.0;
}

p {
    margin:0.5em 0 1em 0;
    line-height:1.8;
}

ul,ol,dl {
    margin:10px 0;
    padding:0;
}

li {
    padding:0;
    margin:0 0 0 30px;
}



/* ========TEMPLATE LAYOUT======== */
#container {
    width:100%;
    margin:0 auto;
 
}
#header {
    position:relative;
    width:960px;
    height: 200px;
    margin:0 auto;
    top: 40px;
}

#menu {

    position:absolute;

    top:90px;
    font-size: 18px;

}

#contents {
    clear:both;
    overflow:hidden;
    width:940px;
    padding:10px 0;
    margin:0 auto;
    background-color: #fff;
}
#main{
	width:940px;
}


#footMenu {
    clear:both;
    width:940px;
    margin:30px auto 0 auto;
}

#footer {
    clear:both;
    width:940px;
    margin:0 auto;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:30px 0;
    font-size:30px;
    line-height:1.0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
#menu li {
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 54px;	

}

#menu li a {
    display:block;
    font-weight:bold;
    color: #BC23B7;
    outline:none;
    text-decoration:none;
}

#menu li a:hover {
    color:#F18CFA;
    border-bottom:3px solid #FE9A2E;
    text-decoration:none;
}

/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
}

.slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slidePrev img {
    position:absolute;
    width:50px;
    height:60px;
}

.slideNext img {
    position:absolute;
    width:50px;
    height:60px;
}

.slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0 5px;
    padding:0;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
      position:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#ccc;
      cursor:pointer;
}
.controlNav span.current {
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      background:#FAAC58;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:447px;
    float:left;
    margin-left:28px;
}

.topNaviImg {
    margin:0;
    padding:0;
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviCon {
    position:relative;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:0 0 2em 0;
}

.topNavi h2 {
    padding:10px 0;
}

.topNavi p {
    margin:10px;
}

.topNaviPhoto img {
    margin:10px 8px 0 30px;
}

#fo1{
   background:#6BDD3F;
	 color:#fff;
	font-size: 20px;
	font-weight: bold;
}
#fo2{
   background:#DC253D;
	 color:#fff;
	font-size: 20px;
	font-weight: bold;
}

.gro{
margin-top: 70px;
margin-right: 30px;
	float: right;
}
.acs{

	float: left;
}
.acsz{
	border: 1px solid #000;
}

#acsz{
	margin-left: 260px;
}
#acsz1{
	text-align: center;
	font-size: 22px;
}
#acsz2{
	text-align: center;
}

#fon{
	font-size: 25px;
	font-weight: bold;
	margin-left: 50px;
}
#fon2{
	font-size: 20px;
	margin-left: 90px;

}


#bo{
	border: 1px solid #000;
	margin-left: 50px;
	margin-right: 50px;
}
#bo1{
	border: 1px solid #000;
	margin-left: 100px;
	margin-right: 100px;
}

#eib{
	background:#6BDD3F;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	
}
#oha{
	background:#DC253D;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
}

#in{
	font-size: 24px;
}
#in1{
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 60px;
}
#in2{
	margin-bottom: 50px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
    text-decoration:none;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:20px;
    bottom:20px;
}

#pageTop a {
    display:block;
    padding:30px 30px 30px 42px;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    background:#F8A81C url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#pageTop a:hover {
    background:#FDBF54 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
}