BODY {
	font: 100%/1.25 sans-serif;
	background: #FFF;
	color: #333;
	margin: 0px;
	text-align: center;
}

H1 { font-size: 175%; line-height: 1.143; }
H2 { font-size: 137.5%; line-height: 1.182; }
H3 { font-size: 112.5%; line-height: 1.222; }
H4 { font-size: 100%; }
H1, H2, H3, H4 { margin: 0px; }

IMG { border: 0px; -ms-interpolation-mode: bicubic; }
TABLE { border-collapse: collapse; border-spacing: 0px; }
TH, TD { padding: 0px; }
HEADER, NAV, SECTION, ARTICLE { display: block; }

A {
	text-decoration: none;
}
@media (monochrome) {
	A {
		text-decoration: underline;
	}
}
A[target=_blank] {
	cursor: url(../../../miscellaneous/pointer-new.cur), pointer;
}
A[hreflang=en] {
	cursor: url(../../../miscellaneous/pointer-en.cur), pointer;
}
A[hreflang=ja] {
	cursor: url(../../../miscellaneous/pointer-ja.cur), pointer;
}
A[target=_blank][hreflang=en] {
	cursor: url(../../../miscellaneous/pointer-new-en.cur), pointer;
}
A[target=_blank][hreflang=ja] {
	cursor: url(../../../miscellaneous/pointer-new-ja.cur), pointer;
}
A:link {
	color: #00E;
}
A:visited {
	color: #528;
}
A:focus, A:hover, A:active {
	text-decoration: underline;
}
A:focus, A:active {
	color: #F00;
}
@media print {
	A {
		color: #00E !important;
	}
}
A.dead:after {
	content: "†";
	vertical-align: top;
	font-size: 81.25%;
	line-height: 1;
}

HTML {
	-webkit-text-size-adjust: 100%;	/* iPhone */
	-ms-text-size-adjust: 100%;	/* WP7 */
}
INPUT[type=image] {
	-webkit-border-radius: 0px;	/* iPad */
}

BUTTON, INPUT[type=button], INPUT[type=image], INPUT[type=submit], .button {
	cursor: pointer;
}

.note, EM {
	font-style: normal;
	color: #A40;
}

.latin, CITE, MARK {
	background-color: inherit;
	font-style: normal;
	font-family: "Times New Roman",serif;
}

.fat {
	font-weight: normal;
	font-size: 125%;
	line-height: 0px;
}

.unsure {
	background-color: #EEE;
}

.nowrap {
	white-space: nowrap;
}

ABBR {
	speak: spell-out;
}
ABBR.say {
	speak: normal;
}
ABBR[title], .explain {
	border-bottom: 1px dotted;
}

.tooltip {
	position: absolute;
	z-index: 9999;
	max-width: 50%;
	font: 11px Tahoma,sans-serif;
	border: 1px solid #000;
	color: #000;
	background: #FFD;
	padding: 1px 3px;
}

TABLE, TH, TD, DIV, IMG {
	border: 1px none #CDF;
}

#head {
	border-bottom: 1px solid #CCC;
	zoom: 1;
}
#head:after {
	content: " ";
	visibility: hidden;
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
}
@media print {
	#head {
		display: none;
	}
}
#operator {
	float: left;
	margin: 1px 1px 1px 8px;
}
@media (max-width: 463px) {
	#operator {
		margin-left: 1px;
	}
}
#star-tools {
	float: right;
	height: 25px;
	font-size: 16px;
}
.noscript #star-tools {
	visibility: hidden;
}
#star-tools TD {
	vertical-align: bottom;
	padding: 0px 8px;
}
#star-tools TD+TD {
	border-left: 1px solid #CCC;
}
@media (max-width: 463px) {
	#star-tools TD {
		padding: 0px 1px;
	}
}
#lang-toggle:active {
	outline: 1px dashed #000;
}
#login IMG {
	margin: 1px 0px;
	vertical-align: bottom;
}

.select-ja .toggle-en, .select-ja .toggle-en-only, .select-ja .toggle-both {
	display: none !important;
}
.select-en .toggle-ja, .select-en .toggle-ja-only, .select-en .toggle-both {
	display: none !important;
}
.select-both .toggle-ja-only, .select-both .toggle-en-only {
	display: none !important;
}

