@charset "UTF-8";

html,body{
	margin:0;
	padding:0;
	background-color:#000000;
	font-size: 13px;
}

p{
	padding:0;
	margin:0;
}

ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}

img{
	line-height: 1.0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 100%;
}

div{
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------------
container
------------------------------------------------------------ */

#container{
	min-width: 1024px;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */

#header{
	height:85px;
	width:100%;
	margin:0 auto;
	background-image: url("../img/bg_header.jpg");
	background-position: left bottom;
	background-repeat: repeat-x;
}
.hdrInner{
	width: 272px;
	height:85px;
	margin:0 auto;
	position: relative;
}

#header div.aboutus{
	width: 75px;
	display: inline-block;
	position: absolute;
	left: -2px;
	top: 56px;
}

#header div.contact{
	width: 70px;
	display: inline-block;
	position: absolute;
	top: 56px;
	right: 2px;
}

#header h1.logo{
	width: 76px;
	display: inline-block;
	position: absolute;
	left: 98px;
	z-index: 1300;
}

#header div.logo img{
}

/* ------------------------------------------------------------
mainVisual
------------------------------------------------------------ */

#mainVisual {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1200;
	margin: 0;
	padding: 0;
}

#mainVisual ul {
	position: relative;
	margin: 0;
	padding: 0;
}

#mainVisual ul li{
	vertical-align: middle;
	width: 100%;
	height: auto;
	float:left;
}

#mainVisual img{
	vertical-align: middle;
	width: 100%;
	height: auto;
}

#mainVisual .prev a {
	z-index: 1500;
	display: block;
	position: absolute;
	left: 0px;
	width: 50px;
	height: 110px;
	text-indent: -99999px;
	background: url("../img/left_arrow.gif") no-repeat;
}

#mainVisual .next a {
	z-index: 1500;
	display: block;
	position: absolute;
	right: -2px;
	width: 50px;
	height: 110px;
	text-indent: -99999px;
	background: url("../img/right_arrow.gif") no-repeat;
}

/* ------------------------------------------------------------
mainContents
------------------------------------------------------------ */

#mainContents{
	padding-bottom: 40px;
	background-color: #ffffff;
	width:100%;
	line-height: 2.0;
}

#mainContents.bgColor01{
	background-color: #ffffff;
}

#mainContents div.link{
	margin:0 auto;
	width: 1000px;
	overflow: hidden;
}

#mainContents div.link ul{
	margin-left: -15px;
}

#mainContents div.link ul li{
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}

#mainContents div.link ul li img{
	vertical-align: top;
}

#mainContents .mcInnner{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	background: #ffffff;
}

#mainContents #TxtArea{
	clear:both;
}

#mainContents #TxtArea div{
	display: none;
}

#mainContents #TxtArea div.current{
	display: block;
}

#mainContents h1{
	font-size: 138.5%;
	margin-bottom: 30px;
	text-align:center;

}

.wordChange{
	float: right;
	margin-right: 14px;
	margin-top: 13px;
	margin-bottom: 40px;
}

.wordChange div{
	display:inline-block;
	width: 120px;
	background: #000000;
	color: #666666;
	text-align: center;
	cursor: pointer;
	width: 117px;
	height: 32px;
	text-indent: -9999px;
}

#JapaneseBtn{
	background-image: url(../img/btn_japanese02.jpg);
}

#JapaneseBtn.current{
	background-image: url(../img/btn_japanese01.jpg);
}

#EnglishBtn{
	background-image: url(../img/btn_english02.jpg);
	margin-right: 6px;
}

#EnglishBtn.current{
	background-image: url(../img/btn_english01.jpg);
}

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */

#footer{
	background-color:black;
	width:100%;
	margin:auto;
}

#footer #copylight{
	text-align: right;
	padding: 17px 16px;
}

/* ------------------------------------------------------------
parts
------------------------------------------------------------ */

.mb10{
	margin-bottom: 10px;
	width: 945px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.txtRight{

	text-align: right;
}

/* ------------------------------------------------------------
clearfix
------------------------------------------------------------ */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}