@charset "utf-8";

/* pagenation
=============================================================== */
#pagenation {
	margin-bottom: 2em;
}
#pagenation ul li {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 0.1em;
	display: inline; /* IE6のマージン2倍バグ対策 */
	font: 1.2em/1 "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
#pagenation ul li.intro {
	margin-right: 1em;
}
#pagenation ul li.toright a:after,
#pagenation ul li.next.toright:after {
	content: ">";
	padding-left: 0.5em;
}
#pagenation ul li.toleft a:before,
#pagenation ul li.next.toleft:before {
	content: "<";
	padding-right: 0.5em;
}
#chapterpage {
}
#sectionpage {
}
#pagenation ul li a,
#chapterpage li.toindex,
#chapterpage li.current,
#sectionpage li.toindex,
#sectionpage li.current,
#chapterpage li.next,
#sectionpage li.next {
	display: inline-block;
	padding: 0.5em;
}
#chapterpage li a {
	border: 2px solid #D6D6D6;
	background-color: #FFFFFF;
}
#chapterpage li.current {
	border: 2px solid #0CF;
	background-color: #0CF;
	color: #FFF;
}
#chapterpage li.next {
	border: 2px solid #D6D6D6;
	background-color: #FFFFFF;
	color: #CCC;
}
#chapterpage li.toindex {
	background-color: #93C;
	border: 2px solid #93C;
	color: #FFF;
}

#sectionpage li a {
	border: 1px solid #D6D6D6;
	background-color: #EEFCFF;
}
#sectionpage li.current {
	border: 1px solid #99CC00;
	background-color: #99CC00;
	color: #FFF;
}
#sectionpage li.toindex {
	background-color: #0CF;
	border: 1px solid #0CF;
	color: #FFF;
}
#sectionpage li.next {
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
	color: #CCC;
}


#chapterpage li:first-child,
#chapterpage li:first-child a,
#sectionpage li:first-child,
#sectionpage li:first-child a {
	-moz-border-radius: 3em 0em 0em 3em;
	-webkit-border-radius: 3em 0em 0em 3em;
	border-radius: 3em 0em 0em 3em;
}
#chapterpage li:last-child,
#chapterpage li:last-child a,
#sectionpage li:last-child,
#sectionpage li:last-child a {
	-moz-border-radius: 0em 3em 3em 0em;
	-webkit-border-radius: 0em 3em 3em 0em;
	border-radius: 0em 3em 3em 0em;
}
#chapterpage li:first-child,
#sectionpage li:first-child {
	margin-right: 0.6em;
}
#chapterpage li a:hover,
#chapterpage li.current a:hover,
#sectionpage li a:hover {
	background-color: #00F;
	color: #FFF;
	text-decoration: none;
	border-color: #00F;
}






/* ----- title ----------------- */
#h1-title {
	padding: 10px;
	border-bottom: 1px solid #EBEBEB;
	background-image: url(../image/bgmenu-n2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


#h1-title h1 {
	font-size: 1.8em;
	margin-top: 0.5em;
}

#h1-title h1 span.h1-supplement {
	margin-left: 0em;
	font-weight: normal;
	padding-right: 1em;
	font-size: 0.8em;
}

#h1-title p.h1-subtitle {
	margin-top: 0.5em;
}

#h1-title p.h1-subtitle-top {
	color: #333333;
	border-bottom: 1px solid #EBEBEB;

}

#h1-title p.h1-subtitle2 {
	text-align: right;
}

#h1-title p.h1-subtitle3 {
	text-align: center;
}

#h1-title span.subtitle {
	font-size: 0.8em;
}

span.subtitle {
	font-weight: normal;
	font-size: 0.9em;
}

/* ----- category ----------------- */
dl#category {
	text-align: right;
	padding: 5px 10px;
	border-bottom: 1px solid #EBEBEB;
	background: #FFFFFF;
/*	border-top: 1px solid #EBEBEB;
*/}

dl#category dt,
dl#category dd  {
	font-size: 1.2em;
	line-height: 1;
	display: inline;
}
dl#category dt {
	border-left: 0.8em solid #CCCCCC;
	padding-left: 3px;
}
dl#category dt span {
	padding-right: 5px;
	padding-left: 10px;
	color: #999999;
}


/* ----- block ----------------- */
#index0 {
	clear: left;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 3px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	margin-bottom: 3em;
}
/* ---- IE7 ---- */
*:first-child+html #index0 {
	margin-top: 0.3em;
}
#index-block {
	margin: 2em;
}

#opening {
	margin-bottom: 0em;
}
#opening-bottom {
	margin-top: 4em;
}

