@charset "UTF-8";

/* -------------------------------------
  OMEGA*BOX #01 - 猫。
  (C) copyright 2006 omega-box.com
      version 2.2 / 2006/02/02
------------------------------------- */

/* =========== reset =========== */

* {
	margin: 0;
	padding: 0;
	font-family: verdana, "MS UI Gothic", Arial, "ＭＳ Ｐゴシック", sans-serif;
	}


/* =========== Global Settings =========== */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #666;
	font-family: verdana, "MS UI Gothic", Arial, "ＭＳ Ｐゴシック", sans-serif;
	background: url(http://bst.qiqirn.com/template/ob01_main_bg.gif);
	border-top: 10px solid #333;
	}

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

a:active,
a:hover {
	color: #c96;
	text-decoration: underline;
	}

img {
	border: 0px;
	}

img.thumb,
img.pict {
	border: 2px solid #e4ded1;
	padding: 0;
	margin-right: 10px;
	float: left;
	clear: left;
	}

img.pict_right {
	border: 2px solid #e4ded1;
	margin-left: 10px;
	padding: 0;
	float: right;
	clear: left;
	}

img.pict2 {
	border : 2px solid #e4ded1;
	margin: 0;
	clear: left;
	}

span {
	margin-bottom: 1em;
	}

div {
	text-align: left;
	}

table {
	border: 0px;
	border-collapse: collapse;
	}

ul {
	list-style: none;
	}

strong {
	font-weight: bold;
	}

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}


/* =========== Layout =========== */

div#layout {
	width: 718px !important;
	width: 720px;
	padding: 0 1px;
	margin: 0 auto;
	text-align:left;
	background: url(http://bst.qiqirn.com/template/ob01_layout_bg.gif) repeat-y left top;
	}

div#contents {
	width: 470px;
	padding-top: 20px;
	float: left;
	background: #fff url(http://bst.qiqirn.com/template/ob01_mainimg02.jpg) no-repeat top left;
	}

div#sidenavi {
	width: 220px !important;
	width: 240px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.5em;
	float: right;
	background: url(http://bst.qiqirn.com/template/ob01_sidenavi_bottom.gif) no-repeat 10px bottom;
	}

div#pagenavi {
	width: 470px;
	margin: 15px 0;
	text-align: center;
	font-size: 10px;
	}

div#pagenavi a:link,
div#pagenavi a:visited {
	color: #966;
	text-decoration: none;
	}

div#pagenavi a:active,
div#pagenavi a:hover {
	color: #966;
	text-decoration: underline;
	}


/* =========== Header =========== */

div#title {
	padding-top: 30px;
	height: 110px !important;
	height: 140px;
	text-align: right;
	background: url(http://bst.qiqirn.com/template/ob01_mainimg.jpg) no-repeat;
	}

div#title h1 {
	padding-right: 45px;
	font-size: 26px;
	font-weight: bold;
	font-family: verdana, Arial, "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
	display:none;
	}

div#title p {
	padding: 20px 5px 0 0;
	font-size: 10px;
	font-family: verdana, Arial, "ＭＳ Ｐゴシック", sans-serif;
	color: #bca48c;
	display:none;
	}

div#title h1 a:link, 
div#title h1 a:visited {
	color: #fff;
	text-decoration: none;
	}

div#title h1 a:active,
div#title h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}


/* =========== Entry =========== */

div.entry {
	padding-top: 15px;
	}

div.entry h2 {
	height: 25px !important;
	height: 30px;
	margin: 0 16px;
	padding: 5px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	background: url(http://bst.qiqirn.com/template/ob01_entry_header.gif) no-repeat top left;
	}

div.entry h2 a:link,
div.entry h2 a:visited {
	color: #966;
	text-decoration: none;
	}

div.entry h2 a:active,
div.entry h2 a:hover {
	color: #966;
	text-decoration: underline;
	}

div.entry_author {
	margin: 0 16px;
	padding: 10px 0;
	font-size: 10px;
	text-align: right;
	}

div.entry_body {
	padding: 0;
	margin: 30px 16px 0;
	line-height: 21px;
	}

div.entry_more {
	padding: 0;
	margin: 30px 16px 0;
	line-height: 1.4em;
	clear: both;
	}

div.entry_state {
	margin: 30px 16px 40px 16px;
	padding-top: 5px;
	font-size: 10px;
	text-align: right;
	border-top: 1px dotted #aaa;
	clear: both;
	}

/* （エントリの各タグは一番下にまとめてあります） */


/* =========== Comment =========== */

div#comments {
	margin: 0 16px 40px;
	}

