@charset "Shift_JIS";
/* Dafault
-------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}

body {
	margin: 8px 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4em;
	text-align: center;
	font-size: 75%;
	color: #000;
}

h1, h2, h3, h4, h5 {
	clear: both;
	line-height: 1.2em;
}

em {
	font-style: normal;
	color: BlueViolet;
}

strong {
	font-weight: bold;
}


img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: underline;
	color: #18358e;
}

a:hover {
	text-decoration: none;
	background-color: #18358e;
	color: #fff;
}

hr {
	height: 0px;
	margin-bottom: 1em;
	border: 0px;
	border-top: #ccc solid 1px;
}

ol {
	margin-left: 2em;
	margin-bottom: 1em;
}
ol li {
	margin-bottom: 1em;
}

blockquote {
	margin-left:1em;
	background-color: #f4f4f4;
}

table {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 1em;
}


/* Common
-------------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden;}
.clearfix { display: inline-block;}
/* MacIE begin \*/
*+html .clearfix { height: 1%;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* Mac IE end */

.img-left { float: left; display: inline; margin-right: 10px;}
.img-right { float: right; display: inline;  margin-left: 10px;}
.img-center { text-align: center;}
.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}

.clear { clear: both;}

.margin-none { margin: 0 ! important;}
.pading-none { padding: 0 ! important;}


/* Layout
-------------------------------------------------- */
div.container {
	width: 780px;
	margin: 0 auto 0;
	padding: 3px 9px 0;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	text-align: left;
}
* html div.container { width: 800px;}

div.wrap {
	margin-bottom: 12px;
	background: transparent url(images/background.png) top left repeat-y;
}

div.wrapper {
	clear: both;
	background: transparent url(images/background-line.png) bottom left no-repeat;
}
div.wrapper:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden;}
div.wrapper { display: inline-block;}
/* MacIE begin \*/
*+html div.wrapper { height: 1%;}
* html div.wrapper { height: 1%;}
div.wrapper { display: block;}
/* Mac IE end */

div.header {
	height: 60px;
	margin-bottom: 10px;
	position: relative;
}

div.footer {
	clear: both;
}

/* Header
-------------------------------------------------- */
div.header {
	background: transparent url(images/top_link_backimg.gif) 0 33px repeat-x;
}

div.header ul.nav {
	height: 25px;
	position: absolute;
	top: 33px;
	right: 0;
	list-style-type: none;
}

div.header ul.nav li {
	float: left;
}

/* Article
-------------------------------------------------- */
div.article-wrapper {
	float: right;
	width: 598px;
}

div.article {
	float: left;
	width: 386px;
	margin-top: 12px;
}

div.article-wrapper h1 {
	padding: 6px 8px 5px;
	background-color: #003366;
	font-size: 1.4em;
	color: #fff; 
}

div.article h2 {
	margin-bottom: 1em;
	padding: 6px 5px 5px;
	background-color: #18358e;
	font-size: 1em;
	color: #fff; 
}
div.article h2 a { color: #fff;}
div.article h2 a:hover { background-color: none;}

div.article h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 4px 5px 3px;
	border: #e5e5e5 solid 1px;
	background-color: #eeffff;
	font-size: 1em;
	color: #006699; 
}

div.related h3 {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding: 5px 5px 5px 26px;
	border: #006599 solid 1px;
	background: #006599 url(/glossary/images/title_related.png) 0 0 no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #fff ! important;
}

div.article h4 {
	height: 18px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 0 5px 0 14px;
	background: transparent url(images/title_h4.png) 0 0 no-repeat;
	font-size: 1em;
	color: #006699;
}
*html div.article h4 { padding-top: 2px;}
html>/**/body div.article h4 {
	padding-bottom /***/: 5px\9;
	background-position: left bottom\9;
}

div.article h5 {
	height: 18px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 0 5px 0 0;
	background: transparent url(/glossary/images/title_h4.png) -20px 0 no-repeat;
	font-size: 1em;
	color: #006699;
}
*html div.article h5 { padding-top: 2px;}
html>/**/body div.article h5 {
	padding-bottom /***/: 5px\9;
	background-position: left bottom\9;
}

div.article p {
	margin-bottom: 1em;
	line-height: 1.8em;
}

div.article ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
	line-height: 1.6em;
}
div.article ul:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden;}
div.article ul { display: inline-block;}
/* MacIE begin \*/
*+html div.article ul { height: 1%;}
* html div.article ul { height: 1%;}
div.article ul { display: block;}
/* Mac IE end */

