@charset "UTF-8";

/* =====================================================================
*
*    SiFine CSS
*    http://noew.blog61.fc2.com/
*    *Copyright (c) 2009, 題名のない物語. Some Rights Reserved.
*    *License: [CC-BY]http://creativecommons.org/licenses/by/2.1/jp/
*    
* =================================================================== */

/* カスタマイズ用
------------------------------------------------- */
.entry_body {
	font-size: 11px; /* 記事のフォントサイズ */
	line-height: 1.7; /* 記事の行間 */
}

/* リセット
------------------------------------------------- */
html, body, div, span, applet, object, embed, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td, dt {
	font-weight: normal;
	text-align: left;
}

a img, iframe {
	border: none;
}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 100%;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol {
	margin-left: 2em;
}

/* == clearfix == */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* 基本
------------------------------------------------- */
body {
	background: #fff;
	color: #1b1310;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

/* ハイパーテキスト
------------------------------------------------- */
a {
	overflow: hidden; /* for Fx */
	text-decoration: underline;
}

a:link {
	color: #9a0a10;
}

a:visited {
	color: #9a0a10;
}

a:focus,
a:hover {
	background-color: #9a0a10;
	color: #ffffff;
	text-decoration: none;
}

a:active {
	background-color: #e8cfc2;
	color: #9a0a10;
}

/* イメージ
------------------------------------------------- */
img,
a img {
	border: none;
}

	
.emoji {
	vertical-align: middle;
}

/* 基本要素
------------------------------------------------- */
h1 {
	font-size: 180%;
}

	
h2 {
	font-size: 108%;
}

	
h3 {
	font-size: 100%;
}

	
h4,h5,h6 {
	font-size: 100%;
}

table {
	font-size: 12px;
}

/* レイアウト
------------------------------------------------------------ */
#wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 22px;
	position: relative;
	width: 962px;
}

#header {
	margin: 0 7px;
	overflow: hidden;
	text-align: left;
}

#contents {
	margin: 0 7px;
	position: relative;
}

#main {
	display: inline;
	float: right;
	_height: 800px;
	margin: 20px 209px 20px 0;
	min-height: 800px;
	width: 529px;
}

#sidemenu {
	float: left;
	margin: 20px 10px 20px 4px;
	width: 195px;
}

#leftmenu {
	padding-right: 10px;
	width: 185px;
}

#rightmenu {
	padding-left: 10px;
	position: absolute;
	right: 4px;
	_left: 748px;
	top: 50px;
	width: 185px;
}

#footer {
	font-size: 10px;
	margin: 0 7px;
}

/* ラッパー
------------------------------------------------------------ */
#wrapper {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3w_wrap.gif) repeat-y 22px 0;
}

/* ヘッダー
------------------------------------------------------------ */
#header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3w_header_bg.gif) no-repeat 0 0;
	height: 154px;
}

#sitename {
	margin: 65px 20px 10px;
}

#sitename a {
	color: #333;
	font-family: "Century Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 18px;
	text-decoration: none;
}

#sitename a:hover {
	background-color: transparent;
	color: #bbb;
}

#description {
	color: #aaa;
	font-size: 10px;
	line-height: 1.5;
	margin: 0 20px;
}

/* コンテンツ
------------------------------------------------------------ */
#contents {
	line-height: 1.5;
	margin-top: 1px;
	text-align: left;
}

/* ページナビ
------------------------------------------------------------ */
.page_navi {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_pagenavi_bg.gif);
	clear: both;
	height: 30px;
	overflow: hidden;
}

.page_navi li {
	float: left;
	height: 20px;
}

.page_navi .prev,
.page_navi .next {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3w_pagenavi_disable.gif) no-repeat;
	width: 268px;
}

.page_navi .prev {
	margin: 5px 0 5px 4px;
	_margin-left: 2px;
}

.page_navi .prev_exist {
	background-image: none!important;
}

.page_navi .home {
	margin: 5px;
	width: 392px;
}

.page_navi .next {
	margin: 5px 4px 5px 0;
}

.page_navi .next_exist {
	background-image: none!important;
}

.page_navi a {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3w_pagenavi_btn.gif) no-repeat -1000px -1000px;
	display: block;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -32768px;
}

.page_navi .prev_exist a {
	background-position: -392px 0;
}

.page_navi .prev_exist a:hover {
	background-position: -392px -20px;
}

.page_navi .home a {
	background-position: 0 0;
}

.page_navi .home a:hover {
	background-position: 0 -20px;
}

.page_navi .next_exist a {
	background-position: -660px 0;
}

.page_navi .next_exist a:hover {
	background-position: -660px -20px;
}

.page_navi:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.page_navi {
	display: inline-block;
}

* html .page_navi {
	height: 30px;
}

.page_navi {
	display: block;
}

/* ページトップへ
------------------------------------------------------------ */
.pagetop {
	bottom: 10px;
	left: 50%;
	margin-left: 475px;
	position: fixed;
	_position: absolute;
}

.pagetop a {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_pagetop.gif) no-repeat 0 0;
	display: block;
	height: 122px;
	overflow: hidden;
	text-indent: -32768px;
	width: 22px;
}

.pagetop a:hover {
	background-position: -25px 0;
}

/* メインコンテンツ
------------------------------------------------------------ */
#main {
}

.entry {
	margin-bottom: 30px;
}

.entry_header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_blue.gif) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
}

.week_Sun .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_blue.gif);
}

.week_Mon .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_red.gif);
}

.week_Tue .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_purple.gif);
}

.week_Wed .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_green.gif);
}

.week_Thu .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_yellow.gif);
}

