@charset "UTF-8";

/*  print background for webkit */
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}

.wrapper {
	width:  100%;
	font-family:  Verdana,meiryo,"‚l‚r  ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠpƒS  Pro  W3","Osaka",sans-serif;
	font-size:  small;
	line-height: 1.3;
}

a {
	color: #0055CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
sup {
	font-size: x-small;
	vertical-align: text-top;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
strong {
	font-weight: bold;
}
li {
	list-style:  none  outside  none;
}
img {
	max-width:  100%;
}
table {
	/*width: 100%;*/
}
table td {
	vertical-align: top;
	padding: .5em;
}
table img {
	max-width: none;
}

/*  ƒwƒbƒ_  */
.page-header  {
	width:  100%;
	overflow:  hidden;
	border-bottom:  solid  2px  #CCC;
}
.company-logo,
.country,
.header-nav,
.core-contents-list,
.aside-contents-list,
.core-contents-list  li,
.aside-contents-list  li,
.site-nav  li  {
	display:  inline-block;
	vertical-align:  middle;

	/*  for IE  */
	>display:  inline;
	>zoom:  1;
}
.company-logo  {
	width:  15.54%;
	margin-left:  1.55%;
}
.country  {
	width:  6.42%;
}
.header-nav  {
	width:  72.5%;
	text-align:  right;
	padding-right:  1.5%;
}
.header-nav  p,
.header-nav  span  {
	margin:  1.5%  0;
}
.global-site-map  {
	width:  75%;
	overflow:  hidden;
	display:  block;
	float:  right;
}
.core-contents-list  {
	width:  35%;
}
.core-contents-list  li  {
	margin:  .5%  0;
	padding-left:  3%;
	border-left:  solid  4px  #BBB;
}
.aside-contents-list  {
	width:  63%;
}
.aside-contents-list  li  {
	margin:  .5%  0;
	padding-left:  3%;
	border-left:  solid  1px  #CCC;
}
.aside-contents-list  li:first-child  {
	border-left:  none;
}

/*  ƒtƒbƒ^  */
.page-footer  {
	width:  100%;
	clear:  both;
	overflow:  hidden;
	border-top:  solid  1px  #CCC;
}
.copyright,
.page-footer  ul,
.page-footer  li{
	display:  inline-block;
	vertical-align:  middle;

	/*  for IE  */
	>display:  inline;
	>zoom:  1;
}
.copyright  {
	width:  30.25%;
	margin:  1.5%  0  1.5%  1.5%;
}
.page-footer  ul  {
	width:  67%;
}
.page-footer  li  {
	margin-left:  2%;
	padding-left:  2%;
	border-left:  solid  1px  #CCC;
}
.footer-line  {
	clear:  both;
	background: #dddddd;
	background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 4%, #f4f4f4 5%, #f6f6f6 16%, #f6f6f6 46%, #f3f3f3 47%, #f5f5f5 79%, #f8f8f8 85%, #f6f6f6 95%, #eeeeee 97%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(4%,#eeeeee), color-stop(5%,#f4f4f4), color-stop(16%,#f6f6f6), color-stop(46%,#f6f6f6), color-stop(47%,#f3f3f3), color-stop(79%,#f5f5f5), color-stop(85%,#f8f8f8), color-stop(95%,#f6f6f6), color-stop(97%,#eeeeee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #dddddd 0%,#eeeeee 4%,#f4f4f4 5%,#f6f6f6 16%,#f6f6f6 46%,#f3f3f3 47%,#f5f5f5 79%,#f8f8f8 85%,#f6f6f6 95%,#eeeeee 97%,#dddddd 100%);
	background: -o-linear-gradient(top, #dddddd 0%,#eeeeee 4%,#f4f4f4 5%,#f6f6f6 16%,#f6f6f6 46%,#f3f3f3 47%,#f5f5f5 79%,#f8f8f8 85%,#f6f6f6 95%,#eeeeee 97%,#dddddd 100%);
	background: -ms-linear-gradient(top, #dddddd 0%,#eeeeee 4%,#f4f4f4 5%,#f6f6f6 16%,#f6f6f6 46%,#f3f3f3 47%,#f5f5f5 79%,#f8f8f8 85%,#f6f6f6 95%,#eeeeee 97%,#dddddd 100%);
	background: linear-gradient(top, #dddddd 0%,#eeeeee 4%,#f4f4f4 5%,#f6f6f6 16%,#f6f6f6 46%,#f3f3f3 47%,#f5f5f5 79%,#f8f8f8 85%,#f6f6f6 95%,#eeeeee 97%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 );
}
.footer-line  img  {
	vertical-align:  text-bottom;
}