div.article ul li {}

div.article ul.related,
div.article ul.taglist {
	margin: 0 0 1em;
	list-style-type: none;
}

div.article ul.related li,
div.article ul.taglist li {
	float: left;
	width: 167px;
	padding-left: 16px;
	margin-right: 10px;
	margin-bottom: 0.5em;
	background: transparent url(images/arrow_article_nav.png) 0 3px no-repeat;
	line-height: 1.4em;
}

* html div.article ul.related li { width: 181px}
* html div.article ul.taglist li { width: 181px}

div.related p span.tag {
	display: block;
	padding: 5px 10px;
	border: #d9d9d9 solid 1px;
	background-color: #f2f2f2;
}

p.go-top {
	clear: both;
	margin-right: 212px;
	text-align: right;
}

/* Top */
div.top-index ul {
	margin: 0 0 1em;
	list-style: none;
}

div.top-index ul li {
	float: left;
	margin-right: 1em;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-left: 16px;
	background: transparent url(images/arrow_article_nav.png) 0 6px no-repeat;
	line-height: 2em;
}

/* PukiWiki */
dl {
	margin-bottom: 1em;
}
dt {
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

dd {
	margin-left:2em;
}

pre {
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.5em;
	margin-left:1em;
	margin-right:2em;
	white-space:pre;
	color:black;
	background-color:#F0F8FF;
}

thead td.style_td,
tfoot td.style_td {
	color:inherit;
	background-color:#D0D8E0;
}
thead th.style_th,
tfoot th.style_th {
	color:inherit;
	background-color:#E0E8F0;
}
.style_table {
	padding:0px;
	border:0px;
	text-align:left;
	color:inherit;
	background-color:#ccd5dd;
}
.style_th {
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#EEEEEE;
}
.style_td {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
}

div.ie5 {}

span.noexists {
	color:inherit;
	background-color:#FFFACC;
}

.small { font-size:0.9em; }

.super_index {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:0.8em;
	vertical-align:super;
}

a.note_super {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:8px;
	vertical-align:3px;
}

div.jumpmenu {
	font-size:0.8em;
	text-align:right;
}

hr.full_hr {
	border-style:ridge;
	border-color:#ccc;
	border-width:1px 0px;
}
hr.note_hr {
	width:90%;
	border-style:ridge;
	border-color:#ccc;
	border-width:1px 0px;
	text-align:center;
	margin:1em auto 0em auto;
}

span.size1 {
	font-size:xx-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size2 {
	font-size:x-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size3 {
	font-size:small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size4 {
	font-size:medium;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size5 {
	font-size:large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size6 {
	font-size:x-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size7 {
	font-size:xx-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}

/* html.php/catbody() */
strong.word0 {
	background-color:#FFFF66;
	color:black;
}
strong.word1 {
	background-color:#A0FFFF;
	color:black;
}
strong.word2 {
	background-color:#99FF99;
	color:black;
}
strong.word3 {
	background-color:#FF9999;
	color:black;
}
strong.word4 {
	background-color:#FF66FF;
	color:black;
}
strong.word5 {
	background-color:#880000;
	color:white;
}
strong.word6 {
	background-color:#00AA00;
	color:white;
}
strong.word7 {
	background-color:#886800;
	color:white;
}
strong.word8 {
	background-color:#004699;
	color:white;
}
strong.word9 {
	background-color:#990099;
	color:white;
}

/* html.php/edit_form() */
.edit_form { clear:both; }



div#navigator {
	display:none;
}

div#note {
	clear:both;
	padding:0px;
	margin:0px;
}

div#attach {
	display:none;
}

div#toolbar {
        display:none;
}

div#lastmodified {
	font-size:80%;
	padding:0px;
	margin:0px;
}

div#preview {
	color:inherit;
	background-color:#F5F8FF;
}

/* aname.inc.php */
.anchor {}
.anchor_super {
	font-size:xx-small;
	vertical-align:super;
}

/* br.inc.php */
br.spacer {}

/* calendar*.inc.php */
.style_calendar {
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}
.style_td_caltop {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:80%;
	text-align:center;
}
.style_td_today {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}
.style_td_sat {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}
.style_td_sun {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}
.style_td_blank {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_day {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_week {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
	color:inherit;
	background-color:inherit;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
}
span.calendar_viewer_left {
	color:inherit;
	background-color:inherit;
	float:left;
}
span.calendar_viewer_right {
	color:inherit;
	background-color:inherit;
	float:right;
}

/* clear.inc.php */
.clear {
	margin:0px;
	clear:both;
}

/* counter.inc.php */
div.counter { font-size:70%; }

/* diff.inc.php */
span.diff_added {
	color:blue;
	background-color:inherit;
}

span.diff_removed {
	color:red;
	background-color:inherit;
}

/* hr.inc.php */
hr.short_line {
	text-align:center;
	width:80%;
	border-style:solid;
	border-color:#ccc;
	border-width:1px 0px;
}

/* include.inc.php */
h5.side_label { text-align:center; }

/* new.inc.php */
span.comment_date { font-size:x-small; }
span.new1 {
	color:red;
	background-color:transparent;
	font-size:x-small;
}
span.new5 {
	color:green;
	background-color:transparent;
	font-size:xx-small;
}

/* popular.inc.php */
span.counter { font-size:70%; }
ul.popular_list {
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list {
}

/* ref.inc.php */
div.img_margin {
	margin-bottom: 1em;
}

/* vote.inc.php */
td.vote_label {
	color:inherit;
	background-color:#FFCCCC;
}
td.vote_td1 {
	color:inherit;
	background-color:#DDE5FF;
}
td.vote_td2 {
	color:inherit;
	background-color:#EEF5FF;
}

/* Article Navi */
div.article-nav {
	float: right;
	width: 200px;
}

div.article-nav div.search {
	width: 200px;
	height: 60px;
	padding: 12px 0;
	background: #fff url(images/search.png) 0 12px no-repeat;
	position: relative;
}
* html div.article-nav div.search { height: 84px;}

div.article-nav div.search input.input-text {
	width: 138px;
	height: 15px;
	border: #ccc solid 1px;
	position: absolute;
	top: 44px;
	left: 8px;
}
* html div.article-nav div.search input.input-text { width: 140px; height: 17px;}

div.article-nav div.search input.submit-botton {
	position: absolute;
	top: 43px;
	right: 8px;
}

div.article-nav div.nav {
	padding: 10px;
	border-top: #e5e5e5 solid 1px;
}

div.article-nav div.nav ul {
	list-style-type: none;
}

div.article-nav div.nav ul li {
	padding-left: 16px;
	background: transparent url(images/arrow_article_nav.png) 0 6px no-repeat;
	line-height: 2em;
}

div.article-nav div.nav ul li ul li {
	padding-left: 12px;
	background: transparent url(images/arrow_article_nav_child.png) 0 10px no-repeat;
}


/* Side Navi
-------------------------------------------------- */
div.side-navi {
	width: 170px;
}

/* Nav */
div.side-navi div.nav ul {
	border-top: silver solid 1px;
	list-style-type: none;
}

div.side-navi div.nav ul li {
	font-size: 12px;
}

div.side-navi div.nav ul li span {
	display: block;
	padding: 3px;
	background-color: #ccc;
	font-weight: bold;
	font-size: 12px;
}

div.side-navi div.nav ul li a {
	text-decoration: none;
}

div.side-navi div.nav ul li ul {
	margin: 2px 3px 20px;
	border-top: none;
}

div.side-navi div.nav ul li ul li {
	margin-bottom: 3px;
	padding-top: 1px;
	padding-left: 23px;
	background: transparent url(images/link_button.gif) 0 0 no-repeat;
	line-height: 1.6em;
}

/* Banner */
div.side-navi div.banner ul {
	list-style-type: none;
}

div.side-navi div.banner ul li {
	margin: 1px;
}

div.side-navi div.banner ul li span {
	display: block;
	background-color: #ccc;
	font-weight: normal;
	font-size: 10px;
}

div.side-navi div.banner ul li ul {
	margin-bottom: 20px
}

div.side-navi div.banner ul li ul li {
	margin: 0px;
}


/* Footer
-------------------------------------------------- */
div.footer {
	background-color: #e4e4e4;
}

ul.footer-nav {
	float: left;
	list-style: none;
	margin: 5px 0;
	padding-left: 8px;
	background: transparent url(images/pipe.png) 100% 2px no-repeat;
}

ul.footer-nav li {
	float: left;
	padding-left: 11px;
	padding-right: 10px;
	background: transparent url(images/pipe.png) 0 2px no-repeat;
}

ul.footer-nav li a {
	text-decoration: none;
}

div.footer address.copyright {
	clear: left;
	padding: 5px 3px 3px;
	background-color: #18358e;
	text-align: right;
	font-style: normal;
	color: #fff;
}