.week_Fri .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_bpurple.gif);
}

.week_Sat .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_gray.gif);
}

.entry_header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.entry_header a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_info {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_entry_info_bg.gif);
	padding: 5px 10px;
}

.entry_info li {
	color: #fff;
	display: inline;
	font-size: 10px;
	line-height: 1;
	margin-right: 1px;
}

.entry_info .category {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_foldericon.gif) no-repeat 0 50%;
	padding-left: 12px;
}

.entry_info li a {
	color: #fff;
	text-decoration: none;
}

.entry_info li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_body {
	background-color: #eee;
	padding: 10px;
}

.entry_body .entry_more {
	margin: 0;
	padding: 15px 15px 15px 0;
}

.entry_more a {
	background-color: #57a2ff;
	border-left: 5px solid #ccc;
	color: #fff!important;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
}

.entry_more a:hover {
	background-color: #333!important;
	text-decoration: none!important;
}

.entry_body .tag_list {
	background-color: #ccc;
	border: none;
	font-size: 10px;
	margin: 10px 0 0;
	padding: 5px;
}

.entry_body .theme {
	font-size: 10px;
	margin: 10px 0 0;
}

.entry_body .tag_list dt,
.entry_body .theme li {
	font-weight: bold;
	list-style-type: square;
}

.entry_body .tag_list a {
	text-decoration: none;
}

.entry_body .tag_list dt,
.entry_body .tag_list dd {
	border: none;
	display: block;
	float: left;
	margin: 0 5px 3px 0;
	padding: 0;
}

.entry_body .tag_list a {
	background-color: #bbb;
	border: 1px solid #aaa;
	color: #333;
	padding: 1px 3px;
}

.entry_body .tag_list a:hover {
	background-color: #999;
	border-color: #888;
	color: #333;
	text-decoration: none;
}

/* == clearfix == */
.entry_body .tag_list:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.entry_body .tag_list {
	display: inline-block;
}

* html .entry_body .tag_list {
	height: 1%;
}

.entry_body .tag_list {
	display: block;
}

/* == clearfix == */
.entry_footer {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_footer.gif) no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0 10px;
	text-align: right;
}

.entry_footer li {
	display: inline;
	font-weight: bold;
	line-height: 30px;
	list-style-type: none;
}

.entry_footer a {
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

.entry_footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_footer li.comment {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_cmicon.gif) no-repeat 0 50%;
	line-height: 1;
	padding-left: 13px;
}

.entry_footer li.tb {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_tbicon.gif) no-repeat 0 50%;
	line-height: 1;
	padding-left: 13px;
}

/* clap + bookmark */
.fc2_footer {
	margin: 10px 0 0;
}

/* エントリー
------------------------------------------------------------ */
.entry_body a {
	color: #57a2ff;
	text-decoration: none;
}

.entry_body a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
	font-weight: bold;
	margin: 0 0 0.5em;
}

.entry_body h2 {
	font-size: 15px;
}

.entry_body h3 {
	font-size: 14px;
}

.entry_body h4 {
	font-size: 13px;
}

.entry_body h5 {
	font-size: 12px;
}

.entry_body h6 {
	font-size: 11px;
}

.entry_body p {
	margin: 0.3em 1em;
}

.entry_body ul,
.entry_body ol {
	margin: 1em 0 1em;
}

.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
}

.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

.entry_body dl {
	border: 1px solid #999999;
	margin: 1em 1.5em;
	padding: 1em 1em 0;
}

.entry_body dt {
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
}

.entry_body dd {
	margin: 0 1em 1em;
}

.entry_body blockquote {
	background-color: #fff;
	border: 3px solid #ddd;
	margin: 5px;
	padding: 5px;
}

.entry_body fieldset {
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
}

.entry_body legend {
	background-color: #ffffff;
	padding: 10px;
}

.entry_body .baton_q {
	padding: 2px;
}

.entry_body .baton_a {
}

.entry_body .q_number{
	color: #910000;
	padding: 3px;
}

.entry_body .a_number{
	border-right: 3px solid #999999;
	color: #999999;
	font-weight: bold;
	margin-right: 5px;
	padding-right: 5px;
}

.entry_body pre {
	background-color: #444;
	color: #fff;
	font-family: sans-serif;
	line-height: 1.2;
	margin: 1em auto;
	overflow: auto;
	padding: 5px 10px;
	width: 90%;
}

#more {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

/* for without MacIE5 \*/
.entry_body pre {
	overflow: scroll;
}

/**/
.entry_body > pre {
	width: auto;
}

.entry_body code {
	font-family: monospace;
}

.entry_body img.left {
	margin-right: 10px;
	float: left;
}

.entry_body img.right {
	margin-left: 10px;
	float: right;
}

.entry_body a img {
	border: 4px solid #fff;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.entry_body a:hover img {
	border-color: #57a2ff;
}

.fc2_footer a,
.fc2_footer a:hover {
	background-color: transparent;
}

.entry_body a img.emoji,
.entry_body a:hover img.emoji {
	background-color: transparent;
	border: none;
}

.entry_body table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	margin: 0 0 1em;
}

.entry_body table caption {
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}

.entry_body th {
	background-color: #444;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 4px;
	vertical-align: middle;
}

.entry_body td {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	padding: 3px 4px;
	vertical-align: middle;
}

.entry_body strong {
	font-weight: bold;
}

.entry_body strike,
.entry_body del {
	text-decoration: line-through;
}

.entry_body em {
	font-style: italic;
}

.entry_body hr {
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
}

/* コメント/トラックバック/記事一覧
------------------------------------------------------------ */
#cm, #tb {
	margin-left: 5px;
	margin-right: 5px;
}