#body {
	display: inline-block;
	zoom: 1; *display: inline;	/* IE6&7 */
	background: #F4F8FF url(bg.png);
	border: 2px #EEE;
	border-style: none solid solid solid;
	margin: 0px 10px 24px 10px;
}
.select-ja #body, .select-en #body {
	margin-left: 0px;
	margin-right: 0px;
	*width: 776px;			/* IE6&7 */
}
@media (max-width: 779px) {
	#body {
		margin-left: 0px;
		margin-right: 0px;
		*width: auto;		/* IE6&7 */
	}
}
@media print, (max-width: 463px) {
	#body {
		margin: 0px;
	    	border: 0px;
	}
}
@-moz-document url-prefix() {		/* FF */
	BODY {
		text-align: -moz-center;
	}
	#body {
		display: block;		/* Avoid 1-page print bug */
		max-width: -moz-max-content;
	}
}

NAV, SECTION#blog {
	padding: 0px 22px;
}
@media (max-width: 779px) {
	NAV, SECTION#blog, .blog {
		padding: 0px 5px;
	}
}
@media (max-width: 463px) {
	NAV, SECTION#blog, .blog {
		padding: 0px;
	}
}

HEADER {
	text-align: center;
}
HEADER FIGURE, HEADER .image {
	vertical-align: middle;
}
@media print {
	HEADER FIGURE, HEADER .image {
		max-width: 50%;
	}
}
@media (max-width: 779px) {
	HEADER IMG {
		*width: 450px;		/* IE6&7 */
	}
}
@media (max-width: 463px) {
	HEADER IMG {
		*width: 300px;		/* IE6&7 */
	}
}

NAV TABLE {
	width: 100%;
}
NAV TD {
	padding: 5px 0px;
}
NAV {
	text-align: center;
}
NAV .prev {
	text-align: left;
	width: 40%;
}
NAV .contents {
	text-align: center;
	width: 20%;
}
NAV .next {
	text-align: right;
	width: 40%;
}
NAV A {
	margin: 0px 5px;
}
NAV .prev, NAV .next {
	font-family: Tahoma, Geneva, sans-serif;
}
NAV SMALL {
	font-family: sans-serif;
}
@media print {
	NAV {
		display: none;
	}
}

SECTION#blog {
	margin-bottom: -30px;
}

ARTICLE {
	border: 3px solid #CDF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	background: #FFF;
	padding: 15px 26px;
	zoom: 1;
}
ARTICLE {
	margin-bottom: 30px;
}
@media (min-width: 464px) {
	ARTICLE {
		border-image: url(article-border.png) 9 repeat;
		border-image-width: auto;
	}
}
@media (max-width: 779px) {
	ARTICLE {
		padding: 15px 5px;
	}
}
@media (max-width: 463px) {
	ARTICLE {
		padding: 3px 1px;
		border-width: 1px;
	}
}
.entry-anchor {
	display: none;
	font-weight: bold;
	font-size: larger;
	position: absolute;
	top: 0px;
	right: 3px;
	padding: 4px;
}
@media (min-width: 780px) {
	.entry-anchor {
		display: block;
	}
}
.entry-anchor A {
	visibility: hidden;
}
.entry-anchor:hover A {
	visibility: visible;
}
ARTICLE.mark-0 {
}
ARTICLE.mark-1 {
	border: solid #080;
}
ARTICLE.mark-2 {
	border: solid #04F;
}
ARTICLE.mark-3 {
	border: solid #F83;
}
ARTICLE.mark-4 {
	border: solid #F00;
}
ARTICLE.mark-5 {
	border: solid #000;
}

.content {
}

.title {
	width: 674px;
}
.title-ja, .title-en {
	font-size: larger;
}
.title-ja {
	float: left;
	text-align: left;
}
.title-en {
	float: right;
	text-align: right;
}
.select-en .title-en {
	float: left;
	text-align: left;
}
.title-both {
	text-align: center;
}
.title A {
	display: block;
}
.title A, .proper {
	color: #039 !important;
}
.title A:hover, .title A:focus, .proper:hover, .proper:focus {
	color: #69F !important;
}
.title A:active, .proper:active {
	color: #F00 !important;
}
.tomoca {
	color: #485 !important;
}
.title TIME, .date {
	color: #999;
	font: bold 81.25% sans-serif;
	float: right;
	margin-top: 0.3em;
}
.select-both .title TIME, .select-both .date {
	clear: left;
	float: left;
	margin-top: 0em;
}
.title TIME SMALL {
	font-size: 92.3%;
}
.title-divider {
	padding: 1px 0px 0.5em 0px;
}
.title-divider DIV {
	border: solid #CDF;
	border-width: 3px 0px;
	-moz-border-image: url(title-divider.png) 3 0 repeat;
	-webkit-border-image: url(title-divider.png) 3 0 repeat;
	-o-border-image: url(title-divider.png) 3 0 repeat;
	border-image: url(title-divider.png) 3 0 repeat;
	height: 0px;
	font-size: 0;			/* IE6 */
}

