/* Styles for SLTc
 * (c) 2007-2011 SLTc, produced with Corydoras softwares.
 */

@charset "Shift_JIS";

/* –{•¶‹¤’Ê */
BODY {
	line-height: 150%;
	line-break: strict;
	background-image: url('img/bgp_g.png');
	background-repeat: repeat-x;
}

TH,TD {	/* TH, TD ‚Í Netscape ‘Îô */
	line-height: 150%;
}

/* •\Ž†‰æ‘œ */
.topimg {
	float: right;
	margin: 0 0 6px 6px;
}

/* Œ©o‚µ */
H1 {
	font-size: 150%;
	color: #404040;
	line-height: 200%;
	page-break-after: avoid;
	white-space: pre;
	counter-reset: reference part;
}

H2 {
	font-size: larger;
	margin-top: 0.5em;
	border-bottom: thin solid #606060;
	clear: left;
	page-break-after: avoid;
	counter-reset: heading article section;
}
H2:before {
	color: #606060;
	content: "Ÿ ";
}
H2.sq:before {
	color: #404040;
	content: "¡ ";
}
H2.num:before {
	color: #000000;
	content: counter(part) ". ";
	counter-increment: part;
}

H3 {
	font-size: inherit;
	page-break-after: avoid;
	margin-bottom: 0.2em;
}
H3.heading:before {
	content: counter(heading) ". ";
	counter-increment: heading;
}
H3.num:before {
	content: counter(article) ". ";
	counter-increment: article;
}
H3.sect:before {
	content: "‘æ" counter(section) "Í ";
	counter-increment: section;
}
H3.sq:before {
	content: " ";
}
H3.fsq:before {
	content: "¡";
}

H4 {
	page-break-after: avoid;
	margin-bottom: 0.2em;
}
H4.cq:before {
	content: "›";
}
H4.fcq:before {
	content: "œ";
}

/* navi */
TABLE.toplogo {
	width: 100%;
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
	font-size: medium;
}
TD.toplogo {
	width: 320px;
	height: 140px;
	padding: 0;
	background-image: url('img/logo_top.png');
	background-repeat: no-repeat;
	vertical-align: top;
	white-space: nowrap;
}
H1.toptitle {
	margin: 0;
	font-size: x-large;
	color: #404040;
	vertical-align: top;
}
TD.topspace {
	height: 1.2em;
}
TD.topmessage {
	vertical-align: middle;
}

.topnavi {
	font-size: small;
	text-align: right;
	vertical-align: bottom;
	color: #606060;
	white-space: nowrap;
}

DIV#fontsizenavi {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 10pt;
	text-align: right;
	vertical-align: bottom;
	color: #606060;
	white-space: nowrap;
}

TABLE.navihead {
	background-image: url('/img/logo_top_200.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 90px;
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
}
TABLE.navihead TD#location {
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	font-size: medium;
	vertical-align: top;
}
TABLE.navihead TD {
	white-space: nowrap;
	font-size: medium;
}
TD#fontsizenavi {
	height: 1.5em;
	margin-bottom: 0.5em;
	font-size: 10pt;
	text-align: right;
	vertical-align: bottom;
	color: #606060;
	white-space: nowrap;
}
TABLE.navihead TD.navimiddle {
	text-align: right;
	font-size: small;
	vertical-align: middle;
}
TABLE.navihead TD.naviindex {
	white-space: nowrap;
	color: #606060;
	text-align: right;
	text-decoration: underline;
	font-size: small;
	vertical-align: bottom;
}

@media print {
	DIV#fontsizenavi { display: none; }
	TABLE.navihead { display: none; }
	TD#fontsizenavi { display: none; }
}

/* ’i—Ž */
P {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

DT {
	font-weight: bold;
	margin-top: 0.5em;
	page-break-after: avoid;
}

DD {
	font-size: 96%;
}

UL {
	margin-top: 0;
}

UL LI {
//	list-style-type: square
}

OL LI {
//	margin-top: 0.2em;
}

DL DD {
	margin-left: 2em;
//	margin-top: 0;
}

DL.announces DT {
	clear: left;
}

.noin {
	text-indent: 0;
}

.main {
	text-indent: 1em;
}

.explain {	// obsolete => subline
	margin-left: 1em;
}
.subline {
	margin-left: 1em;
}

.treeguide {	/* #location ‚É•ÏX’† */
	font-style: italic;
}
DIV#location {
	clear: both;
	font-style: italic;
}
@media print {
	DIV#location { display: none; }
}


.sign {
	text-align: right;
	font-style: italic;
}

/* ’i—Ž‘•ü */
DIV.rf {
	float: right;
}
DIV.lf {
	float: left;
}
DIV.lt {
	text-align: left;
}
DIV.ct {
	text-align: center;
}
DIV.rt {
	text-align: right;
}
DIV.figures {
	vertical-align: top;
	border: 2px dashed #808080;
	margin: 2px;
	padding: 4px;
	/* font-size: 96%; */
}

