@charset "utf-8";

/*--------------------------------------------
Base
--------------------------------------------*/

body {
	height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: center;
 	font-size: 87.5%; /* IE */
	line-height: 1.4;
	color: #555;
	background-image: url(../img/bgp01.gif);
	background-repeat: repeat;
	background-position: left top;
	-webkit-text-size-adjust: 100%;
}

html>/**/body {
	font-size: 14px; /* Except IE */
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #C65E22;
	text-decoration: none;
}

a:hover,
a:active {
	color: #D4442A;
	text-decoration: underline;
}

.ofc {
	overflow: hidden;
	zoom: 1;
}

.size12 {
	font-size: 85.7%;
	line-height: 1.4;
}

.size16 {
	font-size: 114.3%;
	line-height: 1.4;
}

.size18 {
	font-size: 128.6%;
	line-height: 1.3;
}

.size20 {
	font-size: 142.9%;
	line-height: 1.2;
}

.text-just {
    text-align: justify;
    text-justify: distribute;
}

/*--------------------------------------------
Base Layout
--------------------------------------------*/

#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1030px;
	background-color: #FFFFFF;
	text-align: left;
}

/*--------------------------------------------
Header
--------------------------------------------*/

#header {
	position: relative;
	width: 986px;
	height: 126px;
	margin: 0px auto;
	background-image: url(../img/header_bgp01_980.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	position: absolute;
	left: 19px;
	top: 12px;
	background-image: url(../img/header_logo01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	height: 57px;
	z-index: 10;
}

#logo a {
	display: block;
	width: 180px;
	height: 57px;
	text-indent: -9999px;
}

#glbnavi {
	width: 980px;
	height: 39px;
	list-style: none;
	margin: 0 0 0 3px;
	padding: 77px 0 0 ;
}

#glbnavi li {
	display: block;
	width: 196px;
	height: 39px;
	float: left;
}

#glbnavi li a {
	display: block;
	width: 196px;
	height: 39px;
	background-image: url(../img/header_navi01_980.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

a.glnavi01 {
	background-position: left top;
}

a.glnavi01-on {
	background-position: left bottom;
}

a.glnavi01:hover {
	background-position: left bottom;
}

a.glnavi02 {
	background-position: 25% 0%;
}

a.glnavi02-on {
	background-position: 25% 100%;
}


a.glnavi02:hover {
	background-position: 25% 100%;
}

a.glnavi03 {
	background-position: 50% 0%;
}

a.glnavi03-on {
	background-position: 50% 100%;
}

a.glnavi03:hover {
	background-position: 50% 100%;
}

a.glnavi04 {
	background-position: 75% 0%;
}

a.glnavi04-on {
	background-position: 75% 100%;
}

a.glnavi04:hover {
	background-position: 75% 100%;
}

a.glnavi05 {
	background-position: 100% 0%;
}

a.glnavi05-on {
	background-position: 100% 100%;
}

a.glnavi05:hover {
	background-position: 100% 100%;
}

#glbnavi-sub {
	position: absolute;
	top: 35px;
	width: 966px;
	padding: 0 10px;
	text-align: right;
	letter-spacing: 0;
}

#glbnavi-sub li {
	display: inline;
	width: auto;
	background-image: url(../img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 10px 0 15px;
	font-size: 78.6%;
}

#glbnavi-sub a {
	color: #333;
}

#glbnavi-sub a:hover {
	color: #C12733;
}

#glbnavi-lg {
	position: absolute;
	top: 11px;
	right: 20px;
	width: 120px;
	list-style: none;
	text-align: right;
	letter-spacing: -.40em;
}

#glbnavi-lg li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

#glbnavi-lg li a {
	background-image: url(../img/lang_nav.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 60px;
	height: 16px;
}

#glbnavi-lg li a.lang-cn {
	background-position: 0 0;
}

#glbnavi-lg li a.lang-cn:hover {
	background-position: 0 -16px;
}

#glbnavi-lg li a.lang-en {
	background-position: -60px 0;
}

#glbnavi-lg li a.lang-en:hover {
	background-position: -60px -16px;
}

#navip01,#navip02,#navip03,#navip04,#navip05 {
	display: none;
	position: absolute;
	top: 110px;
}

#navip01 {
	left: 25px;
}

#navip02 {
	left: 200px;
}

#navip03 {
	left: 392px;
}

#navip04 {
	left: 610px;
}

#navip05 {
	left: 790px;
}

/*--------------------------------------------
Pankuzu
--------------------------------------------*/
.pankuzu {
	font-size: 71.4%;
	line-height: 1.4;
	color: #666;
}

.pankuzu ul {
	padding: 12px 0 10px;
	letter-spacing: -.40em;
}

.pankuzu ul li { 
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-right: 0.4em;
	padding-left: 8px;
	background: url(../img/pankuzu_arrow.gif) left center no-repeat;
}

.pankuzu ul li:first-child {
	background: none;
	padding-left: 0;
}

.pankuzu ul li a {
	font-weight: normal;
}

.pankuzu ul li a:link,
.pankuzu ul li a:visited {
	text-decoration: none;
}

.pankuzu ul li a:hover,
.pankuzu ul li a:active {
	text-decoration: underline;
}

/*--------------------------------------------
Contents
--------------------------------------------*/


#content-wrap {
	width: 940px;
	margin: 0 auto;
}

#sp-content-ttl {
	display: none;
}


/*--------------------------------------------
Footer
--------------------------------------------*/

#footer {
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px;
	font-size: 78.6%;
	text-align: left;
	border-top: 2px solid #C12733;
}

#footer p {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 50%;
}

#footer ul {
	margin: -30px 0px 0px 50%;
	padding: 0px;
	list-style: none;
	font-size: 100%;
	font-size: 80%;
	height: 30px;
	list-style: none;
	text-align: right;
	width: 50%;
}

#footer ul li {
	display: inline;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	border-left: 1px solid #999;
}

#viewmode {
	margin: 10px auto 20px;
	width: 180px;
	border: #9A9A9A 1px solid;
	background-color: #FDFDFD;
	text-align: center;
}

#viewmode a {
	display: block;
	padding: 10px;
	line-height: 1.2;
}

/*--------------------------------------------
Page Top
--------------------------------------------*/

#pagetop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	top: inherit;
	z-index: 999;
	width: 40px;
	height: 30px;
}

#pagetop a {
	display: block;
	width: 40px;
	height: 30px;
	background-image: url(../img/btn_page_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	text-align: left;
}

@media print {
    #pagetop {
		display: none!important;
    }
}

sup.regist {
	font-size: 10px;
	top: -.4em;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}