.content-ja, .content-en, .content-both {
	position: relative;
	padding: 0.5em 0px;
	text-align: left;
	vertical-align: top;
}
.select-both .content-ja {
	padding-right: 16px;
	border-right: 2px solid #CDF;
}
@media (max-width: 779px) {
	.select-both .content-ja {
		padding-right: 2px;
	}
}
.select-both .content-en {
	padding-left: 16px;
}
@media (max-width: 779px) {
	.select-both .content-en {
		padding-left: 2px;
	}
}
.select-both .content-ja {
	width: 624px;
}
.select-ja .content-ja, .select-en .content-en, .select-both .content-en {
	width: 674px;
}
.select-ja .content-both, .select-en .content-both {
	width: 674px;
}

@media (max-width: 653px) {
	.text-ja>DIV>BR, .text-ja>DIV>EM>BR {
		display: none;
	}
}
@media (max-width: 703px) {
	.text-en>DIV>BR, .text-en>DIV>EM>BR, .text-en>DIV>A>BR {
		display: none;
	}
}

.images {
	text-align: center;
	width: 674px;
}
.images HR {
	border: 0px;
	color: #CDF;
	background-color: #CDF;
	height: 3px;
}
TD.optional {
	font-size: 81.25%;
	color: #A40;
	padding: 1em 0em;
	text-align: center;
}

.select-both .images {
	text-align: center;
}
.select-both .content-both, .select-both .images, .select-both .news {
	width: 1332px;
}

.multiref {
	display: inline-block;
	white-space: nowrap;
	text-align: left;
}
.multiref SMALL {
	display: none;
	position: absolute;
	left: 0.5em;
	top: 1em;
	background: #F4F8FF;
	border: 1px solid #CDF;
	padding: 0.5em;
}
.multiref:hover {
	position: relative;
	z-index: 1000;
}
.multiref:hover SMALL {
	display: block;
}
.multiref SMALL SPAN {
	display: none;
}
.multiref SMALL A {
	display: list-item;
	list-style: inside url(../../../miscellaneous/lang-en.png);
}
.multiref SMALL A[hreflang=ja] {
	list-style-image: url(../../../miscellaneous/lang-ja.png);
}
.multiref SMALL A[hreflang=de] {
	list-style-image: url(../../../miscellaneous/lang-de.png);
}

.picbanner {
	position: relative;
	float: right;
	clear: both;
	margin-right: -48px;
	background-color: #FFF;
	font-size: 68.75%;
}
@media (max-width: 779px) {
	.picbanner {
		margin-right: -15px !important;
	}
}
@media (max-width: 463px) {
	.picbanner {
		margin-right: 0px !important;
	}
}
* HTML .picbanner {
	display: inline;		/* IE6 */
}
.picbanner IMG {
	margin: 1px;
	vertical-align: middle;
	border: 1px solid #000;
}
.picbanner IMG.nodecor {
	border: 0px;
}
TABLE.picbanner {
	text-align: center;
	background-color: #DEF;
}
TABLE.picbanner IMG {
	margin: 0px;
	border: 0px;
}
#index .picbanner {
	margin: -3px -29px -3px 0px;
	border: 1px solid #CDF;
	padding: 0px 2px;
	text-align: right;
	line-height: 1;
}
#index .picbanner B {
	display: block;
	border: 0px;
}
B.mark-0 {
}
B.mark-1 {
	color: #080;
}
B.mark-2 {
	color: #04F;
}
B.mark-3 {
	color: #F83;
}
B.mark-4 {
	color: #F00;
}
B.mark-5 {
	color: #000;
}

.hide {
	display: none;
}

.mark-add {
	font: 48px/1 sans-serif;
	display: block;
}

.mark-del-0 {
}
.mark-del-1, .mark-del-2, .mark-del-3, .mark-del-4, .mark-del-5 {
	margin: 0px -7px;
	padding: 0px 5px;
	border-left: 2px solid #080;
	border-right: 2px solid #080;
}
.mark-del-2 {
	border-color: #04F;
}
.mark-del-3 {
	border-color: #F83;
}
.mark-del-4 {
	border-color: #F00;
}
.mark-del-5 {
	border-color: #000;
}
@media (max-width: 779px) {
	.mark-del-1, .mark-del-2, .mark-del-3, .mark-del-4, .mark-del-5 {
		margin: 0px -2px;
		padding: 0px 1px;
		border-width: 1px;
	}
}