div#comments h3 {
	height: 20px !important;
	height: 26px;
	padding: 6px 0 0 30px;
	font-size: 12px;
	color: #645950;
	background: url(http://bst.qiqirn.com/template/ob01_comtitle_bg.gif) no-repeat top;
	}

div#comments dl.comment_body {
	margin: 10px 0;
	}

div#comments dl.comment_body dt {
	padding: 5px 0;
	font-size: 12px;
	border-bottom: 1px dotted #aaa;
	}

div#comments dl.comment_body dt span {
	color: #999;
	}

div#comments dl.comment_body dd {
	padding: 10px 0 15px;
	font-size: 12px;
	line-height: 1.4em;
	}

div#comments h4 {
	height: 20px !important;
	height: 26px;
	margin-top: 10px;
	padding: 6px 0 0 30px;
	font-size: 12px;
	color: #645950;
	background: url(http://bst.qiqirn.com/template/ob01_comtitle_bg.gif) no-repeat top;
	}

dl#comment_form {
	padding: 20px;
	border: 1px solid #bfad9f;
	border-top: none;
	}

dl#comment_form dt {
	padding-bottom: 2px;
	}

dl#comment_form dd {
	padding-bottom: 5px;
	}

dl#comment_form dd label {
	padding: 0px 10px;
	}

dl#comment_form dt label#labelsubmit {
	display: none;
	}

dl#comment_form dd input.form {
	font-size: 12px;
	background: #f0eadd;
	border: 1px solid #d2bc9e;
	}

dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	font-size: 12px;
	background: #f0eadd;
	border: 1px solid #d2bc9e;
	}

dl#comment_form dd input.button {
	width: 100px;
	height: 20px;
	padding: 0px 5px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, Arial, sans-serif;
	color: #fff;
	background: #333;
	border: 1px solid #aaa;
	}


/* =========== Trackback =========== */

div#trackback {
	margin: 0 16px 30px;
	}

div#trackback h3 {
	height: 20px !important;
	height: 26px;
	padding: 6px 0 0 30px;
	font-size: 12px;
	color: #645950;
	background: url(http://bst.qiqirn.com/template/ob01_tbtitle_bg.gif) no-repeat top;
	}

div#trackback p.tb_link {
	padding: 10px;
	margin: 10px 0;
	font-size: 10px;
	text-align: center;
	color: #bfad9f;
	background: #f0eadd;
	}

div#trackback dl.tb_body {
	margin: 25px 0 15px;
	padding: 7px 10px;
	border: 1px solid #bfad9f;
	}

div#trackback dl.tb_body dt {
	padding-bottom: 3px;
	border-bottom: 1px dotted #aaa;
	}

div#trackback dl.tb_body dd {
	padding-top: 10px;
	line-height: 1.4em;
	}

div#trackback dl.tb_body dd div.tb_time {
	padding-top: 5px;
	color: #aaa;
	text-align: right;
	line-height: 1.4em;
	}


/* =========== Profile =========== */

div#profile {
	padding-top: 15px;
	}

div#profile h2 {
	height: 25px !important;
	height: 30px;
	margin: 0 16px;
	padding: 5px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	background: url(http://bst.qiqirn.com/template/ob01_entry_header.gif) no-repeat top left;
	}

div.profile_body {
	padding: 0;
	padding-bottom:25px;
	margin: 30px 16px 0;
	line-height: 19px;
	border-bottom: 1px dotted #aaa;
	}


/* =========== Page Navigation =========== */

