@charset "iso-8859-1";

/*
 * File      : pukiwiki.css.php
 * Version   : 1.00
 * Update    :
 * 1.00 2007.3.19: draw up
 *
 * present by ikuyubon.com
 */


/*全体*/
html {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.pkg:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0.1em;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
}

* html .pkg {
	display: inline-block;
	height: 1%;
}

.pkg { display: block; }

body {
	background: #FFFdFF;
	background-image:url(bg_qcm.jpg);
	background-repeat:  repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",verdana, Arial, sans-serif;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	min-width: 1200px;

}

#container {
	background: #FFFFFF;
	margin: 0px auto;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	width: 1195px;
}

#container-inner {
	background: #fffdff;
	border-color: #292e33;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	position: static; width: auto;
}

/*バナー部分*/
#header {
	background-color: #6090EF;
	position: relative;
	/width: 986px;
	width: 1190px;
}

#header-inner {
	border-color: #000080;
	background-color: #e9e7fe;
	background-image:url(title_bg_qcm.jpg);
	background-repeat:  repeat-x;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 16px 0px;
	position: static;
}

.title {
	color: #1;
	font-family: verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-color:black;
	line-height: 100%;
	margin: 0px 0px 0px 10px;
}

.description {
	color: #FFFFFF;
	font-family: verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 112.5%;
	margin: 5px 0px 0px 20px;
}

#header a { color: #FFFFFF; text-decoration: none; }
#header a:hover { color: #FF0000; }

/*ヘッダーロゴ部分*/
img#logo {
	float: left;
	margin-right: 10px;
}

/*ナビゲーター(バナー下部分)*/
#navigator {
	clear: both;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#navigator a { color: #FFFFFF; text-decoration: none; }
#navigator a:hover { color: #FFFFFF; }

/*ページ部分*/
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

/*メイン部分*/
#body {
	background: #efeded;
	display: inline;
	float: left;
	min-height: 1px;
	position: relative;
	width: 920px;
}

#body-inner {
	background: #FFFFFF;
	display: block;
	margin: 10px 15px 15px 15px;
	position: static;
	width: 890px;
}

/*メニューバー部分*/
#menubar {
	display: inline;
	float: left;
              font-size: 20px;
	min-height: 1px;
	position: static; /relative;
	width: 260px;
}

#menubar-inner {
	display: block;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
	position: static;
	width: 240px;
}

#menubar ul {
	line-height: 130%;
	margin: 1.0em 1em 0.5em 0.5em;
	padding:0px 0.5em 0px 1em;
}

#menubar ul li { line-height:110%; }

#menubar h4 { font-size:110%; }

/*注釈部分*/
#note {
	/background-color: #E0FFFF;
	background-color: #e9e7fe;
	border: solid 1px #6090EF;
	clear: both;
	margin: 20px 10px 10px 10px;
	padding: 5px 5px 10px 5px;
}

/*フッター部分*/
#footer {
	background: #6090EF;
	color: #FFFFFF;
	font-size: 90%;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

#footer a:link,#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active,#footer a:hover {
	color: #CCFFFF;
	text-decoration: none;
}

.footer {
	margin: 0px;
}

/*フッター(アイコン)部分*/
#toolbar {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*フッター(リンク)部分*/
#related {
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

/*プレビュー画面*/
#preview {
	background-color: #FFFFFF;
	color: inherit;
}

/*リンク設定*/
a:link {
	color: #6090EF;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/*書式設定*/
pre, dl, ol, p, blockquote { line-height:130%; }

blockquote { margin-left:32px; }

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-left: 1em;
}

em { font-style:italic; }

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

p {
	margin: 0px 5px 5px 10px;
}

pre {
	background-color:#E0FFFF;
	border: 1px solid #6090EF;
	color:black;
	font-size: 90%;
	margin: 5px 1em 10px 1em;
	padding: 0.5em;
	white-space: pre;
}

strong { font-weight:bold; }

ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	line-height: 130%;
}

ul.list1 { list-style-type:disc; }
ul.list2 { list-style-type:circle; }
ul.list3 { list-style-type:square; }
ol.list1 { list-style-type:decimal; }
ol.list2 { list-style-type:lower-roman; }
ol.list3 { list-style-type:lower-alpha; }

h2 {
	background: #06E291;
	background-image:url(h2.png);
	background-repeat:  repeat-x;
	border-left: 5px solid #00FFFF;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 0px 5px 10px;
	padding: 6px 0px 6px 10px;

}

h3 {
	background: #FFA600;
	background-image:url(h3.png);
	background-repeat:  repeat-x;
	border: outset 2px #FFFF80;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 6px 0px 6px 10px;
}

h2 a:link,h2 a:visited,h3 a:link,h3 a:visited {
	color: #000000;
	text-decoration: none;
}

