@charset "utf-8";

/* common reset
---------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}
div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	line-height: 100%;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li ul,
ul li ul li {
	margin: 0;
	padding: 0;
}
ul li,
ol li {
	margin: 0;
	padding: 0;
	line-height: 125%;
}
dl {
	margin: 0;
	padding: 0;
}
dl dt {
	margin: 0;
	padding: 1px 0;
	line-height: 125%;
}
dl dd {
	margin: 0 0 0 0;
	padding: 1px 0;
	line-height: 125%;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
th, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}
form,
input {
	margin: 0;
	padding: 0;
}
strong {
	color: #000000;
}
hr {
	display: none;
}
a {
	outline: none;
}


/* common class_block
---------------------------------- */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}
.nodisplay {
	display: none;
}
.nobr {
	white-space: nowrap;
}
.noscript {
	width: 100px;
	color: #A90101;
}
.hidden {
	visibility: hidden;
}
.block {
	display: block;
}
.caption {
	margin-top: 10px;
	font-size: 83%;
	display: block;
}
.pageback_outer {
	padding-left: 13px;
	background: url(../images/icon_back.gif) left 0.25em no-repeat;
}


/* common class_inline
---------------------------------- */
.paragraph {
	padding-bottom: 1em;
}
.note {
	font-size: 83%;
}
.caution {
	color: #b30c0c;
}
.inline {
	display: inline;
}


/* grand_navigation
---------------------------------- */
body #header {
	height: 307px;
}
body #container {
	margin-top: -89px;
}
* html body #container {
	margin-top: -92px;
}
*:first-child+html body #container {
	margin-top: -89px;
}
body div.category_about {
	background: url(/en/common/images/bg_header01-en.jpg) center top no-repeat;
}
body #header_inner #grand_subnavigation ul.en {
	position: absolute;
	top: 0px;
	right: -65px;
	list-style: none;
}
body #header_inner #grand_subnavigation ul.en li a {
	width: 66px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	background: url(/en/common/images/grand_subnavi_jpn.png) left top no-repeat;
}
body #header_inner #grand_subnavigation ul.en li a:hover {
	background: url(/en/common/images/grand_subnavi_jpn_on.png) left top no-repeat;
}
body #header_inner #grand_navigation {
	padding: 51px 42px 0px 42px;
	background: url(/jingu/common/images/grand_naviflame.gif) left 45px no-repeat;
}
*:first-child+html body #header_inner #grand_navigation {
	margin-top: -39px;
}


/* footer
---------------------------------- */
body #footer #breadcrumb {
	min-height: 22px;
	height: auto !important;
	background-color: #000000;
	background-image: none;
	border-top: 1px solid #333333;
	color: #ffffff;
}
body #footer #breadcrumb a,
body #footer #breadcrumb a:link {
	color: #ffffff;
	text-decoration: underline;
}
body #footer #breadcrumb a:hover,
body #footer #breadcrumb a:active {
	color: #ffffff;
	text-decoration: none;
}


/* btn_japanese pngfix
---------------------------------- */
* html #grand_subnavigation ul.en li a {
	behavior: expression((function (self) {
		var $self = $(self).pngfix();
		$self.css('cursor', 'pointer');
		var alpha = 'DXImageTransform.Microsoft.AlphaImageLoader';
		var img_no = $self.attr('filters')[alpha].src;
		var img_ro = img_no.replace('.png', '_on.png');
		$self.hover(function () {
			$self.attr('filters')[alpha].src = img_ro;
		}, function () {
			$self.attr('filters')[alpha].src = img_no;
		});
		self.runtimeStyle.behavior = 'none';
	})(this));
}



* html body #header  #header_inner #grand_navigation {
	padding: 50px 42px 0px 42px;
	background: url(/jingu/common/images/grand_naviflame.gif) left 44px no-repeat;
}

*:first-child+html #header  #header_inner #grand_navigation {
	padding: 90px 42px 0px 42px;
	background: url(/jingu/common/images/grand_naviflame.gif) left 84px no-repeat;
}

