@charset "utf-8";

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align : left;
	font-style: normal;
	font-weight: normal;
}

body {
	color: #222;
	font-size: 12px;
	line-height: 1.7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul, ol, dl, dt, dd {
	list-style: none;
}

span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
}

a {
	color: #000626;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a {
	/*\*/
	overflow: hidden;/*Firefoxでインデントで消したリンク要素の枠を解消*//**/
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.dis {
	display: block;
}

.clear {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 1px;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
	min-height: 1%;
}

/*Hides from MacIE \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.mb0 {
	margin-bottom: 0!important;
}

/*--------------------------------------------
body
--------------------------------------------*/
body {
	text-align: center;
}

#wrap {
	background: #EAEAEA url(../images/body_bg.jpg) repeat-x;
}

#about {
	background: #EAEAEA url(../about/images/body_bg.jpg) repeat-x;
}

#ind {
	background: #EAEAEA url(../images/index_bg.jpg) repeat-x;
}


/*--------------------------------------------
container
--------------------------------------------*/
#container {
	margin: 0 auto;
	width: 962px;
	
	text-align: left;
}

/*--------------------------------------------
header
--------------------------------------------*/
#header {
	position: relative;
	height: 109px;
}

#header h1 {
	position: absolute;
	top: 56px;
	left: 1px;
}

#header ul.hader-menu {
	position: absolute;
	top: 0;
	right: 1px;
	text-align: center;
}

#header ul.hader-menu li {
	float: left;
}

#header ul.hader-menu li.none {
	margin-right: 0;
}

#header ul.hader-menu li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 27px;
	display: block;
	text-indent: -9999px;
}

#header ul.hader-menu li a:hover {
	background-position: 0 -27px;
}

#header ul.hader-menu li.on a {
	background-position: 0 -27px;
}

#header ul.hader-menu li.language_jp a {
	background-image: url(../images/language_jp.gif);
	width: 78px;
}

#header ul.hader-menu li.language_en a {
	background-image: url(../images/language_en.gif);
	width: 88px;
}

#header ul.hader-menu li.language_cn a {
	background-image: url(../images/language_cn.gif);
	width: 88px;
}

#header ul.hader-menu li.language_tw a {
	background-image: url(../images/language_tw.gif);
	width: 88px;
}

#header ul.hader-menu li.language_ko a {
	background-image: url(../images/language_ko.gif);
	width: 78px;
}

#header ul.hader-menu li.access a {
	background-image: url(../images/access.gif);
	width: 88px;
}

#header ul.hader-menu li.contact a {
	background-image: url(../images/contact_menu.jpg);
	width: 115px;
}

/*--------------------------------------------
globalNavi
--------------------------------------------*/
#globalNavi {
	position: absolute;
	top: 48px;
	right: 0;
	text-align: center;
}

#globalNavi li {
	float: left;
}

#globalNavi li a {
	display: block;
}

#globalNavi li.navi01 a {
	width: 141px;
	background: url(../images/global_navi01_over.jpg) no-repeat;
}

#globalNavi li.navi02 a {
	width: 175px;
	background: url(../images/global_navi02_over.jpg) no-repeat;
}

#globalNavi li.navi03 a {
	width: 141px;
	background: url(../images/global_navi03_over.jpg) no-repeat;
}

#globalNavi li.navi04 a {
	width: 159px;
	background: url(../images/global_navi04_over.jpg) no-repeat;
}

#globalNavi li a:hover {
	background-color: #fff;
}

#globalNavi li a:hover img {
	visibility: hidden;
}

/*--------------------------------------------
main
--------------------------------------------*/
#main {
	padding: 9px 40px 17px 21px;
	background: url(../images/main_bg.jpg) repeat-y left top;
}

#conts {
	width: 630px;
	
	float: right;
}

#conts .pageTop {
	margin-right: 2px;
}

#conts .pageTop a {
	width: 111px;
	
	float: right;
	display: block;
}

/*--------------------------------------------
sideBar
--------------------------------------------*/
#sideBar {
	margin-top: 11px;
	width: 232px;
	
	float: left;
}

#sideBar ul.photo li {
	margin-bottom: 10px;
	width: 232px;
	
	float: left;
}

#sideBar ul.photo li a {
	display: block;
}

#sideBar ul.photo li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*--------------------------------------------
pageGuide
--------------------------------------------*/
#pageGuide {
	margin: 0 0 10px 1px;
}

#pageGuide li {
	line-height: 1.5;
	display: inline;
}

#pageGuide li a {
	margin-right: 8px;
}

/*--------------------------------------------
footer
--------------------------------------------*/
#footer {
	padding: 25px 0 15px;
	background: url(../images/footer_bg.jpg) center top;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	clear: both;
	overflow: hidden;
}

#footer .footerBox {
    margin: 0 auto 10px auto;
    width: 862px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

#footer .footerBox div:nth-child(1){
	margin-right: 60px;
	padding-right: 60px;
	display: flex;
}

#footer ul.link li {
	display: inline;
	white-space: nowrap;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #333;
	line-height: 210%;
}

#footer .footerBox  address {
	line-height: 2;
	margin-left: 40px;
}

#footer .footerBox div:nth-child(1){
	float: right;
}

#footer .footerBox div:nth-child(1) img{
	margin-top: 10px;
}


#footer .copyRight{
	clear: both;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
    width: 100%;
}

#footer .copyRight p{
	line-height: 1;
	font-size: 90%;
	text-align: right;
    width: 962px;
    margin: 0 auto;
}

/*--------------------------------------------
index
--------------------------------------------*/
#conts h2.h201 {
	margin: 12px 0 8px;
	padding: 0;
	background: none;
}

#conts .newBox {
	padding: 2px;
	margin-bottom: 47px;
	border: 1px solid #cebd75;
}

#conts .newBox dl {
	border: 1px solid #090f2e;
	padding: 9px 13px 10px 13px;
}

#conts .newBox dt {
	padding-left: 24px;
	background: url(../images/icon01.gif) no-repeat 2px 4px;
	color: #333;	
	
	float: left;
	clear: left;
}

#conts .newBox dd {
	margin-bottom: 9px;
	padding: 0 0 8px 9em;
	_text-indent: -3px;
	background: url(../images/line02.gif) repeat-x left bottom;
	color: #000626;
}

#conts .newBox dd.dd01 {
	padding-bottom: 0;
	background: none;
}

#conts .newBox dd a:link {
	text-decoration: underline;
}

#conts .newBox dd a:hover {
	text-decoration: none;
}

/*--------------------------------------------
Main Visual
--------------------------------------------*/
#main-visual {
	margin-left: -70px;
}