@CHARSET "UTF-8";

.design {
    width: 100%;
    height: 1230px;
    opacity: 0.2;
    position: absolute;
    /* background-image: url('../git-exclude/01_top_150131.jpg'); */
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

/* fixed */

/*
.fixed {
    position: fixed;
}
*/

.fixed_pagetop {
	position: fixed;
	bottom: 80px;
	right: 80px;
	border: 1px solid #999;
    padding: 5px 15px;
    z-index: 10;
}

/* header */
.header {
/*    background-color: #fdd;*/
    width: 1100px;
    height: 96px;
    margin: 0 auto;
    border-top: 5px solid #1D2057;
    border-bottom: 1px solid #D1D1D1;
		position: relative;
}

.header_lang {
		position: absolute;
		top: 0;
		right: 66px;
		width: 94px;
		height: 24px;
		background-repeat: no-repeat;
		margin-top: -5px;
}

.header_lang_ja {
		background-image: url('../images/japanese.png');
}

.header_lang_en {
		background-image: url('../images/english.png');
}

.header_logo_outer {
/*    width: 140px;*/
/*    height: 100px;*/
/*    border: 1px solid #999;*/
    z-index: 1;
}

.header_logo {
    background-image: url('../images/logo.png');
    margin: 8px 0 0 auto;
    width: 86px;
    height: 76px;
}

.header_gmenu {
    height: 55px;
/*    margin-top: 15px;*/
/*    margin: auto 0;*/
}

.header_gmenu_links {
    list-style: none;
/*    height: 60px;*/
/*    padding-top: 20px;*/
    margin-left: -68px;
}

.header_gmenu_links li {
    float: left;
/*    display: inline;*/
    width: 120px;
/*    padding-right: 32px;*/
/*    margin-left: -68px;*/
}

.header_gmenu_link {
    height: 70px;
    line-height: 90px;
    width: 82px;
    text-align: center;
    background-repeat: repeat-x;
    background-position: left bottom;
/*    padding: 0 10px 0 10px;*/
/*    margin-left: 20px;*/
    margin: 0 auto;
}

.header_gmenu_link:hover {
    background-image: url('../images/dot_normal.png');
}

.header_gmenu_link.active {
    background-image: url('../images/dot_active.png');
}

.header_license {
/*    border: 1px solid #999;*/
    width: 78px;
    height: 55px;
    background-image: url('../images/intertek.jpg');
    margin: 28px 0 0 36px
}

/* contentheader */
.contentheader {
    width: 960px;
    margin: 0 auto;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 16px 0 10px 20px;
}

.contentheader_title-en {
    height: 21px;
/*
    background-image: url('../images/title-news.png');
    background-repeat: no-repeat;
*/
/*    float: left;*/
    margin-right: 10px;
    margin-bottom: 10px;
/*    font-size: 2em;*/
/*    color: #2c296e;*/
}

.contentheader_title-ja {
/*    position: absolute;*/
/*    top: 10px;*/
    /* TODO 上端をあわせるのが厳しいので画像にする */
}

.contentheader_breadcrumb a,
.contentheader_breadcrumb span{
    padding-right: 8px;
}

/* content */

.content_outer {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}


.content_cover {
    position: relative;
    width: 1100px;
    height: 575px;
}

.content_cover-fg {
    position: absolute;
    top: 0;
    left: 0;
    /*background-image: url('../images/main-image_en.png');*/
/*    border: 1px solid #999;*/
    width: 1100px;
    height: 575px;
/*    opacity: 0.5;*/
}

.content_cover-fg-ja {
	background-image: url('../images/main-image_ja.png');
}

.content_cover-fg-en {
	background-image: url('../images/main-image_en.png');
}

.content_cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/world-map.png');
    width: 1100px;
    height: 575px;
}

.content_cover-clickarea {
    position: absolute;
/*    background-color: #999;*/
    opacity: 0.0;
    width: 140px;
    height: 140px;
}

.content_cover-clickarea-1 {
    top: 85px;
    left: 180px;
}

.content_cover-clickarea-3 {
    top: 320px;
    left: 865px;
}

.content_cover-clickarea-4 {
    top: 390px;
    left: 690px;
}

.content_cover-clickarea-5 {
    top: 300px;
    left: 105px;
}

.content_bottom {
    /*height: 400px;
    border-bottom: 1px solid #999;*/
}

.content_news {
    margin-left: 65px;
    padding-top: 30px;
    padding-left: 20px;
    border-left: 1px solid #D1D1D1;
    height: 470px;
}

.content_main {
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    height: 470px;
    /*margin-right: 70px;*/
    padding-left: 25px;
    padding-top: 34px;
    position: relative;
}

.content_text {
    margin-top: 20px;
    margin-bottom: 55px;
    margin-right: 50px;
}

.content {
    width: 960px;
    margin: 0 auto;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
}

/* footer */

.footer {
    border-top: 1px solid #D1D1D1;
/*    background-color: #dfd;*/
}

.footer_links_outer {
}

.footer_links {
    list-style: none;
    width: 800px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
}

.footer_links li {
    display: inline;
    margin-right: 60px;
}

.footer_copyright {
    background-color: #bbb7ae;
    color: white;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
