@charset "utf-8";

/*---------------------------------------
    リセットCSS(編集不要)
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ol li,ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

/*----------------------------------------
    COMMON
----------------------------------------*/
body {
	font-size: 76%;
	line-height: 1.6;
	color: #000000;
	min-width: 1263px; 
	font-family: simsun, sans-serif;
}
.inner {
	width: 1110px;
	margin: 0 auto;
}
.inner:after {
	content:".";display:block;visibility:hidden;height:0px;font-size:0em;line-height:0;clear:both;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
sup{
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}
/*----------------------------------------
    HEADER
----------------------------------------*/
#header {
	width: 100%;
	background: url(/cn/img/share/bg-header_inner.jpg) left bottom repeat-x #f5f3f2;
	border-bottom: 4px solid #ff0000;
}
#header .inner {
	width: 1260px;
	position: relative;
	padding: 10px 0 6px 0;
}
#header h1 {
	float: left;
	width: 315px;
}
#header #global_nav {
	width: 690px;
	float: left;
	margin-left: 100px;
	margin-top: 14px;
	background: url(/cn/img/share/bg-nav_line.png) left 6px no-repeat;
}
#header #global_nav:after {
	content:".";display:block;visibility:hidden;height:0px;font-size:0em;line-height:0;clear:both;
}
#header #global_nav li {
	float: left;
	background: url(/cn/img/share/bg-nav_line.png) right 6px no-repeat;
	width: 114px;
}
#header #global_nav li a {
	display: block;
	text-align: center;
	font-size: 125%;
}
#header #global_nav li a:hover,
#header #global_nav li a.current {
	background: url(/cn/img/share/bg-menu_line.gif) bottom center no-repeat;
	padding-bottom: 2px;
}

#header #language {
	width: 105px;
	position: absolute;
	right: 0;
	top: 0;
}
#header #language:after {
	content:".";display:block;visibility:hidden;height:0px;font-size:0em;line-height:0;clear:both;
}
#header #language li {
	width: 50px;
	float: right;
}
#header #language li:first-child {
	float: left;
}

/*----------------------------------------
    visual_main
----------------------------------------*/
#visual_main {
	width: 100%;
}
#visual_main.company {
	background: #cbe3f6 url(/cn/company/img/bg-main_company.jpg) center no-repeat;
}
#visual_main .inner {
	display: table;
	height: 180px;
}
#visual_main h2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 234%;
	padding: 7px 0 0 0;
	font-weight: normal;
}
#visual_main h2 span {
	font-size: 46%;
	display: block;
}

/*----------------------------------------
    CONTENTS
----------------------------------------*/
/*  topic_path
----------------------------------------*/
#topic_path {
	margin: 10px 0 47px 0;
	width: 1110px;
	clear: both;
}
#topic_path:after {
	content:".";display:block;visibility:hidden;height:0px;font-size:0em;line-height:0;clear:both;
}
#topic_path li {
	float: left;
	margin: 0 0 0 5px;
	font-size: 92%;
}
#topic_path li:first-child {
	margin: 0;
}
#topic_path li a {
	padding: 0 5px 0 0;
}
#topic_path li a:hover {
	text-decoration: underline;
}

/*  article
----------------------------------------*/
#article {
	width: 800px;
	float: right;
}
#article .section_title {
	background: url(/cn/img/share/bg-section_title.gif) left center no-repeat;
	color: #004190;
	font-size: 216%;
	padding: 0 0 0 28px;
	margin: 0 0 35px 0;
}


/*  aside
----------------------------------------*/
#aside {
	width: 220px;
	float: left;
}
#aside .menu dt {
	background: #e6e6e6;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 11px 0 10px 0;
}
#aside .menu dd {
	border-bottom: 1px solid #797979;
	text-align: center;
}
#aside .menu dd a {
	display: block;
	background: #f7f8f8;
	font-size: 117%;
	padding: 14px 0 12px 0;
}
#aside .menu dd a:hover,
#aside .menu dd a.current {
	background: #f7f8f8 url(/cn/img/share/bg-aside_line.gif) left top repeat-y;
	color: #004190;
}

#aside .download_area {
	background: #e6e6e6;
	padding: 31px 0 25px 0;
	text-align: center;
}
#aside .download_area h4 {
	font-size: 117%;
	font-weight: normal;
	margin: 4px 0 0 0;
}
#aside .download_area .download span {
	display: block;
	color: #666666;
	margin: 7px 0 3px 0;
}

#aside .info_area {
	background: #f7f8f8;
	padding: 21px 15px 26px 15px;
	font-size: 109%;
}
#aside .info_area dl dd {
	line-height: 1.2;
	margin: 3px 0 0 0;
	padding: 0 0 0 3em;
	text-indent: -3em;
}
#aside .contact_area a {
	display: block;
	width: 220;
	height: 61px;
	line-height: 61px;
	background: #2a89cc;
	color: #ffffff;
	font-size: 134%;
	text-align: center;
	font-weight: bold;
}
#aside .contact_area a:hover {
	background: #67aad9;
}

/*----------------------------------------
    FOOTER
----------------------------------------*/
#footer {
	background: url(/img/share/bg-footer.gif) 0 0 repeat-x;
	width: 100%;
	padding: 13px 0 20px 0;
	margin: 120px 0 0 0;
}
#footer .copyright {
	text-align: center;
	color: #cccccc;
	font-size: 117%;
}
#footer .copyright a {
	margin-left: 20px;
	color: #cccccc;
	text-decoration: underline;
}
#footer .copyright a:hover {
	text-decoration: none;
}
#topcontrol {
	background: #ffffff;
}
#footer .footer_nav {
	margin-bottom: 30px;
}
#footer .footer_nav li {
	float: left;
	padding: 0 10px;
	color: #333333;
	border-right: solid 1px #8d8d8d;
}
#footer .footer_nav li a {
	color: #333333;
}
#footer .footer_nav li a:hover {
	text-decoration: underline;
}
#footer .footer_nav li.first {
	border-left: solid 1px #8d8d8d;
}
#footer .footer_nav:after {
	content:".";display:block;visibility:hidden;height:0px;font-size:0em;line-height:0;clear:both;
}