@charset "shift_jis";


*{
	margin: 0;
	padding: 0;
}


body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.6;
	background: #F8F8F8;
	color: #000000;
	height: 100%;
	text-align: center;				/*IE センタリング*/
}

* html body{
	overflow: hidden;
}

img {
	border: none;
}

strong{
	font-weight: bolder;
	color: #DB3E00;
}

.m-txt-ttl5 > a {
    display: block; padding-top: 120px; margin-top: -120px;
}

/*ヘッダー
------------------------------------------------------------------*/
#headerContainerWrapper{
	background-color: #E6E6E6;
	width: 100%;
	height: 120px;
	position: fixed !important;
	position: absolute;				/*IE 固定表示*/
	z-index: 9999;
	top: 0px;
}

#headerContainer{
	width: 840px;
	margin: 0 auto;
	text-align: left;				/*IE センタリング解除*/
}

#header{
	width: 840px;
	height: 120px;
	position: fixed !important;
	position: absolute;				/*IE 固定表示*/
	z-index: 9999;
	top: 0px;
}

#headerTitle{
	width: 100%;
	height: 80px;
	position: absolute;
}
#headerTitle img{
	width: 840px;
	height: 80px;
}

#headerTrans{
	width: auto;
	height: 30px;
	position: absolute;
	margin-top: 20px;
	margin-left: 410px;
}
#headerTrans img{
	width: auto;
	height: 30px;
}

#headerKorea{
	width: auto;
	height: 25px;
	position: absolute;
	margin-top: 25px;
	margin-left: 700px;
}
#headerKorea img{
	width: auto;
	height: 25px;
}

#headerSpain{
	width: auto;
	height: 25px;
	position: absolute;
	margin-top: 25px;
	margin-left: 840px;
}
#headerSpain img{
	width: auto;
	height: 25px;
}

#headerLogo{
	width: auto;
	height: 30px;
	position: absolute;
	margin-top: 20px;
	margin-left: 550px;
}
#headerLogo img{
	width: auto;
	height: 30px;
}

#headerNav{
	width: 100%;
	height: 40px;
	position: absolute;
	margin-top: 80px;
}

/*wrapper
------------------------------------------------------------------*/
* html #wrapper{
	width: 100%;
	height: 100%;
	overflow: auto;
}

/*コンテンツ領域
------------------------------------------------------------------*/
#contents{
	width: 840px;
/*	position: absolute;*/
	margin: 120px auto 0 auto !important;
	margin-left: 15px;			/*IE CSSハックでずらす*/
	text-align: left;			/*IE センタリング解除*/
}

#contentsTitle{
	clear: both;
	width: 840px;
	height: 300px;
	position: absolute;
	top: 122px;
	/*	_margin-left: -160px;		/*IE CSSハックでずらす*/
	overflow: hidden;
}

#contentsPhoto{
	clear: both;
	width: auto;
	height: 300px;
	position: absolute;
	top: 122px;
	margin-left: 400px;		/*IE CSSハックでずらす*/
	overflow: hidden;
}

#contentsSub{
	width: 160px;
	height: 560px;
	float: left;
	margin-top: 330px;
}

#contentsMain{
	width: 680px;
	float: right;
	margin-top: 330px;
}

/*フッター
------------------------------------------------------------------*/
#footer{
	background: #FFFFFF;
	width: 100%;
	height: 60px;
	clear: both;
	bottom: 0;
	padding: 5px 0;
}

#footerNav{
	width: 840px;
	height: 40px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	position: relative;
}

#footerNav ul{
	text-align:center;
}
#footerNav li{
	display:inline;
	margin-right: 10px;
}
#footerNav li img{
	height: 30px;
}

#footerText{
	width: 840px;
	height: 20px;
	margin: -5px auto 0;
	position: relative;
	text-align: center;
}

/*ヘッダーナビ
------------------------------------------------------------------*/
#headerNav ul{
	overflow: hidden;
/*	zoom: 100%;*/
	margin: 0px;
	padding: 0px;
}

#headerNav li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#headerNav li a{
	display: block;
	width: 120px;
	height: 40px;
	background-image: url("../images/base/nav1e.jpg");
	background-size: 840px 40px;
	background-repeat: no-repeat;
}

#headerNav li a:hover{
	background-image: url("../images/base/nav2e.jpg");
	background-size: 840px 40px;
	background-repeat: no-repeat;
}

#headerNav li a.nav1{background-position: 0px 0px;}
#headerNav li a.nav1:hover{background-position: 0px 0px;}

#headerNav li a.nav2{background-position: -120px 0px;}
#headerNav li a.nav2:hover{background-position: -120px 0px;}

#headerNav li a.nav3{background-position: -240px 0px;}
#headerNav li a.nav3:hover{background-position: -240px 0px;}

#headerNav li a.nav4{background-position: -360px 0px;}
#headerNav li a.nav4:hover{background-position: -360px 0px;}

#headerNav li a.nav5{background-position: -480px 0px;}
#headerNav li a.nav5:hover{background-position: -480px 0px;}

#headerNav li a.nav6{background-position: -600px 0px;}
#headerNav li a.nav6:hover{background-position: -600px 0px;}

#headerNav li a.nav7{background-position: -720px 0px;}
#headerNav li a.nav7:hover{background-position: -720px 0px;}


/*サブメニュー
------------------------------------------------------------------*/
#contentsSub ul{
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}

#contentsSub li{
	margin: 0 0 10px 0;
	padding: 0 0;
	text-align: left;
	display: block;
}

#contentsSub li h1{
	font-size: 120%;
	border-left: 2px solid #000099;
	padding: 8px 0 8px 5px;
}

#contentsSub li h2{
	font-size: 110%;
	border-left: 2px solid #3333CC;
	padding: 8px 0 8px 10px;
}

#contentsSub li h3{
	font-size: 100%;
	border-left: 2px solid #5C5CCC;
	padding: 8px 0 8px 15px;
}

#contentsSub a{
	text-decoration: none;
}

#contentsSub a:link{
	color: #333;
}

#contentsSub a:hover{
	color: #999;
}

/*メイン見出し
------------------------------------------------------------------*/
#contentsMain h1{
	border-left: 20px solid #000099;
	border-bottom: 1px solid #000099;
	font-size: 140%;
	padding: 5px 0 5px 10px;
	margin: 5px 0 5px 5px;
}

#contentsMain h2{
	border-left: 15px solid #3333CC;
	border-bottom: 1px solid #3333CC;
	font-size: 120%;
	padding: 3px 0 3px 15px;
	margin: 5px 0 5px 5px;
}

#contentsMain h3{
	border-left: 10px solid #5C5CCC;
	border-bottom: 1px solid #5C5CCC;
	font-size: 110%;
	padding: 1px 0 1px 20px;
	margin: 5px 0 5px 5px;
}

#contentsMain p{
	font-size: 100%;
	color: #222;
	padding: 0.25em 0.5em 1.0em 2em;
}

#contentsMain .toTOP{
	font-weight: lighter;
	text-align: right;
	margin: 0 0 5px;
}
	#contentsMain .toTOP:after{
		content: "↑";
	}
#contentsMain .toTOP a{
	text-decoration: none;
}
#contentsMain .toTOP a:link{
	color: #000099;
}
#contentsMain .toTOP a:hover{
	color: #DB3E00;;
}

#contentsTitle img{
	width: 840px;
	height: 300px;
	
}