#opening img.backimg {
	float: right;
	margin-bottom: 1.5em;
	margin-left: 4em;
}

#opening p,
#opening-bottom p {
	margin-bottom: 1.5em;
}

#opening + ul.sindex {
	margin-top: 4em;
}


#index0 ul.sindex {
	margin-left: 2em;
	margin-bottom: 1em;
}
#index0 ul.sindex > li {
	margin-bottom: 0.8em;
	font-size: 1.4em;
	/* [disabled]font-weight: bold; */
	letter-spacing: 0.1em;
}

#index0 ul.sindex ul {
	list-style: square;
	margin-bottom: 1.5em;
	margin-left: 3em;
	margin-top: 0.5em;
}

#index0 ul.sindex ul li {
	margin-bottom: 0.8em;
	font-size: 1em;
	line-height: 1.4em;
}

#index0 ul li.partition {
	margin-top: 2em;
}
#index0 .noteindex {
	margin-top: 30px;
}



#lside-contents {
	float: left;
}

#rside-contents {
	margin-left: 250px;
}

#rside-contents-wide {
	margin-left: 300px;
}





/* --------------------------------------------------------- contents area ----------------- */

/* --------------- contents block ------------------------------------- */

#block {
	margin-top: 3em;
}

#block p {
	margin-bottom: 1em;
}
#block .intro {
	margin-top: 4em;
}
#block .intro0 {
	margin-top: 8em;
}

.section0 {
	margin-bottom: 2em;
}

.section1 {
	margin-bottom: 8em;
}

.section2 {
	margin-bottom: 6em;
}

.section3 {
	margin-bottom: 5em;
}


.section4 {
	margin-bottom: 5em;
}


.section5 {
	margin-bottom: 4em;
}

.block-p {
	margin-bottom: 4em;
}

.block-s {
	margin-top: 3em;
	margin-bottom: 4em;
	margin-left: 4em;
}

/* --------------- contents title-style ----------------------------- */

.title1,
.title2,
.title3,
.title4,
.title-d,
.title-p,
.title-s {
	font-size: 1.6em;
	line-height: 1.6;
}

.title1 {
	background: url(../image/bgmenu-1.jpg) repeat-x;
	padding: 15px 10px;
	border: 4px double #CCCC99;
	margin-bottom: 1em;
}

.title2 {
	padding: 8px;
	border-left: 20px solid #99CC66;
	background: url(../image/bgmenu-1.jpg) repeat-x;
	margin-bottom: 1em;
	border-bottom: 1px solid #99CC66;
	border-right: 1px solid #99CC66;
	border-top: 1px solid #99CC66;
}

.title3 {
	padding: 5px 8px;
	border-left: 10px solid #66CCFF;
	background: url(../image/bgmenu-1.jpg) repeat-x;
	margin-bottom: 1em;
	border-bottom: 1px solid #66CCFF;
	border-right: 1px solid #66CCFF;
	border-top: 1px solid #66CCFF;
}

.title4 {
	margin-bottom: 0.8em;
	border-left: 5px solid #FFCC66;
	background: url(../image/bgmenu-1.jpg) repeat-x;
	padding: 0.2em 0.5em;
}

.title-d {
	border-bottom: 1px solid #999999;
	padding: 3px 0px 2px;
	margin-bottom: 0.3em;
}

.title-p {
	margin-bottom: 0.5em;
}

.title-s {
	background: #F4F4F4;


	padding-left: 0.3em;
	margin-bottom: 0.3em;
	padding-left: 0.3em;
}


/* --------------- contents list-style----------------------------- */
ul.ulist-n {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 5em;
	font-weight: bold;
	list-style-image: none;
}

ul.ulist-n li {
	margin-bottom: 1em;
}

ol.olist-a {
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 5em;
	font-weight: bold;
}

ol.olist-a li {
	margin-bottom: 0.5em;
	list-style: decimal outside;
}

dl.dlist {
	line-height: 1.6;
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 3em;
}

dl.dlist dt {
	margin-bottom: 1em;
	font-weight: bold;
	margin-top: 1em;
	display: list-item;
}

dl.dlist dd {
	margin-left: 3em;
	margin-bottom: 0.5em;
	display: list-item;
}

dl.dlist dd.bold {
	font-weight: bold;
}

dl.dlist dd p {
	font-weight: normal;
	font-size: 1em;
	margin-left: 5em;
	text-indent: -1em;
}

ul.con {
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 2em;
	border: 1px solid #D6D6D6;
	font-weight: bold;
}

ul.con li {
	margin-bottom: 0.5em;
}

