body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 165%;
	color: #333333;
	text-align: left;
	background-image: url(../images/base/back.jpg);
	background-repeat: repeat;
}

.clear{
	clear:both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
 	overflow: hidden;
    width: 950px;
    margin: 0 auto;
    text-align: left; /* IE6互換モード用 */
	
	background-color: #FFFFFF;   
	/* これ以降Mac IE 5のみに適用される \*//*/
	div#wrapper {
    position: relative;
    left: 50%
    margin-left: -475px;
	}
	/* これ以降Mac IE 5以外にも適用される */
	
}


/**/
#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/


/*ヘッダー*/
#header {
	width: 950px;
	height: 435px;
	margin: 0px;
	padding: 0px;
}
#header-left {
	float: left;
	width: 563px;
	margin: 0px;
	padding: 0px;
	height: 435px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header-right {
	float: right;
	width: 387px;
	height: 435px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/toppage/head-right.jpg);
	background-repeat: no-repeat;
}


/*ヘッドナビゲーション*/
.hn-table{
	padding: 0px;
	width: 296px;
	margin-top: 72px;
	margin-left: 35px;
}

#head-navi {
	margin-bottom: 22px;
	width: 296px;
	
}
#contents-right h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


#head-navi ul  {
list-style:none;
margin:0px;
padding:0px;
}


#wrapper #head-navi li {
float:left;
font-size:10px;
}

.hn01 a {
	display:block;
	width:42px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn01-off.gif);
}

.hn01 a:hover {
	display:block;
	width:42px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn01-on.gif);
}


.hn02 a {
	display:block;
	width:43px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn02-off.gif);
}

.hn02 a:hover {
	display:block;
	width:43px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn02-on.gif);
}


.hn03 a {
	display:block;
	width:41px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn03-off.gif);
}

.hn03 a:hover {
	display:block;
	width:41px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn03-on.gif);
}

.hn04 a {
	display:block;
	width:42px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn04-off.gif);
}

.hn04 a:hover {
	display:block;
	width:42px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn04-on.gif);
}

.hn05 a {
	display:block;
	width:42px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn05-off.gif);
}

.hn05 a:hover {
	display:block;
	width:42px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn05-on.gif);
}


.hn06 a {
	display:block;
	width:42px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn06-off.gif);
}

.hn06 a:hover {
	display:block;
	width:42px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn06-on.gif);
}

.hn07 a {
	display:block;
	width:44px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn07-off.gif);
}

.hn07 a:hover {
	display:block;
	width:44px;
	height:205px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../about/images/hn07-on.gif);
}



.logo{
	margin: 0px;
	height: 47px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}



/*コンテンツ*/

#contents {
	padding: 0px;
	width: 950px;
	/*MacIEは下記のプロパティを読めません\*/
	overflow: hidden;	/*MacIEは下記のプロパティを読めません*/
	margin: 0px;
	background-image: url(../images/toppage/contents-back.jpg);
	background-repeat: repeat;
}
.i_chinese /**/
a {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper #contents {
    height: 1em;
    overflow: visible;
}
/**/

#contents-left {
	float: left;
	width: 620px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-left: 0px;
}


#contents-right {
	float: right;
	width: 255px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.main-bana01 {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

.main-bana02 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
}


.main-bana03 {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

.main-bana04 {
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
}


.info-text {
	font-size: 10pt;
	color: #424033;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 150%;
}

.info-bana {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


/*---グローバルナビ----*/
#global-navi{
	width: 925px;
	background-color: #424033;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.world_site {
	margin-top: 0px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 30px;
}

.world_site ul{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left: 750px;
}


.world_site li{
	float:left;
	font-size:10px;
	
}

.i_english a{
	display:block;
	width:84px;
	height:20px;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/toppage/english.gif);
	background-repeat: no-repeat;
}

.i_chinese a{
	background-image: url(../images/toppage/chinese.gif);
	background-repeat: no-repeat;
	text-indent:-999px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 59px;
}
/*フッター*/


#footer{
	background-image: url(../images/base/pannavi-back.gif);
	background-repeat: repeat;
	height: 60px;
	padding-top: 13px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 886px;
}

#footer a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.page-top {
	padding: 0px;
	height: 15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
}

/*お知らせ*/
#wrap_info{
	margin-bottom: 25px;
}
