body {
    background-image: url(../images/bg_slash.png);
    background-repeat: repeat;
}

#wrapper {
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}
#header {
    width: 970px;
    height: 185px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    background-color: #FFF;
    background-image: none;
}
#header .head_logo {
    background-repeat: no-repeat;
    background-position: left 0px;
    text-indent: -9999px;
    display: block;
    background-image: url(../images/head_logo.png);
    height: 55px;
    width: 265px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    float: left;
}

#wrapper #header .gnav {
    padding-top: 40px;
    clear: both;
    height: 20px;
}
#footer {
    width: 100%;
    clear: both;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
}
#footer .pagetop {
    width: 1000px;
    text-align: right;
    margin: 0px;
}

#header .gnav ul li {
    display: block;
    float: left;
    margin: 0px;
    background-image: url(../images/listsepalate.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    padding-top: 0px;
    /* padding-right: 50px; */
	padding-right: 47px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#header .gnav ul li:last-Child {
    background: none;
    padding-right: 0px;
}

#footer .foot_navi {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
    padding-bottom: 15px;
}
#footer .copyright {
    display: block;
    font-size: 90%;
    float: right;
    width: 700px;
    text-align: right;
    letter-spacing: 0.2em;
}
#wrapper #header .logo_jp {
    display: block;
    float: left;
    padding-top: 40px;
    padding-left: 30px;
}
#header .gnav ul li a:hover,
#header .gnav ul li .current,
#side ul li a:hover,
#side ul li .current
 {
    background-color: #FF0;
    text-decoration:none;
}

#wrapper .breadcrumb {
    font-size: 90%;
    line-height: 16px;
    margin-top: 16px;
}
#wrapper .contentsTitle {
    display: block;
    clear: both;
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
}
#wrapper #footer .foot_logo {
    float: left;
    height: 25px;
    width: 190px;
}
#header .head_logo a {
    display: block;
    height: 100%;
    width: 100%;
}
#wrapper .breadcrumb p a {
    font-weight: bold;
}
#wrapper .contentsTitle h1 {
    line-height: 20px;
    float: right;
    position: absolute;
    top: 25px;
    right: 0px;
}
#wrapper #pages .pagetitle {
    font-size: 18px;
    font-weight: bold;
    left: 0px;
}
#wrapper .subtitle {
    width: 100%;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#main {
    background-color: #FFF;
    padding: 10px;
    width: 680px;
    margin: 0px;
    float: left;
}
 #side {
    float: right;
    width: 275px;
    margin: 0px;
}
 #side .sidebox {
    padding: 10px;
    background-color: #FFF;
    margin: 0px;
    text-align: left;
}
#wrapper #container {
    width: 100%;
    text-align: center;
}
#main h3 {
    font-size: 20px;
    display: block;
    padding-bottom: 30px;
}
#side ul li {
    display: block;
    font-size: 12px;
    font-weight: bold;
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 15px;
    margin-bottom: 10px;
}
#side ul li:last-Child{
    margin-bottom: 0px;
}

.btn_en{
    float: right;
}

/*text-align 修正151127追加分*/

.t-justify {
    text-align: justify;
}

.img_center {
    display: block;
    margin: 0 auto;
}
