@charset "EUC-JP";

/*-------------------------------------------------------------------------

					15代目CSS

-------------------------------------------------------------------------*/

@import url("default.css");

/* 背景etc */

html {
	color: #FFFFFF;
	background-color: #666666;
}

body {
	margin: 15px auto;
	padding: 10px;
	border: solid 2px #909090;
	max-width: 780px;
	color: #303030;
	background-color: #FFFFFF;
}


/*-------------------------------------------------------
	コンテンツ
-------------------------------------------------------*/

/* 見出し */
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
	font-weight: bold;
	font-family: serif;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
h2 + p,
h2 + ul,
h2 + ol,
h2 + dl,
h3 + p,
h3 + ul,
h3 + ol,
h3 + dl,
h4 + p,
h4 + ul,
h4 + ol,
h4 + dl,
h5 + p,
h5 + ul,
h5 + ol,
h5 + dl,
h6 + p,
h6 + ul,
h6 + ol,
h6 + dl {
	margin-top:-0.5em;
}

h1 {
	margin-top: 5px;
	margin-bottom: 0.2em;
	color: #993333;
	background-color: inherit;
	line-height: 1.2;
	font-size:200%;
}

h2 {
	margin-top: 2em;
	margin-bottom: 0.8em;
	margin-left: 7px;
	padding-top: 2px;
	border-bottom: solid 1px #999999;
	font-size: 160%;
}

h2:first-letter {
	color: #AA0307;
	background-color: inherit;
}

h2 a {
	color: #303030;
	background-color: inherit;
}

p.category + h2 {
	margin-top: 0;
}

h3,h4,h5,h6{
	margin-top:1em;
	margin-bottom:0.5em;
}

h3 a {
	color:#606060;
	background-color:inherit;
}

h3 {
	margin-left:14px;
	color:#606060;
	background-color:inherit;
	font-size:130%;
}

h4 {
	margin-left:18px;
	color:#AA0307;
	background-color:inherit;
	font-size:120%;
}

/* 段落 */
p {
	margin-right: 15px;
	margin-bottom: 1em;
	margin-left:24px;
	line-height:1.6;
	text-align:justify;
}

/* 投稿日時 */
p.date{
	margin-right: 0;
	margin-left: 0;
	border-top:double 3px #666666;
	text-align:right;
	font-size:90%;
}

/* カテゴリー表示*/
p.category{
	margin-top: 0;
	margin-bottom: 0.4em;
	text-align: right;
}

/* リスト */
ul,ol,dl {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 60px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li{
	line-height: 1.4;
}

dt {
	margin-top: 1em;
	margin-bottom: 0.2em;
	color: #AA0307;
	background-color: inherit;
	font-weight: bold;
}

dd {
	margin-left: 1em;
	line-height: 1.3;
}

dd p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

dd ul {
	margin-top: 0;
	margin-left: 20px;
}

/* 表 */
table {
	margin-right: 70px;
	margin-bottom: 1em;
	margin-left: 70px;
}

td,th {
	padding: 0.2em 0.8em;
	text-align: center;
}

th {
	border: solid 1px #999090;
	color: #404040;
	background-color: #CCC9C9;
	font-weight: bold;
	text-align: center;
}

td {
	border: solid 1px #999090;
	color: #404040;
	background-color: #F3F1F0;
}


/* 引用 */
blockquote{
	margin-right: 70px;
	margin-bottom: 1em;
	margin-left: 70px;
	padding-top: 20px;
	border: solid 1px #697278;
	color: #605662;
	background-color: #F9F9F9;
	background-image: url(../image/14th_style/quotation.gif);
	background-repeat: no-repeat;
}

blockquote p,
blockquote ul,
blockquote ol,
blockquote dl {
	margin-right: 1.8em;
	margin-left: 1.5em;
}

pre {
	margin-right: 70px;
	margin-bottom: 1em;
	margin-left: 70px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: solid 1px #605454;
	color: #605253;
	background-color: #F9F9F9;
	background-image: url(../image/14th_style/example.gif);
	background-repeat: no-repeat;
}

@media screen {
	pre { overflow:auto; }  
}

blockquote pre{
	margin-left:1em;
	margin-bottom:1em;
	padding:0;
	border-style:none;
	color:inherit;
	background-color:transparent;
	background-image:none;
}

/* 引用元表示 */
dl.cite{
	margin:0px 70px 1.5em 70px;
	border-right:solid 1px #697278;
	border-left:solid 1px #697278;
	border-bottom:solid 1px #697278;
	color:#605662;
	background-color:#F9F9F9;
}
dl.cite dt{
	margin-top:0;
	margin-bottom:0;
	padding-top: 5px;
	padding-right:5px;
	padding-bottom:0;
	border-top:dashed 1px #697278;
	color:inherit;
	background-color:inherit;
	font-size:0.9em;
	font-weight:bold;
	text-align:right;
}
dl.cite dd{
	margin:0;
	padding:0 5px 5px 5px;
	font-size:0.9em;
	text-align:right;
}

cite:before{
	content:"\300C";
}
cite:after{
	content:"\300D";
}

code{
	font-family:monospace;
}

/* アンカー */
a{
	color:#135CAC;
	background-color: inherit;
}

a:hover{
	color: #55AD0A;
	background-color: inherit;
}

a:visited{
	color: #00507F;
	background-color: inherit;
}

/* 強調 */
em,strong{
	font-weight:bold;
}

strong{
	color: #942222;
	background-color: inherit;
}

/* 挿入・削除 */
ins{
	border-bottom:dashed 1px #666666;
	text-decoration:none;
}

del{
	text-decoration:line-through;
}

/*-------------------------------------------------------
	ナビゲーション 
-------------------------------------------------------*/

/* 見出し */
/*
h2#NAVIGATION_HEADING{
	display:none;
}
*/

h3#MAIN_NAVI_TITLE,h3#SUB_NAVI_TITLE{
	display:none;
}

/* メイン */
ul#NAVIGATION{
	margin-bottom: 2em;
	margin-left: 24px;
	list-style-type: none;
}

ul#NAVIGATION li{
	margin-right: 12px;
	display: inline;
}

/* サブ */
dl#SUB_NAVI{
	margin-left: 0;
}

dl#SUB_NAVI dt{
	margin-top: 1em;
	margin-left:14px;
	color:#606060;
	background-color:inherit;
	font-size:130%;
}

dl#SUB_NAVI dd{
	margin-left: 24px;
}

dl#SUB_NAVI dd ul{
	margin-left: 0;
	list-style-type: none;
}

dl#SUB_NAVI dd ul li{
	margin-right: 12px;
	display: inline;
}


/* 検索ボックス */
form#SEARCH_FORM {
	display: none;
}