.sub_header {
	height: 17px;
	margin-bottom: 15px;
	text-indent: -32768px;
}

#cm .sub_header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_cmcaption.gif) no-repeat;
	width: 93px;
}

#tb .sub_header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_tbcaption.gif) no-repeat;
	width: 110px;
}

.sub_title {
	background-color: #eee;
	color: #333;
	font-weight: bold;
	margin: 0 10px 5px 10px;
	padding: 2px 10px;
}

.sub_body {
	color: #666;
	font-size: 11px;
	margin: 0 20px;
	padding-bottom: 10px;
}

.list_body {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}

.list_body li {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 1px;
}

.sub_footer {
	border-top: 1px dotted #ccc;
	color: #666;
	font-size: 10px;
	margin: 0 10px;
	padding: 5px 0 20px 0;
	text-align: right;
}

.sub_footer li {
	display: inline;
	list-style-type: none;
}

.sub_footer a {
	text-decoration: none;
}

	
.form {
	font-size: 11px;
	padding-bottom: 20px;
}

.form dl {
	margin-left: 10px;
	margin-right: 10px;
}

.form dt {
	font-weight: bold;
	margin-bottom: 2px;
}

.form dt label {
	font-weight: bold;
}

.form dd {
	margin-bottom: 10px;
}

.form textarea {
	background-color: #333;
	border: none;
	color: #fff;
	height: 80px;
	padding: 1px 2px;
	width: 300px;
}

.trackback_url input,
.form input {
	background-color: #333;
	border: none;
	color: #fff;
	padding: 1px 2px;
	width: 200px;
}

.trackback_url input {
	width: 300px;
}

.form input[type="password"] {
	width: 60px;
}

.form #himitu {
	background-color: auto;
	border: auto;
	height: auto;
	margin-right: 0.5em;
	width: auto;
}

.form_btn {
	clear: both;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

#comment_form {
	margin-bottom: 30px;
}

.trackback_url {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 30px;
	text-align: left;
}

.trackback_url input {
	font-size: 11px;
	padding: 1px;
	width: 85%;
}

.trackback_url a {
	font-size: 11px;
}

/* プラグイン3 (メインコンテンツ)
------------------------------------------------------------ */
.plg3_header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_blue.gif) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
}

.plg3_body {
	border: 1px solid #ccc;
	border-top: none;
	font-size: 11px;
	margin-bottom: 30px;
	padding: 5px 10px;
}

.plg3_body a {
	color: #919191;
	text-decoration: none;
}

.plg3_body a:hover {
	background-color: transparent;
	color: #222;
	text-decoration: underline;
}

.plg3_body li {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_sidemenu_list.gif) no-repeat 0 50%;
	line-height: 12px;
	margin-bottom: 5px;
	padding-left: 10px;
}

/* サイドメニュー
------------------------------------------------------------ */
#sidemenu {
	font-size: 11px;
}

#sidemenu a {
	color: #919191;
	text-decoration: none;
}

#sidemenu a:hover {
	background-color: transparent;
	color: #222;
	text-decoration: underline;
}

.sidemenu_body {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_vertical_border.gif) repeat-y;
}

#leftmenu {
	background-position: 100% 0;
}

#rightmenu {
	background-position: 0 0;
}

.sidemenu_body .plg_footer {
	margin: -20px 0 20px;
}

.sidemenu_body .plg_title {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_sidemenu_dt.gif) no-repeat 0 3px;
	color: #888;
	font-weight: bold;
	line-height: 19px;
	padding: 0 17px;
}

.sidemenu_body .plg_body {
	margin-bottom: 20px;
	padding: 10px 7px;
}

.sidemenu_body .plg_body input {
	margin: 2px;
}

.sidemenu_body .plg_body li {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_sidemenu_list.gif) no-repeat 0 50%;
	line-height: 12px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#sidemenu input {
	max-width: 99%;
}

/* カレンダー
------------------------------------------------------------ */
table.calender {
	font-size: 10px;
	margin: 0 auto;
	width: 100%;
}

table.calender caption {
	padding: 0 0 5px;
	text-align: center;
}

table.calender caption a {
	text-decoration: none;
}

table.calender th {
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
	padding: 0.1em;
	text-align: center;
}

table.calender td {
	padding: 0.1em;
	text-align: center;
}

table.calender td a {
	background-color: #ccc;
	color: #fff!important;
	display: block;
	text-decoration: none;
}

table.calender td a:hover {
	background-color: #666!important;
	text-decoration: none;
}

table.calender th#sun {
	color: #ff0000;
}

table.calender th#sat {
	color: #0000ff;
}

/* Piyo
------------------------------------------------------------ */
.tab {
	margin: 0;
	padding: 0;
	text-align: left;
}

.tab input{
}

.tab input.b1 {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	margin: 0 5px -1px 5px;
	padding: 1px 3px;
	width: 65px;
}

.tab input.b2 {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	margin-bottom: -1px;
	padding: 1px 3px;
	width: 65px;
}

.tab input[type="button"] {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	cursor: pointer;
	padding: 1px 3px;
}

.mylog {
	text-align: left;
}

.mylog img {
	vertical-align: middle;
}

.mylog #lay1 {
	border: 1px solid #910000;
	margin: 0 0 5px 0;
	padding-top: 10px;
}

.mylog #lay2 {
	border: 1px solid #910000;
	margin: 0 0 5px 0;
	padding-top: 10px;
}

.mylog .nickname {
	margin-left: 5px;
}

.mylog .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.mylog dl {
	margin: 0;
	padding: 0;
}