dl.con {
	margin-top: 1em;
	margin-bottom: 2em;
	border: 1px solid #ECECEC;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}

dl.con dt {
	line-height: 1;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-top: 1em;
	border-left: 0.8em solid #000000;
	font-size: 1.6em;
	padding-left: 0.2em;
}

dl.con dd {
	margin-left: 5em;
	margin-bottom: 0.5em;
	display: list-item;
	font-weight: bold;
}

dl.table {
	margin-left: 3em;
}

dl.table dt {
	line-height: 1;
	border-left: 0.8em solid #FF9900;
	padding-left: 0.3em;
	font-weight: bold;
}

dl.table dd {
	margin-left: 7em;
	line-height: 1;
	margin-top: -1em;
	margin-bottom: 1.3em;
}

dl.table dd.last-line {
	margin-bottom: 1em;
}

/* 目次など */
ul.ulist-i {
	list-style: none;
	margin-top: 4em;
	font-weight: bold;
}

ul.ulist-i li {
	font-size: 1.4em;
	margin-bottom: 1em;
}
ul.ulist-i li ul {
	margin-left: 3em;
	list-style: none;
	margin-top: 0.5em;
	font-weight: normal;
}

ul.ulist-i li ul li {
	font-size: 1em;
	margin-bottom: 0.5em;
}


.listmark3 {
	list-style: url(../image/square-3.gif) none outside !important; 
}

.no-listmark {
	list-style: none !important;
}

.no-boldfont {
	font-weight: normal !important;
}

.center {
	text-align: center !important;
}


/* --------------- contents note style----------------------------- */
/* 補足エリア */
#block div.block-notes {
	border: 2px dotted #CCC;
	padding: 1em 1em 0em;
	margin: 2em 0em 2em 5em;
	color: #666;
}
#block div.block-notes h4 {
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1;
}
#block div.block-notes p {
	margin-bottom: 0.8em;
}
span.addition {
	margin-right: 5px;
	color: #FF0000;
	font-weight: normal;
}


#pageguide {
	text-align: center;
	margin-top: 5em;
	margin-bottom: 2em;
}
#pageguide li {
	display: inline;
	margin-right: 1em;
	margin-left: 1em;
	line-height: 1;
}
#pageguide li span.next,
#pageguide li span.back {
	font-weight: bold;
	color: #FF9900;
}

#relatedpagelink {
	margin-bottom: 0em;
	border-top: 1px dashed #CCC;
	/* [disabled]border-bottom: 1px dashed #CCC; */
	padding-top: 1em;
	margin-top: 5em;
}
#relatedpagelink h2 {
	line-height: 1;
	margin-bottom: 0.5em;
}
#relatedpagelink ul {
	padding: 1em 1em 0em;
	margin-left: 5em;
}
#relatedpagelink ul li {
	line-height: 1.3;
	font-size: 1.2em;
	margin-left: 1em;
	margin-bottom: 1em;
}



span.notes {
	color: #666666;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
}

span.mark-notes {
	margin-right: 2px;
	color: #666;
}


/* --------------- contents quote style----------------------------- */

/* --------------- 通信霊ごとの共通背景色 ----------------------------- */
q.silverbirch, blockquote.silverbirch p {
	background: #ECFFFF;
}

q.imperator, blockquote.imperator p {
	background: #FFFFCC;
}

q.louis, blockquote.louis p {
	background: #DAFFD9;
}

q.other, blockquote.other p {
	background: #EBEBEB;
}