h2 a:active,h2 a:hover,h3 a:active,h3 a:hover {
	color: #FF0000;
	text-decoration: none;
}

h4 {
	background-color: #0E8AC8;
	background-image:url(h4.png);
	background-repeat:  repeat-x;
	border: outset 2px #80FFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 5px;
	padding: 4px;
}

h5, h6 {
	background-image:url(h4.png);
	background-color: #6090EF;
	border: outset 2px #CCFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	width: 100%;
}

h4 a:link,h4 a:visited,h5 a:link,h5 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h4 a:active, h4 a:hover,h5 a:active, h5 a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*テーブル設定*/
thead td.style_td,
tfoot td.style_td {
	background-color: #E0FFFF;
	color: inherit;
}

thead th.style_th,
tfoot th.style_th {
	background-color: #CCFFFF;
	color: inherit;
}

.style_table {
	background-color: #6090EF;
	border: 0px;
	color: inherit;
	margin: 5px 1em 10px 2em;
	padding: 0px;
	text-align: left;
}
.style_th {
	background-color: #E0FFFF;
	color: inherit;
	margin: 1px;
	text-align: center;
	padding: 5px;
}
.style_td {
	background-color:#FFFFFF;
	color: inherit;
	margin: 1px;
	padding: 5px;
}

/*水平線*/
hr.full_hr {
	border-color: #6090EF;
	border-style: solid;
	border-width: 1px 0px;
}

hr.note_hr {
display: none;
}

div.ie5 { text-align:center; }

.small { font-size:80%; }

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

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

a.note_super {
	background-color: inherit;
	color: #DD3333;
	font-weight: bold;
	font-size: 60%;
	vertical-align: super;
}

div.jumpmenu {
	font-size: 60%;
	text-align: right;
}

span.size1 {
	display: inline;
	font-size: xx-small;
	line-height: 130%;
	text-indent :0px;
}

span.size2 {
	display: inline;
	font-size: x-small;
	line-height: 130%;
	text-indent: 0px;
}

span.size3 {
	display: inline;
	font-size: small;
	line-height: 130%;
	text-indent: 0px;
}

span.size4 {
	display: inline;
	font-size: medium;
	line-height: 130%;
	text-indent: 0px;
}

span.size5 {
	display: inline;
	font-size: large;
	line-height: 130%;
	text-indent: 0px;
}

span.size6 {
	display: inline;
	font-size: x-large;
	line-height: 130%;
	text-indent: 0px;
}

span.size7 {
	display: inline;
	font-size: xx-large;
	line-height: 130%;
	text-indent: 0px;
}

/* 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; }


#attach {
	clear: both;
	margin: 0px;
	padding: 0px;
}

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

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

/* calendar*.inc.php */
.style_calendar {
	background-color: #6090EF;
	border :0px;
	color: inherit;
	font-size: 15px;
	margin: 3px 1em 10px 1em;
	padding: 0px;
	text-align: center;
}
.style_td_caltop {
	background-color:#E0FFFF;
	color: inherit;
	font-size: 70%;
	margin: 1px;
	padding: 5px;
	text-align: center;
}
.style_td_today {
	background-color: #6090EF;
	color: #FFFFFF;
	margin: 1px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}
.style_td_sat {
	background-color: #CCFFFF;
	color: inherit;
	margin: 1px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}
.style_td_sun {
	background-color: #FFB9B9;
	color: inherit;
	margin: 1px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}
.style_td_blank {
	background-color: #E0FFFF;
	color: inherit;
	margin: 1px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}
.style_td_day {
	background-color: #E0FFFF;
	color: inherit;
	margin: 1px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}
.style_td_week {
	background-color: #CCFFFF;
	color: inherit;
	font-size: 80%;
	font-weight: bold;
	margin: 1px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

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

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

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

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

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

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

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

/* navi.inc.php */
ul.navi {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
li.navi_none {
	display: inline;
	float: none;
}
li.navi_left {
	display:inline;
	float:left;
	text-align:left;
}
li.navi_right {
	display: inline;
	float: right;
	text-align: right;
}

/* new.inc.php */
span.comment_date { font-size:x-small; }
span.new1 {
	background-color: transparent;
	color: red;
	font-size: x-small;
}
span.new5 {
	background-color: transparent;
	color: green;
	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-left: 32px;
	margin-right: 32px;
}

/* vote.inc.php */
td.vote_label {
	background-color: #6090EF;
	color: #FFFFFF;
	font-size:14px;
}
td.vote_td1 {
	background-color: #CCFFFF;
	color: inherit;
	font-size: 13px;
}
td.vote_td2 {
	background-color: #9DFFFF;
	color: inherit;
	font-size: 13px;
}