.mylog dt.day {
	background-image: none;
	font-size: 11px;
	margin-left: 5px;
	padding: 0;
	text-align: left;
}

.mylog dd.piyolog {
	padding: 0 5px 10px 10px;
}

dd.piyolog {
	background: none;
}

.license {
	font-size: 10px;
	text-align: right;
}

/* フッター
------------------------------------------------------------ */
#footer {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_footer_bg.gif);
	color: #333;
	margin-top: 1px;
	padding: 8px 9px;
	text-align: right;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	background-color: transparent;
	color: #000;
}

#footer p {
	margin-bottom: 3px;
}

#footer .copyright {
}

/* 検索ページ
------------------------------------------------------------ */
.titlelist .sub_header,
.search .sub_header {
	background-position: 0 -540px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	margin-bottom: 0;
	padding: 5px 10px;
	text-indent: 0;
}

.search .sub_header {
	background-position: 0 -660px;
}

.titlelist .list_body,
.search .list_body {
	border: 1px solid #ccc;
	border-top: none;
	font-size: 11px;
	margin: 0 0 30px;
	padding: 10px 5px 5px;
}

.titlelist .list_body a,
.search .list_body a {
	color: #919191;
	text-decoration: none;
}

.titlelist .list_body a:hover,
.search .list_body a:hover {
	background-color: transparent;
	color: #222;
	text-decoration: underline;
}

.titlelist .list_body li,
.search .list_body li {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_sidemenu_list.gif) no-repeat 0 50%;
	border-bottom: none;
	line-height: 12px;
	margin-bottom: 5px;
	padding-left: 10px;
}

/* その他
------------------------------------------------------------ */
input[type="submit"] {
	background-color: #000000;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	padding: 1px 10px;
	width: 64px;
}

input[type="submit"]:hover {
	background-color: #7c0000;
}