FIGURE, .image {
	display: inline-block;
}
.images FIGURE, .images .image {
	margin: 2px 0px;
	vertical-align: top;
}
FIGURE IMG, FIGURE VIDEO, .image IMG, .image VIDEO {
	display: block;
}
HTML>/**/BODY FIGURE>IMG, HTML>/**/BODY FIGURE>VIDEO,
HTML>/**/BODY .image>IMG, HTML>/**/BODY .image>VIDEO {
	width: 100%;			/* IE8+ */
	height: auto;
	margin: 0px auto;
}
@media (-webkit-min-device-pixel-ratio:0) {
	FIGURE>IMG, FIGURE>VIDEO, .image>IMG, .image>VIDEO {
		max-width: 100% !important;
		width: auto !important;
	}
}
.img-0 {
	padding: 5px;
	border: 1px solid;
	border-color: #CCC #888 #888 #CCC;
}
.img-1 {
	padding: 5px;
	border: 2px solid #080;
}
.img-2 {
	padding: 5px;
	border: 2px solid #04F;
}
.img-3 {
	padding: 5px;
	border: 2px solid #F83;
}
.img-4 {
	padding: 5px;
	border: 2px solid #F00;
}
.img-5 {
	padding: 5px;
	border: 2px solid #000;
}
.img-0.shrunk, .img-0 .shrunk {
	background: #888 url(grid.gif);
}
.img-1.shrunk, .img-1 .shrunk {
	background: #0C0 url(grid.gif);
}
.img-2.shrunk, .img-2 .shrunk {
	background: #04F url(grid.gif);
}
.img-3.shrunk, .img-3 .shrunk {
	background: #F83 url(grid.gif);
}
.img-4.shrunk, .img-4 .shrunk {
	background: #F00 url(grid.gif);
}
.img-5.shrunk, .img-5 .shrunk {
	background: #000 url(grid.gif);
}
.imginfo {
	font-size: 62.5%;
	white-space: normal;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
.imginfo>.summary {
	display: inline-block;
	padding: 0px 1px;
	background: #FFF;
}
.imginfo>.summary>IMG {
	display: inline;
	width: auto;
	vertical-align: bottom;
	padding: 0px 1px 1px 0.5em;
}
.imginfo>.full {
	position: relative;
	background: #FFF;
}
.imginfo>.full>A {
	display: block;
	position: absolute;
	left: 50%;
	top: 1px;
	width: 14px;
	height: 7px;
	margin-left: -7px;
	z-index: 1;
}
.img-1>.full>A, .img-2>.full>A, .img-3>.full>A, .img-4>.full>A, .img-5>.full>A {
	top: 2px;
}
.imginfofull .imginfo>.full>A {
	position: static;
	margin: 0px auto;
}
.imginfo>.full>A>DIV {
	width: 0px;
	height: 0px;
	border-width: 7px;
	border-color: #000 #FFF;
	border-style: solid solid none solid;
	overflow: hidden;
}
.imginfofull .imginfo>.full>A>DIV {
	border-style: none solid solid solid;
}
.imginfo>.full>IMG, .imginfo>.full>PRE {
	display: none;
}
.imginfofull .imginfo>.full>IMG {
	display: inline;
	padding: 0px;
	margin: 2px;
	vertical-align: bottom;
}
.imginfofull .imginfo>.full>PRE {
	margin: 2px;
	display: block;
	font-family: sans-serif;
	white-space: pre-wrap;
	margin: 0px;
}

.video {
	text-align: center;
}
.video SPAN, .video A {
	display: inline-block;
}
.video SPAN {
	padding: 5px;
}
.video SPAN * {
	vertical-align: bottom;
}

.news {
	width: 674px;
}
.news TABLE {
	margin: 0em auto;
}
.news TABLE TH, .news H2 {
	font: bold 137.5% sans-serif;
}
.news TABLE TD {
	padding: 0.5em 0em 0.5em 1em;
	text-align: left;
}
.news .link {
	display: list-item;
}
.news .source {
	font-size: 81.25%;
	color: #080;
}

.credit-divider {
	padding-top: 1em;
}
.credit-divider DIV {
	border-top: 3px dashed #CDF;
	height: 5px;
	font-size: 0;			/* IE6 */
}
@media (min-width: 780px) {
	.credit-divider DIV {
		margin: 0px -9px;
	}
}
.credit {
	font-size: 81.25%;
}
.credit-ja {
	float: left;
	color: #666;
	font-style: normal;
}
.select-ja .credit-ja {
	float: right;
}
.credit-en {
	float: right;
}
.credit-en IMG {
	vertical-align: -2px;
}
.credit-en+.credit-en {
	margin-right: 10px;
}

.message-index {
	width: 100%;
	margin: 0.5em 0em;
}
.message-index TD {
	text-align: justify;
	vertical-align: top;
	width: 674px;
}
.select-both .message-ja {
	width: 268px;
	padding-right: 24px;
}
.select-both .message-en {
	width: 324px;
}

.message-gallery {
	margin: 1em auto;
}
.message-gallery TD {
	text-align: center;
	vertical-align: top;
}
.message-gallery DIV {
	font-size: 81.25%;
}

#search {
	display: inline-block;
	margin: 0.5em auto;
	text-align: left;
}
.noscript #search {
	display: none;
}
@media print {
	#search {
		display: none;
	}
}
#search DIV {
	display: table-cell;		/* FF2 */
	display: inline-block;		/* W3C */
	zoom: 1; *display: inline;	/* IE6&7 */
	vertical-align: middle;
}
#search SPAN {
	display: block;
	text-align: center;
	font-size: 62.5%;
}
@media (max-width: 463px) {
	#search INPUT[name=pattern] {
		width: 8em;
	}
}
#search DIV+DIV+DIV+DIV SPAN {
	display: none;
}
#search INPUT[name=clear] {
	display: none;
}
.show-search #search INPUT[name=clear] {
	display: inline-block;
}
#nosearch {
	display: none;
}
.noscript #nosearch {
	display: block;
	color: #F00;
	font-size: 68.75%;
}

