/* CSS Document */

body {
    font-size: 12px;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
    background-image: url("images/bg-pageWrap1.jpg");
    background-repeat: no-repeat;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

#pageWrap {
    width: 100%;
    margin: auto;
    height: 185px;
}

#header {
    width: 100%;
    height: 185px;
    margin: auto;
    position: fixed;
    overflow: hidden;
    z-index: 9998;
    box-shadow: 0px 2px 5px #6ec8d1;
    background-image: url("images/bg-pageWrap2.jpg");
    background-repeat: no-repeat;
}

#header-titol {
    width: 980px;
    height: 105px;
    margin: auto;
}

#header-manu {
    width: 980px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    list-style: none;
}

#inquiry {
    float: right;
    width: 200px;
    margin-top: 15px;
}

#mainWrap {
    width: 980px;
    margin: auto;
    padding-top:  200px;
}

#main-img {
    width: 980px;
}

#mainArea{
    width: 100%;
    padding-top: 10px;
    margin: auto;
}

#info {
    float: left;
    width: 630px;
}

#newsBoxWrap {
    width: 620px;
    height: 4000px;
    overflow: auto;
    border: solid 1px #CCCCCC;
}

.newsBox {
    border-bottom: dotted 1px #999999;
    padding-top: 5px;
    padding-bottom: 20px;
    overflow: hidden;
}

#rightMenu {
    float: right;
    width: 320px;
}

.rightmenu {
    margin-bottom: 2px;
    float: right;
}

#mainbottom {
    width: 980px;
    margin: auto;
}

#event-b {
	width: 100%;
	float: left;
    padding-left: 25px;
}

#event-b li {
	list-style: none;
	display: inline-flex;
	margin-right: 2px;
	margin-bottom: 2px;
	width: auto;
    float: left;
}

#footerWrap {
    width: 100%;
    height: 70px;
    margin-top: 30px;
    padding-bottom: 100px;
    background-color: #E1E1E1;
}

#footer {
    width: 980px;
    margin: auto;
}

.footer-rogo {
    width: 390px;
    margin: 10px;
    float: left;
}

.leftArea-2nd {
    text-align: left;
    float: left;
    width: 260px;
}

.rightArea-2nd {
    text-align: left;
    float: right;
    width: 680px;
    padding-right: 30px;
}

.leftMenuBoxTitle {
    background-image: url(images/bg-sideMenu_title.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 14px;
    line-height: 43px;
    height: 43px;
    font-weight: bold;
    color: #FFF;
    padding-left: 16px;
    padding-right: 13px;
}
.leftMenuBox a {
    display: block;
    width: 210px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/bg-left_menu-title.png);
    background-repeat: no-repeat;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 3px;
}

.history {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-bottom: solid 1px;
}

.title {
    width: 660px;
	height: 30px;
	color: #FFFFFF;
	background-image: linear-gradient(to right, #6490ff 0%, #68d9fe 100%);
	font-weight: bold;
	padding: 15px 0px 0px 15px;
	font-size: larger;
    border-left: solid 7px #0F59DB;
    margin-bottom: 10px;
}