DIV.paperframe {
	margin: 0 1em 0 1em;
	padding: 0.5em;
	border: 1px solid #000000;
	text-align: left;
	background-color: #ffffff;
}

P.indentline {
	margin-left: +1em;
	text-indent: -1em;
}

P.quote {
	margin-left: 0.5em;
	border-left: thin solid #000000;
	padding-left: 0.5em;
}

P.aquote {
	margin-left: +1em;
	text-indent: -1em;
}
P.aquote:before {
	color: #606060;
	content: "¨";
}

P.aaquote {
	margin-left: +1em;
	text-indent: -1em;
}
P.aaquote:before {
	color: #606060;
	content: "Ë";
}

P.noticeblock {
	margin: 0.5em 2em 1em 2em;
	padding: 0.5em 0.5em 0.5em 1.5em;
	border: thin dashed red;
	text-indent: -1em;
	color: red;
}
@media print {
	P.noticeblock { display: none; }
}

P.note {
	background-color: #d8d8d8;
	font-size: 92%;
	margin: 0.5em 2% 0.5em 3%;
	padding: 0.2em 0.2em 0.2em 0.2em;
	text-indent: -3em;
}
P.note:before {
	content: "’F";
	color: #000080;
	font-weight: bold;
}

P.writer {
	margin-left: 1em;
	font-size: 108%;
}
P.writer:before {
	font-stretch: wider;
	color: #404040;
	content: "¡ ";
}

P.article {
	margin-left: 1.5em;
	page-break-inside: avoid;
}

.clear {
	clear: both;
}

/* ‹r’ */
UL.notes {
	text-indent: 0;
	margin-left: 0;
	font-size: 92%;
	line-height: 100%;
}
UL.notes LI:before {
	content: "¦" counter(reference) " ";
	counter-increment: reference;
}
UL.notes LI {
	text-indent: -2em;
	list-style-type: none;
	margin-top: 4px;
}

/* ’ */
UL.notice {
	text-indent: 0;
	margin-left: 0;
	font-size: 96%;
	line-height: 100%;
}
UL.notice LI:before {
	content: "¦ ";
}
UL.notice LI {
	text-indent: -1.3em;
	list-style-type: none;
	margin-top: 4px;
}

/* ƒ`ƒFƒbƒNƒ}[ƒN */
UL.check {
	text-indent: 0;
	margin-left: 0;
	//font-size: 96%;
	line-height: 100%;
}
UL.check LI:before {
	font-family: "Wingdings";
	content: &#xfc;
}
UL.notice LI {
	text-indent: -1.3em;
	list-style-type: none;
	margin-top: 4px;
}

/* –îˆó */
DL.arrow {
	text-indent: 0;
	margin-left: 0;
	//font-size: 96%;
	line-height: 100%;
}
DL.arrow DT:before {
	list-style: square;
	font-weight: normal;
}
DL.arrow DD:before {
	content: "Ë ";
}
DL.arrow DD {
	text-indent: -1.3em;
	list-style-type: none;
	margin-top: 4px;
}

/* ƒŠƒXƒgA‹L‘‚« */
DL.compact {
	overflow: hidden;
	padding: 0px;
	//display: compact;
}
DL.compact DT {
	float: left;
	clear: left;
	width: 100px;
}
DL.compact DD {
	margin-left: 100px;
	padding: 0px;
}

DL.note {
	caption-side: top;
}
DL.note:before {
	content: "‹L";
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

P.notestart {
	margin-top: 1em;
	text-align: center;
	font-weight: bold;
}

P.over {
	text-align: right;
	letter-spacing: 1em;
	margin: 0.5em 2em 1em 0;
}

/* •¶Žš‘•ü */
.underline {
	border-bottom: thin solid gray;
}

.italic {
	font-style: italic;
}

.kakko {
	color: #404040;
	font-size: 90%
}

.memo {
	color: #208020;
	border-bottom: thin dashed #208020;
}

.point {
	font-size: 106%;
}

.nobr {
	white-space: pre;
}

.caps {
	font-variant: small-caps;
}

.backindex {
	text-align: right;
	font-size: smaller;
	color: #404040;
}

.smaller {
	font-size: 96%;
}


/* •¶Žš‹­’² */
.bg_r {
	color: #000000;
	background: #ffa8a8;
	padding: 0.2em;
}

.bg_g {
	color: #000000;
	background: #a0ffa0;
	padding: 0.2em;
}

.bg_b {
	color: #000000;
	background: #b0b0ff;
	padding: 0.2em;
}

.bg_y {
	color: #000000;
	background: #ffff80;
	padding: 0.2em;
}

/* ƒŠƒ“ƒN */
@media screen {
	A:link {
		color: #2020FF;
		text-decoration: none;
	}
	H2 A:link {
		color: #0000FF;
	}
	A:visited {
		color: #6080CC;
		text-decoration: none;
	}
	H2 A:visited {
		color: #0000FF;
	}
	A:hover {
		color: #FF9999;
		text-decoration: underline;
	}
	A:active {
		color: #000080;
		text-decoration: none;
	}
}
@media print {
	A { color: #000000; }
}


/* ”wŒiˆ— */
DIV#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #444;
}
DIV#overlay DIV {
	border: 1px solid #000;
	background-color: #fff;
	margin-top: 10%;
	padding: 1.5em;
	width: 50%;
	text-align: center;
}