q {
	quotes:none
}
/* --------------- 引用関連スタイル ----------------------------- */
blockquote {
	border: 1px solid #CCCCCC;
	margin-bottom: 3em;
	padding: 1em;
	margin-top: 2em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

blockquote.silverbirch p,
blockquote.imperator p,
blockquote.louis p,
blockquote.other p,
blockquote p {
	padding: 5px;
	margin-bottom: 0px !important;
}


blockquote p.book-quote-line {
	text-align: right;
	background: #FFFFFF;
}
blockquote p.quotepage {
	font-size: 1.2em;
	background-color: #FFF;
	margin-left: 2em;
	border: 1px dotted #999;
	margin-top: 1em;
	text-indent: -4.5em;
	padding-left: 5em;
}

blockquote p.quotepage span {
	margin-right: 0.5em;
	margin-left: 0.5em;
	font-weight: bold;
	color: #999;
}

blockquote p.qa {
	text-indent: -4.2em;
	padding-left: 4.7em;
}
blockquote p.qa2 {
	text-indent: 0em;
	padding-left: 4.7em;
}
blockquote p.qa span.qahead {
	font-weight: bold;
	margin-right: 0.5em;
}



cite {
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}


cite.book-quote {

}

/* --------------- contents image style----------------------------- */
/* 図表エリア */
.chart {
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	/* [disabled]text-align: center; */
	margin-top: 3em;
	margin-bottom: 3em;
}

.chart.chart-noborder {
	border: none;
}


/* 図表タイトルのスタイル */
.chart p.title {
 	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.4em;
	color: #009900;
	margin: 0px;
	background: #F8F8F8;
	text-align: center;
}

/* 図のスタイル */
.chart p {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}


/* 表キャプションのスタイル */
.chart p.caption {
	font-size: 1.4em;
	margin-top: 2em;
	background: #EBEBEB;
	text-align: left;
	padding: 0.2em 1em;
	margin-left: 1em;
	margin-right: 1em;
}

div.block-notes div.chart {
	margin-bottom: 1em;
}

/* --------------- contents other style----------------------------- */
/* 下線部のスタイル */
span.underline {
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
	/* [disabled]color: #99CC00; */
}

span.underline2 {
	font-weight: bold;
	color: #006633;
}

span.underline3 {
	font-weight: bold;
}


.for-voice {
	display: none;
}

p.separation {
	text-align: center;
	color: #CCCCCC;
}

.head-mark-s1 {
	background: url(../image/square-1.gif) no-repeat left center;
	padding-left: 15px;
}
.head-mark-s2 {
	background: url(../image/square-2.gif) no-repeat left center;
	padding-left: 15px;
}
.head-mark-b1 {
	background: url(../image/ball-1.gif) no-repeat left center;
	padding-left: 20px;
}
.head-mark-b2 {
	background: url(../image/ball-2.gif) no-repeat left center;
	padding-left: 20px;
}
.head-mark-b3 {
	background: url(../image/ball-3.gif) no-repeat left center;
	padding-left: 20px;
}

.eng {
	font-family: "Times New Roman", Times, serif;
	padding-right: 0.2em;
	padding-left: 0.2em;
	font-weight: bold;
	line-height: 1;
}
.eng2 {
	font-family: "Courier New", Courier, mono;
	padding-right: 0.2em;
	padding-left: 0.2em;
	line-height: 1;
}
span.roman {
	padding-right: 0.2em;
	padding-left: 0.2em;
	font-size: 1em;
}


span.news {
	color: #FF0000;
	text-decoration: blink;
	margin-right: 5px;
}

span.attention {
	color: #FF0000;
}

span.attention2 {
	color: #009966;
}

span.dash,
span.dot {
	padding-right: 0.4em;
	padding-left: 0.4em;
	letter-spacing: 0px;
}

span.date {
	letter-spacing: 1px;
}

span.cancel {
	text-decoration: line-through !important;
	color: #666666;
}



/* Media Queries
================================================================================== */
@media only screen and (max-width: 770px) {
.opening-index {
	padding-right: 0em;
}
#pageguide ul li {
	display: block;
	margin-bottom: 1em;
}
#pageguide ul li:first-child {
	text-align: left;
}
#pageguide ul li:last-child {
	text-align: right;
}
}


/* Media Queries
================================================================================== */
@media only screen and (max-width: 600px) {
#opening img.backimg {
	display: none;
}
#lside-contents {
	float:none;
}

#rside-contents {
	float:none;
	margin-left: 0em;
}

.chart p img {
	width:100%;
	max-width:100%;
	height:auto;
}

#block div.block-notes {
	margin-left: 1.5em;
}

blockquote p.book-quote-line {
	text-align: left;
}

#pageguide li {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 2;
}
}


/* Media Queries
================================================================================== */
@media only screen and (max-width: 400px) {
}



/* --------------- print ----------------------------- */
@media print {
#pagenation,
#pageguide {
	display: none;
}
#opening img.backimg {
	display: none;
}

#h1-title {
	background: none;
	border: 1pt solid #000000;
}

.title1 {
	background: none;
	padding: 0px;
	margin-bottom: 1em;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #666666;
	border-left: none;
}

.title2 {
	background: none;
	margin-bottom: 1em;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999999;
	border-left: none;
	padding: 0px;
}

.title3 {
	padding: 0px 8px 0px 5px;
	border-left: 1em solid #CCCCCC;
	margin-bottom: 1em;
	border-bottom: none;
	border-right: none;
	border-top: none;
	background: url(none);
}

.title4 {
	background: none;
	margin-bottom: 0.5em;
	padding: 0px;
	border: none;
}

.title-p {
	font-size: 1.4em;
}

q.silverbirch, blockquote.silverbirch p,
q.imperator, blockquote.imperator p ,
q.louis, blockquote.louis p ,
q.other, blockquote.other p {
	background: none;
}

span.underline {
	/* [disabled]border-bottom: 1px solid #666666; */
}

}