div#pagenaviunder {
	width: 470px;
	margin-bottom: 40px;
	text-align: center;
	}

div#pagenaviunder a:link,
div#pagenaviunder a:visited {
	color: #966;
	text-decoration: none;
	}

div#pagenaviunder a:active,
div#pagenaviunder a:hover {
	color: #966;
	text-decoration: underline;
	}


/* =========== Side Navigation =========== */

div#sidenavi div.sidenavi_wt {
	margin: 0;
	padding: 20px 0;
	background: #fff url(http://bst.qiqirn.com/template/ob01_sidenavi_header.gif) no-repeat top;
	}

div#sidenavi dl {
	margin-bottom: 30px;
	}

div#sidenavi dt {
	height: 21px !important;
	height: 26px;
	padding: 5px 0 0 25px !important;
	padding: 4px 0 0 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #645950;
	background: url(http://bst.qiqirn.com/template/ob01_sidenavi_title.gif) no-repeat top left;
	}

div#sidenavi dd {
	padding: 10px 0;
	}

div#sidenavi ul {
	margin: 0 5px 0 10px;
	background: url(http://bst.qiqirn.com/template/ob01_sidenavi_dotline.gif) left top;
	}

div#sidenavi ul li {
	padding-left: 12px;
	line-height: 17px;
	list-style: none;
	background: url(http://bst.qiqirn.com/template/ob01_ul_arrow.gif) no-repeat left 5px;
	background: url(http://bst.qiqirn.com/template/ob01_ul_arrow.gif) no-repeat left 4px !important;
	}

div#sidenavi ul.totop {
	margin: 20px 5px 0 10px;
	background: url(http://bst.qiqirn.com/template/ob01_sidenavi_dotline.gif) left top;
	}

div#sidenavi ul.totop li {
	padding-left: 12px;
	line-height: 17px;
	list-style: none;
	background: url(http://bst.qiqirn.com/template/ob01_pagetop_arrow.gif) no-repeat left 5px;
	background: url(http://bst.qiqirn.com/template/ob01_pagetop_arrow.gif) no-repeat left 4px !important;
	}

div#search {
	padding: 10px;
	}

div#search input.form {
	margin-right: 5px;
	padding: 0;
	width: 130px;
	font-size: 10px;
	background: #f0eadd;
	border: 1px solid #d2bc9e;
	}

div#search input.button {
	padding: 0;
	width: 60px;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, Arial, sans-serif;
	color: #fff;
	background: #333;
	border: 1px solid #aaa;
	}

dl#recommend dd {
	padding: 10px;
	}

dl#recommend dd div.amazon {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	}

/* =========== Homebotton =========== */

div#homebotton {
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
}


/* =========== Calendar =========== */

dl#calendar table {
	margin-left: 8px;
	}

dl#calendar table td.calendar_month {
	padding: 2px 0;
	font-size: 10px;
	text-align: center;
	border: none;
	}

dl#calendar table td.weekday {
	padding: 2px 0;
	width: 29px;
	font-size: 10px;
	text-align: center;
	border: none;
	}

dl#calendar table td.cell {
	padding: 2px 0;
	font-size: 10px;
	text-align: center;
	}

dl#calendar table th {
	padding-bottom: 5px;
	}

dl#calendar table td span.today {
	font-weight: bold;
	}

dl#calendar table td span.today a {
	color: #c96;
	font-weight: bold;
	text-decoration: underline;
	}

dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #c96;
	font-weight: bold;
	text-decoration: underline;
	}

dl#calendar table td a:link,
dl#calendar table td a:visited {
	color: #c96;
	text-decoration: none;
	}

dl#calendar table td a:active,
dl#calendar table td a:hover {
	color: #c96;
	text-decoration: underline;
	}


/* =========== Extra =========== */

dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px; 
	}


/* =========== Footer =========== */

div#footer {
	height: 75px;
	font-size: 10px;
	background: #333;
	}

div#footer div.address {
	padding-top: 15px;
	text-align: center;
	color: #fff;
	}



