@charset "UTF-8";
/* ------------------------------

clearfix Hack

------------------------------ */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide Mac IE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* ------------------------------

Common

------------------------------ */
body {
	font-size: small;
	line-height: 1.6;
	color: #333333;
	background: #f3e7e7 url(/img/common/bg-body.jpg) repeat-x left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img { border-style: none; }
a { color: #006699; text-decoration: none; }
a:hover { color: #0099CC; }

h1, h2, h3, h4, h5, h6 , form { margin: 0;	padding: 0; }
h1, h2, h3 { font-size: 110%; font-weight: bold; }
p { margin: 0px; padding: 0px 0px 15px; }
.menu, .entry-list { list-style-type:none; margin: 0;	padding: 0; }
.txt-red {
	color: #CC0000;
}
.txt-small {
	font-size: 80%;
}
.txt-source {
	padding: 7px;
	background: #fbf9f1;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 80%;
}
.txt-sup {
	font-size: 60%;
	vertical-align: super;
}

.external-link {
	background: url(/img/common/icon-link.gif) no-repeat left center;
	padding-left: 18px;
}
.mail-link {
	background: url(/img/common/icon-mail.gif) no-repeat left center;
	padding-left: 18px;
}
.icon-doc {
	background: url(/img/common/icon-doc.gif) no-repeat left center;
	padding-left: 18px;
}
.icon-xsl {
	background: url(/img/common/icon-xsl.gif) no-repeat left center;
	padding-left: 18px;
}
.icon-pdf {
	background: url(/img/common/icon-pdf.gif) no-repeat left center;
	padding-left: 18px;
}

#wrap {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	background: url(/img/common/bg-wrap.jpg) repeat-y;
}

/* ------------------------------

Header

------------------------------ */
#header {
	background: url(/img/common/bg-header.jpg) no-repeat;
	position: relative;
	height: 250px;
}
#header .section, #nav-global, #contents {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header .section {
	border-top: 4px solid #f6cdcb;
	position: relative;
}
#logo {
	position: absolute;
	top: 11px;
}

/* ------------------------------

Header Navi

------------------------------ */
#nav-header { position: absolute; top: 21px; right: 0px; width: 337px; }
#btn-switch-jp{ position: absolute; right: 96px; }
#btn-switch-cn{ position: absolute; right: 53px }
#btn-switch-en{ position: absolute; right: 0px; }

/* ------------------------------

Global Navi

------------------------------ */
#nav-global {
	position: absolute;
	top: 74px;
	left: 24px;
}
#nav-global li {
	float: left;
}

#category-img {
	position: absolute;
	top: 69px;
	left: 17px;
}

#contents {
	padding: 15px 0px 20px;
}

/* ------------------------------

Article

------------------------------ */
#article {
}
#article .section {
	margin-bottom: 25px;
	clear: both;
}
#article h2 {
	background: #990000;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
}
#article h3 {
	color: #663300;
}
#article li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#article strong {
	color: #666633;
}


/* ------------------------------

Footer

------------------------------ */
#wrap-footer {
	clear: both;
	background: url(/img/common/bg-wrap-footer.jpg) repeat-x left bottom;
	height: 127px;
}
#footer {
	background: url(/img/common/bg-footer.jpg) no-repeat;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	position: relative;
}
#credit {
	text-align: left;
	color: #FFFFFF;
	line-height: 1.2;
	position: absolute;
	left: 24px;
	top: 10px;
	font-size: small;
}
#credit strong {
	border-bottom: 1px dotted #FFFFFF;
	margin-bottom: 2px;
	padding-bottom: 2px;
	display: block;
}
#btn-pagetop {
	position: absolute;
	right: 16px;
}
#copyright {
	font-size: x-small;
	color: #990000;
	margin-top: 10px;
}

/* ------------------------------

#p-top

------------------------------ */
#p-top {
	background: #f3e7e7 url(/img/top/bg-body.jpg) repeat-x left top;
}
#p-top #header {
	height: 381px;
	background: url(/img/top/bg-header.jpg) no-repeat;
}