/* ŽÊ^˜g */
DIV.topphoto {
	float: right;
	z-index: 2;
	border: 1px solid #cccccc;
	background-color: white;
	color: #808080;
	padding: 6pt;
	text-align: center;
}

H2.topphoto {
	border-bottom: none;
	text-align: left;
	font-size: medium;
	margin: 0 0 0 0;
}

DIV.topphotocomment {
	border: 1px dotted #404040;
	margin: 2pt;
	padding: 3pt;
	color: #808080;
	text-align: left;
	display: none;
	line-height: 120%;
	vertical-align: top;
	font-size: smaller;
}

DIV.photocomment {
	text-align: left;
	vertical-align: top;
	font-size: 96%;
	line-height: 120%;
}

DIV.licenses {
	text-align: right;
	vertical-align: top;
	font-size: smaller;
	line-height: 100%;
	margin-top: 0.2em;
}

IMG.licensetag {
	border: none;
	margin: 2px;
	float: left;
}

/* —”O—“ */
.volition {
	display: none;
	border: 1px dashed #404040;
	line-height: 144%;
	padding: 4px;
}

/* •ñ“¹”­•\ */
DIV.press {
	font-size: 112%;
	line-height: 125%;
	margin-top: 1em;
	margin-bottom: 1em;
}
@media print {
	DIV.press {
		font-family: "Times New Roman", "‹³‰È‘‘ÌNT-M", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "MS –¾’©";
	}
}

DIV.pressheader {
	width: 100%;
	border-bottom: 1px solid #000000;
	padding: 4px 0 2px 0.5em;
	font-family: "Arial", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "ƒƒCƒŠƒI", "Meiryo", "MS UI Gothic";
	font-size: 133%;
	font-style: italic;
}

DIV.press PRE {
	font-size: 100%;
	line-height: 110%;
}

DIV.press DIV.date {
	width: 100%;
	text-align: right;
}
DIV.press DIV.date:before {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	margin-right: 2em;
	padding: 0;
	border-bottom: 1px solid #000000;
	content: "PRESS RELEASE";
	font-family: "Arial", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS UI Gothic";
	font-size: 133%;
	font-style: italic;
}
DIV.press DIV.date P {
	text-align: left;
	margin-left: 2em;
	text-indent: -2em;
}

DIV.press H1 {
	text-align: center;
	font-size: larger;
	line-height: 120%;
	white-space: pre;
	margin-top: 0.5em;
	margin-bottom: 1em;
	page-break-inside: avoid;
	page-break-after: avoid;
	counter-reset: heading reference;
	border: 1px solid #808080;
	padding: 0.5em;
}

DIV.press P {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-indent: 1em;
}

DIV.press .from {
	width: 100%;
	border-top: 1px solid #000000;
	padding: 0.5em;
	text-align: left;
	font-weight: bold;
	//background-image: url('img/logo_top.png');
	//background-repeat: no-repeat;
	//height: 140px;
}

DIV.press .from P.caption {
	font-size: smaller;
	margin-left: 2em;
	text-indent: -2em;
	font-weight: normal;
}

DIV.press .contact {
	float: right;
	border: 1px dashed #000000;
	margin: 4px 0 0 0.5em;
	padding: 0.5em 1em 0.5em 1em;
}

/* ˆóü—pA”ñ•\Ž¦—v‘f */
@media print {
	BODY,TH,TD {	/* TH, TD ‚Í Netscape ‘Îô */
		//font-family: "IPA P–¾’©", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "‚l‚r P–¾’©", "MS UI Gothic";
		font-family: "‹³‰È‘‘ÌNT-M", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "‚l‚r P–¾’©", "MS UI Gothic";
	}
	//H1,H2 { font-family: "IPA PƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "ƒƒCƒŠƒI", "Meiryo", "MS UI Gothic"; }
	H1,H2 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "ƒƒCƒŠƒI", "Meiryo", "MS UI Gothic"; }
	//H3,H4 { font-family: "IPA PƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "ƒƒCƒŠƒI", "Meiryo", "MS UI Gothic"; }
	H3,H4 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "ƒƒCƒŠƒI", "Meiryo", "MS UI Gothic"; }
	A { color: #000000; }
	.noprint { display: none; }
}

@media screen {
	.noscreen { display: none; }
}

/* IME */
@media screen {
	.ime_off { ime-mode: disabled; }
	.ime_on  { ime-mode: active; }
}