/* ====== sifine_3columnを微調整 ====== **/
/*
** このテンプレートはデザインを重視しすぎで、可読性の低さを含めユーザビリティが大いに欠けている。適切なカスタマイズが必須。フォントサイズはなるべく12px以上にし、コントラスト修正。コメント欄の微調整も必要。
*/
body {background-color:#000;}
#description {color:#666;font-size:12px;}
.plg3_header {font-size:12px;}
.plg3_body {font-size:12px;}
.plg3_body a:link {color: #009;text-decoration: none;} /* 青にすべき */
.plg3_body a:visited {color: #939;text-decoration: none;} /* 紫にすべき */
.plg3_body a:active {color: #666;text-decoration: underline;}
.plg3_body a:hover {color: #333;text-decoration: underline;}

.entry_header {font-size:14px;}
.entry_info li {font-size:12px;}
.entry_body {font-size:12px;line-height:1.5;background-color:#FBFBFB;}
.entry_body a:hover img {border-color: transparent;}
.entry_more a {font-size:12px;}
.entry_body .tag_list {font-size:12px;}
.entry_body .theme {font-size:12px;}
.entry_footer {font-size:12px;}
.trackback_url input {font-size:12px;}
.trackback_url a {font-size:12px;}
.form {font-size:12px;}
.form dt {margin-bottom:0px;}
.form dd {margin-bottom:0px;}
.form textarea {height:300px;} /* これでコメント欄の高さは確保出来るはずだが、念のためtextarea要素のrowを20ぐらいにしておく */
.form input[type="password"] {width:150px;}
.sub_body {color:#333;font-size:12px;}
#sidemenu {font-size:12px;color:#000;}
.sidemenu_body .plg_title {color:#444;}
#sidemenu a:link {color: #009;text-decoration: none;} /* 青にすべき */
#sidemenu a:visited {color: #939;text-decoration: none;} /* 紫にすべき */
#sidemenu a:active {color: #666;text-decoration: underline;}
#sidemenu a:hover {color: #333;text-decoration: underline;}


/* ====== 汎用カスタマイズ（画像パスは適宜書き換える事） ====== */
/* ===== 多くのテンプレで定義が不適切なため、修正が必要な要素 ===== */
/* ==== テンプレごとに微調整が必要なもの ==== */
/* リンク色（可読性重視） */
a:link {color: #009;text-decoration: none;} /* 青にすべき */
a:visited {color: #939;text-decoration: none;} /* 紫にすべき */
a:active {background-color:transparent;color: #666;text-decoration: underline;}
a:focus, a:hover {background-color:transparent;color: #333;text-decoration: underline;}

/* 見出し・リストなど */
.entry_body h4 {
	margin:10px auto 5px 0px;
	padding-left:3px;
	font-size:14px; /* 16pxは大きすぎる */
	border-left:8px solid #ccc;
	border-bottom:2px solid #ccc;
}
.entry_body h5 {
	margin:10px auto 5px 0px;
	padding-left:3px;
	font-size:13px;
	border-left:6px solid #ccc;
}
.entry_body h6 {
	margin:10px auto 5px 0px;
	padding-left:3px;
	font-size:12px;
	border-left:6px double #ccc;
}
.entry_body ul {
	margin-left: 10px;
	padding-left: 5px;
}
.entry_body ol {
	margin-left: 10px;
	padding-left: 5px;
}
.entry_body dt {
	font-weight:bold;
}
.entry_body dd {
	margin:auto auto 10px 15px;
}

/* 引用 */
/*
** blockquote:after{content:"- " attr(cite)}とすると、cite属性が空でも
** "- "を表示してしまう。よって、content: attr(cite)とする。
*/
blockquote {
/*	margin: 1em 3em 1em 0.5em; */ /* レイアウトが崩れやすいので注意 */
	border: 1px dashed #ccc !important;
	background: #ecf2f5 url(http://blog-imgs-27-origin.fc2.com/s/c/h/schia/blockquote.gif) no-repeat 0.3em 0.3em !important;
	padding: 1em !important;
	width: auto !important; /* auto !importantだと、中身が全部floatする場合IEでへし潰れる。よって下記のclearfix的処理が必要 */
}
blockquote:after {
	font-style: italic;
	text-align: right;
	display: block;
	content: attr(cite);
}
blockquote {display: inline-block;} 
	/* Hides from IE-mac \*/
	* html blockquote {height: 1%;}
blockquote {display: block;}
	/* End hide from IE-mac */
cite {
	font-style: italic;
	text-align: right;
	display: block;
}
cite:before {
	content: "― "; /* クォーテーションダッシュ */
}

/* pre、code */
pre.code {
	background-color: #f7f9fa;
	border: 1px dashed #8cacbb;
	color: #000000;
	font-size: 120%;
	overflow: auto;
	padding: 0.5em;
	width:90%; /* pre element clearing bug in WinIE  */
}
code {
	display: block; /* block要素風に。Firefox3.5系はfloat属性付ブロックレベル要素を中身に持つと表示がバグる */
	background-color: #f7f9fa;
	border: 1px dashed #8cacbb;
	color: #000000;
	font-size: 120%;
	overflow: auto;
	padding: 0.5em;
}


/* ===== エントリ内で使う（どのテンプレートでも利用する）独自クラス ===== */
/* ==== テンプレごとに微調整が必要なもの ==== */
/* 関連記事 */
.related-entries {
	margin:30px auto 15px 20px;
	font-size:12px;
}
.related-entries h3, .related-entries h4, .related-entries h5{
	margin:10px auto 5px 0px;
	padding-left:3px;
	font-size:12px;
	border-left:6px solid #67ADCF;
}

/* 記事分類（出来がよいテンプレでは不要） */
div.classification {
	margin:3px auto;
}
div.classification .classification-scheme {
	color:#4C8199;
}
div.classification .classification-term {
}

/* イメージギャラリー prettyPhoto参考 */
/* テキストリンクのキャプションに一応対応
** CSSの他の箇所などで変に!imporantを使ってる可能性もあるので、適宜!importantを入れる事。
** aとimgに枠線を引くバージョン。
** IE6（透過不完全）、IE7以降、Firefox3、Opera9で動作確認。
** overlay-imageクラスやstyleを含む画像をそのまま囲めばいいと思うが、
** overlay-imageは廃止するかも、styleは不適切なので、消した方がよい。
** 背景が押しつぶされる事の対策は、clearfixを使う→image-gallery組込。
**/
.image-gallery a {
	float: left;
	margin: 0 5px 5px 0 !important;/* overlay-image関連のstyle="margin:"より優先 */
	padding: 2px;
	background: #eee;
	border: 2px solid #9db2b9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.image-gallery img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.image-gallery a img {
	margin: 0px;
	padding: 0px !important; /* overlay-image関連のstyle="margin:"より優先 */
	border: none !important; /* overlay-imageより優先 */;
}
ul.image-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.image-gallery li {
	float: left;
	display: block;
	margin: 0 5px 10px 0; /* 0 5px 5px 0だとキャプションをつけた時わかりづらい */
	padding: 0;
}
.image-gallery a:hover { border: 2px #313739 solid;}
.image-gallery a:hover img { opacity: 0.9;} /* filter:alphaは遅いから使わない */
.image-gallery:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.image-gallery {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .image-gallery {height: 1%;}
.image-gallery {display: block;}
	/* End hide from IE-mac */
.w88h170 li {
	width: 88px; /* 80pxの画像 */
	height: 170px;
	padding: 1px !important; /* 枠線と画像の間に隙間を作る */
	background-color: #bcd5e0; /* 8cacbbとddddddなどから調合 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.w208h192 li {
	width: 208px; /* 192px画像の場合。200pxだと微妙に足りないので少し増やした */
	height: 192px;
}
.w208h224 li {
	width: 208px;
	height: 224px;
}
.w208h240 li {
	width: 208px;
	height: 240px;
}
.w272 li {
	width: 272px; /* 256px画像の場合 */
}
.w400 li {
	width: 400px; /* 384px画像の場合 */
}

/***************************************
・.image-gallery aと同じようなプロパティの.image-gallery imgがあるため、リンク付き画像にスタイルが二重適用される。よって、.image-gallery a imgでの打ち消し処理が必要。
・「a」と「img」にそれぞれ枠線を引くのではなく「a img」「img」とした方が簡単。だが、aとimgに全く別のスタイルを適用する事が出来なくなる。
・.image-gallery imgとすると、<div class="image-gallery"><a><img>のimgに対してborderなどが適用されない事がある。理由は不明。
・CSSは「詳細度」で優先順位が決まる。a imgとimgなら、a imgが優先される。

●●使い方
使用時は以下に注意。
・キャプション対応は、ul-liのみ。divの方は非対応。
　・画像群全体を囲むdiv-画像とキャプションを囲むdiv-キャプションを囲むdiv、の3種類必要で混乱しやすい。
　・画像とキャプションを囲むdivは、キャプションなしだと不要。キャプションありとキャプションなしに対応したCSSを適切に書くのが難しい。
・領域の横幅を定義するクラスを必ず付記する事。横幅が未定義だと以下のような問題が起こる。
　・Firefoxはキャプションが画像の下になるが、OperaやIEだと領域が横に伸びて画像の横に来てしまう。
　・キャプションの文章が長いと、Firefoxでも領域が横に伸びてしまう。
・キャプション部分はdiv class="image-caption"をつけるが、br style="clear:both"でも一応正しく表示出来るはず。
●divギャラリー（キャプションなし）
<div class="image-gallery">
画像
</div>
●ulギャラリー（キャプションなし）
<ul class="image-gallery">
<li>画像</li>
</ul>
●ulギャラリー（キャプションあり）
<ul class="image-gallery w88h170">
<li>画像<div class="image-caption">キャプション</div></li>
</ul>
***************************************/


/* ==== 画像パス以外は、基本的に微調整不要なもの ==== */
/* === 自作またはそれに近い === */
/* (obsolete) オーバーレイ from いろいろ＋prettyPhoto */
a img.overlay-image { /* 要素指定を増やして優先度を上げる。!importantは乱用しない */
	padding:2px;
	background:#eee;
	border:2px solid #9db2b9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a img.overlay-image:hover { border: 2px #313739 solid; opacity: 0.9;} /* 枠線でもopacityが有効になるけど対策は面倒なのでこのまま。a:hoverだと画像フロート時にIE6でへし潰れる。面倒なのでIE6互換性を放棄 */
.original-image {

}

/* 台詞 */
.character-line, .dialogue { /* 統合すべき？ */
	font: monospace; /* 110%だとダッシュの間に隙間ができてしまう。"ＭＳ ゴシック"は機種依存 */
	color: #333;
}

/* 脚注 */
span.footnote{
	font-size: 70%;
}
span.footnote a{
	border: 0;
}
div.footnote{
	font-size: 90%;
	margin: 0 0 1em 20px;
	padding: 8px;
	border: dashed 1px #606060;
}

/* テーブル */
.table-solid-01 {
	border-collapse: collapse;
}
.table-solid-01 th {
	font-weight: bold;
	border: 1px solid #888888;
	}
.table-solid-01 td {
	border: 1px solid #888888;
	}

/* アクセント（strong＞em＞アクセント） */
.accent {
	font-weight: bold;
}

/* 枠線なし */
.no-border {
	border: none !important;
}

/* (obsolete) 汎用色付き枠 */
.greyblock {
	border: 1px solid #ccc;
	background: #f6f6f6;
	padding: 1em;
	width: auto; /* autoだと、中身が全部floatする場合IEでへし潰れる。よって下記のclearfix的処理が必要 */
}
.greyblock:after {
	font-style: italic;
	text-align: right;
	display: block;
	content: attr(cite);
}
.greyblock {display: inline-block;} 
	/* Hides from IE-mac \*/
	* html .greyblock {height: 1%;}
.greyblock {display: block;}
	/* End hide from IE-mac */


/* === 他からほぼそのまま移植 === */
/* table from DokuWiki */
.table-inline {
	background-color: #fff;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 1em;
}
.table-inline th {
	padding: 3px;
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
	color: #000000;
}
.table-inline td {
	padding: 3px;
	border: 1px solid #8CACBB;
}

/* (obsolete) docbook note改 from DokuWiki */
.noteclassic, .noteimportant, .notewarning, .notetip {
  margin: 2em;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  min-height: 40px;
  clear: both;
  text-align: justify;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 15px 20px 15px 80px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
 
.noteclassic {
  /*border: 1px solid #99D;*/
  background-color: #eef;
  background-image: url(http://blog-imgs-27-origin.fc2.com/s/c/h/schia/note.png);
}
 
.noteimportant {
  /*border: 1px solid #ff0;*/
  background-color: #ffc;
  background-image: url(http://blog-imgs-27-origin.fc2.com/s/c/h/schia/important.png);
}
 
.notewarning {
  /*border: 1px solid #d99;*/
  background-color: #fdd;
  background-image: url(http://blog-imgs-27-origin.fc2.com/s/c/h/schia/warning.png);
}
 
.notetip {
  /*border: 1px solid #9d9;*/
  background-color: #dfd;
  background-image: url(http://blog-imgs-27-origin.fc2.com/s/c/h/schia/tip.png);
}

/* imagebox改 from DokuWiki */
div.thumb{
margin-bottom:.5em;
width:auto;
}
div.trien{
float:left;
margin:.5em 1.4em .8em 0;
}
div.tleft{
clear:left;
float:left;
margin:.5em 1.4em .8em 0;
}
div.tright{
clear:right;
float:right;
margin:.5em 0 .8em 1.4em;
}
div.tcenter{
clear:both;
margin:.5em auto .8em auto;
}
div.thumb .thumbinner{
background-color:#F9F9F9;
border:1px solid #CCC;
font-size:94%;
overflow:hidden;
padding:3px;
}
div.thumb .mediabox{
background:#FFF none repeat scroll 0 0;
margin:0;
border:1px solid #CCC!important;
}
div.thumb img{
border:medium none!important;
}
html .thumbcaption{
border:medium none;
font-size:94%;
line-height:1.4em;
padding:3px;
text-align:left;
}
div.thumb .magnify{
background:transparent none repeat scroll 0 0;
border:medium none!important;
}
div.thumb .magnify a,div.thumb .magnify img{
background:transparent none repeat scroll 0 0;
border:medium none!important;
display:block;
}
div.thumb .interwiki{
background-position:0 center;
padding-left:17px;
}

/* clearfix from prettyPhoto */
/*
** float要素は親要素の高さに反映されないため、子要素が全てfloatすると親要素が押しつぶされる。
** float要素の後に<br style="clear:both" />などを入れる代わりに、親要素にこのクラスを使う
*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
.clearfix {display: block;}
	/* End hide from IE-mac */

/* ▼ボックス from DokuWiki box plugin */
div.box {
/*  width: 50%; */
font-size: 120%;
  margin: 1em auto;
  border: 1px solid;
  padding: 4px;
  overflow: hidden;
}
/* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
.xtop, .xbottom {background:transparent; font-size:0; line-height: 1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden; border-style: solid;}
.xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-width:0 1px;}
.xb1 {height: 0; margin:0 5px; border-width:1px 0 0 0;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

div.box .xtop, div.box .xbottom {display: none;}
div.box.round > .xtop, div.box.round > .xbottom {display: block;}
div.box.round { border: none; padding: 0;}
div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
div.box p.box_title, div.box p.box_caption {
  font-size: 90%;
  margin: 0;
  padding: 2px 6px;
  line-height: 1.2em;
}
div.box p.box_title { margin-bottom: 4px;}
div.box p.box_caption { margin-top: 4px;}
div.box .box_content {
  margin: 0;
  padding: 0 6px;
  border-width: 1px;
  border-style: dashed;
  line-height: 1.2em;
}
/* floating alignment */
div.box.left {
  float: left;
  margin-right: 1em;
}
div.box.right {
  float: right;
  margin-left: 1em;
}
div.box, div.box .box_content, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 {
  border-color:  #8cacbb;
}
div.box, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 {
  background: #eef3f8;
}
div.box p.box_title, div.box p.box_caption { background: #dee7ec;}
div.box .box_content { background: #f7f9fa;}
/* must come last to override coloured background when using rounded corners */
div.box.round {
  background: transparent !important;
}
/* IE fixes for unsupported child selector \*/
* html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox, 
* html div.box div.box .xb1, * html div.box div.box .xb2, 
* html div.box div.box .xb3, * html div.box div.box .xb4 {
  border-color:  #8cacbb;
}
* html div.box div.box, * html div.box div.box .xbox, 
* html div.box div.box .xb1, * html div.box div.box .xb2, 
* html div.box div.box .xb3, * html div.box div.box .xb4 {
  background: #eef3f8;
}
* html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: #dee7ec;}
* html div.box div.box .box_content { background: #f7f9fa;}
* html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
* html div.box.round .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
/* ▲ボックスここまで */ 

/* ▼ wrap from DokuWiki plugin */
/* typography系は2011-05-15にプラグインから除去された。でも使い勝手がいいので、継続して使う */
/* all.css(boxやnoteの基本部分以外の多くの設定) */
/* emulate a headline */
.wrap_box h5, .wrap_box h6,
.wrap_info h5, .wrap_important h5, .wrap_alert h5, .wrap_tip h5, .wrap_help h5, .wrap_todo h5, .wrap_download h5, .wrap_note h5, .wrap_info h6, .wrap_important h6, .wrap_alert h6, .wrap_tip h6, .wrap_help h6, .wrap_todo h6, .wrap_download h6, .wrap_note h6 {
    font-size: 115%;
    font-weight: bold;
    font-style: normal;
    display: block;
}
/* emulate a bigger headline with a bottom border */
.wrap_box h4,
.wrap_info h4, .wrap_important h4, .wrap_alert h4, .wrap_tip h4, .wrap_help h4, .wrap_todo h4, .wrap_download h4, .wrap_note h4 {
    font-size: 115%;
    border-bottom: 1px solid #8cacbb;
    font-style: normal;
    text-decoration: none;
    display: block;
}
/* different bigger headline for safety notes */
.wrap_danger h4, .wrap_warning h4, .wrap_caution h4, .wrap_notice h4, .wrap_safety h4 {
    font-size: 115%;
    font-style: normal;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    border-bottom-width: 0;
}
/* change border colour of emulated headlines inside boxes to something more neutral
   (to match all the different background colours) */
.wrap_box h4,
.wrap_info h4, .wrap_important h4, .wrap_alert h4, .wrap_tip h4, .wrap_help h4, .wrap_todo h4, .wrap_download h4, .wrap_note h4 {
    border-bottom-color: #999;
}
/* box
********************************************************************/
/*____________ rounded corners ____________*/
/* (only for modern browsers) */
div.wrap_round {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}
span.wrap_round {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}
/* mark
********************************************************************/
.wrap_lo {
    color: #666;
    font-size: 85%;
}
.wrap_em {
    color: #c00;
    font-weight: bold;
}
/* typography
********************************************************************/
/*____________ font size ____________*/
.wrap_bigger {
    font-size: 125%;
}
.wrap_muchbigger {
    font-size: 200%;
}
.wrap_smaller {
    font-size: 75%;
}

/* style.css(boxやnoteの基本部分などの設定) */
/* box
********************************************************************/
.wrap_box {
    background: #dee7ec;
    color: #333;
/*
    overflow: hidden;
*/
}
div.wrap_box,
div.wrap_danger, div.wrap_warning, div.wrap_caution, div.wrap_notice, div.wrap_safety {
    padding: 1em 1em 1em;
    margin: auto 5px; /* blockquoteなどと合わせる */
    margin-bottom: 1.5em;
}
span.wrap_box,
span.wrap_danger, span.wrap_warning, span.wrap_caution, span.wrap_notice, span.wrap_safety {
    padding: 0 .3em;
}
/*____________ notes with icons ____________*/
/* Icon set URL: http://schollidesign.deviantart.com/art/Human-O2-Iconset-105344123 */
/* general styles for all note divs （wrap_note追加） */
div.wrap_info, div.wrap_important, div.wrap_alert, div.wrap_tip, div.wrap_help, div.wrap_todo, div.wrap_download, div.wrap_note {
    padding: 1em 1em 1.5em 70px;
    margin: .5em 5px; /* blockquoteなどと合わせる */
    min-height: 40px; /* 68pxは高すぎる */
    background-position: 10px 50%;
    background-repeat: no-repeat;
    color: #000;
}
/* special treatment for IE6 */
* html div.wrap_info, * html div.wrap_important, * html div.wrap_alert, * html div.wrap_tip, * html div.wrap_help, * html div.wrap_todo, * html div.wrap_download, *html div.wrap_note {
    height: 40px;
}
/* general styles for all note spans */
span.wrap_info, span.wrap_important, span.wrap_alert, span.wrap_tip, span.wrap_help, span.wrap_todo, span.wrap_download, span.wrap_note {
    padding: 0 2px 0 20px;
    min-height: 20px;
    background-position: 2px 50%;
    background-repeat: no-repeat;
    color: #000;
}
/* special treatment for IE6 */
* html span.wrap_info, * html span.wrap_important, * html span.wrap_alert, * html span.wrap_tip, * html span.wrap_help, * html span.wrap_todo, * html span.wrap_download, *html span.wrap_note {
    height: 20px;
}
/*____________ info ____________*/
.wrap_info { background-color: #d1d7df; }
div.wrap_info { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/info_48.png); }
span.wrap_info { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/info_16.png); }
/*____________ important ____________*/
.wrap_important { background-color: #ffd39f; }
div.wrap_important { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/important_48.png); }
span.wrap_important { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/important_16.png); }
/*____________ alert ____________*/
.wrap_alert { background-color: #ffbcaf; }
div.wrap_alert { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/alert_48.png); }
span.wrap_alert { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/alert_16.png); }
/*____________ tip ____________*/
.wrap_tip { background-color: #fff79f; }
div.wrap_tip { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/tip_48.png); }
span.wrap_tip { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/tip_16.png); }
/*____________ help ____________*/
.wrap_help { background-color: #dcc2ef; }
div.wrap_help { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/help_48.png); }
span.wrap_help { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/help_16.png); }
/*____________ todo ____________*/
.wrap_todo { background-color: #c2efdd; }
div.wrap_todo { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/todo_48.png); }
span.wrap_todo { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/todo_16.png); }
/*____________ download ____________*/
.wrap_download { background-color: #d6efc2; }
div.wrap_download { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/download_48.png); }
span.wrap_download { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/download_16.png); }
/* note（noteプラグイン参考） */
.wrap_note { background-color: #eef; }
div.wrap_note { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/note_48.png); }
span.wrap_note { background-image: url(http://blog-imgs-35-origin.fc2.com/s/c/h/schia/note_16.png); }
/*____________ safety notes ____________*/
.wrap_danger {
    background-color: #c00;
    color: #fff;
}
.wrap_warning {
    background-color: #f60;
    color: #000;
}
.wrap_caution {
    background-color: #ff0;
    color: #000;
}
.wrap_notice {
    background-color: #06f;
    color: #fff;
}
.wrap_safety {
    background-color: #090;
    color: #fff;
}
/* mark
********************************************************************/
.wrap_hi {
    background-color: #ff9;
}
/* typography
********************************************************************/
/*____________ background colours ____________*/

.wrap_bgred {
    background-color: #fcc;
}
.wrap_bggreen {
    background-color: #cfc;
}
.wrap_bgblue {
    background-color: #ccf;
}
.wrap_bgcyan {
    background-color: #9ff;
}
.wrap_bgviolet {
    background-color: #f9f;
}
.wrap_bgyellow {
    background-color: #ff9;
}
.wrap_bggrey {
    background-color: #ccc;
}
.wrap_bgwhite {
    background-color: #fff;
}
.wrap_bgblack {
    background-color: #000;
}
/* 枠線（独自拡張） */
.wrap_bdgrey {
    border: 1px solid #8cacbb;
}
/* clearfix処理（wrapを適用したdiv内にfloat付divがある場合の対策。wrap_boxだけでいいかも） */
.wrap_box:after,
.wrap_info:after, .wrap_important:after, .wrap_alert:after, .wrap_tip:after, .wrap_help:after, .wrap_todo:after, .wrap_download:after, .wrap_note:after,
.wrap_danger:after, .wrap_warning:after, .wrap_caution:after, .wrap_notice:after, .wrap_safety:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.wrap_box,
.wrap_info, .wrap_important, .wrap_alert, .wrap_tip, .wrap_help, .wrap_todo, .wrap_download, .wrap_note,
.wrap_danger, .wrap_warning, .wrap_caution, .wrap_notice, .wrap_safety {display: inline-block;}
	/* Hides from IE-mac \*/
* html .wrap_box,
* html .wrap_info, * html .wrap_important, * html .wrap_alert, * html .wrap_tip, * html .wrap_help, * html .wrap_todo, * html .wrap_download, * html .wrap_note,
* html .wrap_danger, * html .wrap_warning, * html .wrap_caution, * html .wrap_notice, * html .wrap_safety {height: 1%;}
.wrap_box,
.wrap_info, .wrap_important, .wrap_alert, .wrap_tip, .wrap_help, .wrap_todo, .wrap_download, .wrap_note,
.wrap_danger, .wrap_warning, .wrap_caution, .wrap_notice, .wrap_safety {display: block;}
	/* End hide from IE-mac */

/* ▲ wrap from DokuWiki pluginここまで */

/* ▼スターレーティング from DokuWiki stars plugin, rater(rate) plugin */
/* 構造やクラスはstarsから。画像はraterから */
.starspan {}
.starimage {}
/* ▲スターレーティング from DokuWiki stars plugin, rater(rate) pluginここまで */