/* =========== Entry & Profile TAGs ===========
　（エントリおよびプロフィールの中で使えるタグまとめ） */

div.profile_body h5,
div.entry h5 {
	margin: 0 0 5px;
	padding: 0 0 2px 5px;
	font-size: 12px;
	font-weight: bold;
	border-left: 5px solid #966;
	border-bottom: 1px dotted #966;
	}

div.profile_body blockquote,
div.entry blockquote {
	padding-left: 20px;
	background: url(http://bst.qiqirn.com/template/ob01_entry_bqbg.gif) repeat-y left top;
	}

div.profile_body ul,
div.entry ul {
	list-style: none;
	padding: 0;
	}

div.profile_body ul li,
div.entry ul li {
	padding: 2px 0 2px 18px;
	background: url(http://bst.qiqirn.com/template/ob01_ul_arrow.gif) no-repeat 1px 7px !important;
	background: url(http://bst.qiqirn.com/template/ob01_ul_arrow.gif) no-repeat 1px 6px;
	}

div.profile_body ol,
div.entry ol {
	list-style-type: decimal;
	padding-left: 25px;
	}

div.profile_body strong,
div.entry strong {
	font-weight: bold;
	}

div.profile_body em,
div.entry em {
	font-style: italic;
	}

div.profile_body ins,
div.entry ins {
	text-decoration: underline;
	}

div.profile_body del,
div.entry del {
	text-decoration: line-through;
	}

div.profile_body table,
div.entry table {
	border: 0;
	vertical-align: top;
	}

div.profile_body table th,
div.entry table th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}

div.profile_body table td,
div.entry table td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	}

div.profile_body table.setborder,
div.entry table.setborder {
	border: 0;
	vertical-align: top;
	border-top: 1px solid #bfad9f;
	border-left: 1px solid #bfad9f;
	}

div.profile_body table.setborder th,
div.entry table.setborder th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #966;
	border-right: 1px solid #bfad9f;
	background: #e4ded1;
	}

div.profile_body table.setborder td,
div.entry table.setborder td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #bfad9f;
	border-right: 1px solid #bfad9f;
	}

div.profile_body dl,
div.entry dl {
	margin: 0;
	padding: 0;
	}

div.profile_body dl dt,
div.entry dl dt {
	padding: 0 0 2px;
	font-weight: normal;
	border-bottom: 2px solid #bfad9f;
	}

div.profile_body dl dd,
div.entry dl dd {
	padding: 2px 0 2px 30px;
	background: url(http://bst.qiqirn.com/template/ob01_ul_arrow.gif) no-repeat 13px 7px !important;
	background: url(http://bst.qiqirn.com/template/ob01_ul_arrow.gif) no-repeat 13px 6px;
	}

div.profile_body .amazon,
div.entry .amazon {
	margin: 0;
	padding: 0;
	}

img.amazon_pict,
div.profile_body .amazon a img,
div.entry .amazon a img {
	margin: 0;
	padding: 0;
	border: 2px solid #e4ded1;
	}

div.profile_body .amazon_text,
div.entry .amazon_text {
	margin: 0;
	padding: 0 0 5px;
	}

div.profile_body .amazon_text a,
div.entry .amazon_text a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(http://bst.qiqirn.com/template/ob01_ul_arrow.gif) no-repeat 1px 5px !important;
	background: url(http://bst.qiqirn.com/template/ob01_ul_arrow.gif) no-repeat 1px 4px;
	}

div.profile_body input.form,
div.entry input.form {
	width: 300px;
	font-size: 12px;
	background: #f0eadd;
	border: 1px solid #d2bc9e;
	}

div.profile_body textarea,
div.entry dd textarea {
	width: 300px;
	font-size: 12px;
	background: #f0eadd;
	border: 1px solid #d2bc9e;
	}

div.profile_body input.button,
div.entry dd input.button {
	padding: 3px 10px;
	font-size: 10px;
	font-family: verdana, Arial, sans-serif;
	color: #fff;
	background: #333;
	border: 1px solid #aaa;
	}