#index {
	border-style: solid;
	margin: 8px auto;
	max-width: 674px;
}
#index TR:target {
	background-color: #E6EEFF;
}
#index TR.extra {
	font-size: 75%;
}
#index TH, #index TD {
	vertical-align: top;
	padding: 4px 8px;
}
#index TD {
	border-top-style: dashed;
}
#index .extra TD {
	border-top-style: none;
	padding-top: 0;
}
#index TH {
	background: #F4F8FF;
	border-bottom-style: solid;
}
.index-ja {
	text-align: right;
}
.index-date {
	white-space: nowrap;
	text-align: right;
}
TH.index-date, TR.extra .index-date {
	font-weight: bold;
	text-align: center;
}
.index-date SMALL {
	font-family: monospace;
}
@media (max-width: 463px) {
	.index-date {
		white-space: normal;
	}
}
.index-en {
	text-align: left;
}
.select-en .index-ja DIV, .select-ja .index-en DIV, .select-en .archive-ext {
	display: none;
}
.select-en .index-ja {
	padding-right: 0 !important;
}
.select-ja .index-en {
	padding-left: 0 !important;
}
.index-images {
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
}
.index-images DIV {
	margin: 0.5em 0em;
}
.index-images TD {
	border-style: solid;
}
#index-search, #bonus, .show-search #index TBODY {
	display: none;
}
.show-search #index #index-search {
	display: block;			/* IE */
}
.show-search #index #index-search {
	display: table-row-group;	/* W3C */
}
.show-search .index-date {
	text-align: left;
}
.show-search #bonus {
	display: inline-block;
}
#index TR.archive-ext TH {
	font-size: 75%;
	border-style: dashed none;
}

#gallery {
	text-align: left;
}

#gallery>* {
	margin: 0.5em 0;
}
#gallery>DIV {
	text-align: center;
}

IMG.zoom-in {
	cursor: move;
}
IMG.zoom-in {
	cursor: url(../../../miscellaneous/zoom-in.cur), move;
}
IMG.zoom-in {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
IMG.zoom-out {
	cursor: hand;
}
IMG.zoom-out {
	cursor: pointer;
}
IMG.zoom-out {
	cursor: url(../../../miscellaneous/zoom-out.cur), pointer;
}
IMG.zoom-out {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.ameba-emoji {
	margin: 0px 5px;
}

#comments {
	max-width: 600px;
	margin: 10px auto;
	text-align: center;
}

#disqus_thread {
	border: 1px solid #999;
	margin: 10px auto;
	padding: 10px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

