@charset "EUC-JP";

/* -------------------------------------
  OMEGA*BOX #08 - HARD-BOILED
  (C) copyright 2006 omega-box.com
      version 1.2 / 2006/07/16
------------------------------------- */

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

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


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

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
	color: #3c331b;
	background: #e4e0cf;
	}

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

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

img {
	border: 0px;
	}

img.pict {
	border: 2px solid #d2cdb7;
	margin-right: 10px;
	float: left;
	clear: left;
	}

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

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

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#flaimg {
	font-size: 2px;
	}

div#layout {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	line-height: 1.5em;
	}

div#contents {
	width: 490px;
	float: right;
	}

div#pagenavi {
	width: 490px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 25px;
	}

div#side {
	width: 250px;
	background: url(http://zap-performance.com/zapper/template/ob08_navi_bg01.gif) repeat-y;
	float: left;
	}

div#sidenavi {
	padding: 20px 0;
	color: #e4e0cf;
	font-size: 10px;
	background: url(http://zap-performance.com/zapper/template/ob08_navi_bg02.gif) no-repeat top;
	}

div#footer {
	width: 760px;
	height: 25px;
	border-top: 3px solid #3c331b;	
	margin: 30px 0px;
	}


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

div#title {
	width: 490px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: right;
	background: url(http://zap-performance.com/zapper/template/ob08_header_bg.jpg) no-repeat top;
	}

div#title h1 {
	padding: 170px 15px 0 0;
	font-size: 26px;
	font-weight: bold;
font-style: italic;
	line-height: 1em;
	}

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

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

div#sub_title {
	width: 490px !important;
	width: 490px;
	text-align: right;
font-size: 14px;
font-style: italic;
	background: url(http://zap-performance.com/zapper/template/ob08_header_bg02.jpg) no-repeat top;
	}

div#sub_title p {
	padding: 10px 15px 30px;
	line-height: 1.4em;
	color: #e4e0cf;
	background: url(http://zap-performance.com/zapper/template/ob08_header_bg03.gif) no-repeat bottom;
	}

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

div.entry {
	padding-bottom: 50px;
	}

div.entry h2 {
	height: 30px !important;
	height: 50px;
	margin: 0;
	padding: 20px 0px 0px 65px;
	font-size: 12px;
	background: url(http://zap-performance.com/zapper/template/ob08_entry_header.gif) no-repeat bottom;
	}

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

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

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

div.entry_body {
	padding: 0 20px;
	margin-bottom: 20px;
	}

div.entry_more {
	padding: 0 20px;
	margin-bottom: 20px;
	clear: both;
	}

div.entry_state {
	margin: 5px 20px 0;
	padding: 2px 0 0;
	font-size: 10px;
	text-align: right;
	border-top: 1px dotted #3c331b;
	clear: both;
	}


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

div#comments {
	padding: 0 20px 40px;
	}

div#comments h3 {
	height: 29px !important;
	height: 30px;
	margin-bottom: 15px;
	padding: 1px 0 0 15px !important;
	padding: 0 0 0 15px;
	font-size: 10px;
	color: #e4e0cf;
	background: transparent url(http://zap-performance.com/zapper/template/ob08_comtb_header.gif) no-repeat top;
	}

div#comments dl.comment_body {
	padding: 0;
	margin-bottom: 15px;
	border: 2px solid #c7c2ac;
	}

div#comments dl.comment_body dt {
	width: 436px !important;
	width: 446px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border-bottom: 1px dotted #aaa389;
	}

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

div#comments h4 {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #7c7253;
	background-color: #c7c2ac;
	}

dl#comment_form {
	padding: 20px;
	border-top: none;
	border-left: 2px solid #c7c2ac;
	border-right: 2px solid #c7c2ac;
	border-bottom: 2px solid #c7c2ac;
	}

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 {
	background-color: #fff;
	border: 1px solid #aaa389;
	}

dl#comment_form dd textarea {
	width: 350px;
	background-color: #fff;
	border: 1px solid #aaa389;
	}

dl#comment_form dd input.button {
	width: 100px;
	padding: 3px 5px;
	margin-right: 10px;
	font-size: 10px;
	color: #e4e0cf;
	font-family: verdana, Arial, sans-serif;
	border: 1px solid #7c7253;
	background: #272216;
	}


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

div#trackback {
	padding: 0 20px 40px;
	}

div#trackback h3 {
	height: 29px !important;
	height: 30px;
	margin-bottom: 15px;
	padding: 1px 0 0 15px !important;
	padding: 0 0 0 15px;
	font-size: 10px;
	color: #e4e0cf;
	background: transparent url(http://zap-performance.com/zapper/template/ob08_comtb_header.gif) no-repeat top;
	}

p.tb_link {
	margin--bottom: 20px;
	padding: 5px;
	font-size: 10px;
	color: #7c7253;
	text-align: center;
	background: #c7c2ac;
	}

div#trackback dl.tb_body {
	padding-bottom: 30px;
	}

div#trackback dl.tb_body dt {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaa389;
	}

div#trackback dl.tb_body dd {
	padding: 5px 0;
	}


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

div#profile {
	padding-bottom: 50px;
	}

div#profile h2 {
	height: 30px !important;
	height: 50px;
	margin: 0;
	padding: 20px 0px 0px 65px;
	font-size: 12px;
	background: url(http://zap-performance.com/zapper/template/ob08_entry_header.gif) no-repeat bottom;
	}

div.profile_body {
	padding: 20px 20px 0;
	margin-bottom: 20px;
	}


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

div#pagenaviunder {
	width: 490px;
	text-align: center;
	}


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

div#sidenavi a:link,
div#sidenavi a:visited {
	color: #e4e0cf;
	text-decoration: none;
	font-size: 9pt;
	}

div#sidenavi a:active,
div#sidenavi a:hover {
	color: #e4e0cf;
	text-decoration: underline;
	}

div#sidenavi dl {
	padding-bottom: 15px;
	}

div#sidenavi dt {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #e4e0cf;
	background: url(http://zap-performance.com/zapper/template/ob08_navi_title.gif) no-repeat bottom;
	}

div#sidenavi dd {
	margin: 0px;
	padding: 0 25px 15px;
	}

div#sidenavi ul li {
	padding-left: 15px;
	list-style: none;
	background: url(http://zap-performance.com/zapper/template/ob08_point.gif) no-repeat left 7px !important;
	background: url(http://zap-performance.com/zapper/template/ob08_point.gif) no-repeat left 6px !important;
	}

dd div.amazon {
	padding: 0 0 15px;
	text-align: center;
	font-family: "Verdana","Osaka","ＭＳ ゴシック";
	}

dl#category input.form {
	width: 118px !important;
	width: 120px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #7c7253;
	}

dl#category input.button {
	width: 58px !important;
	width: 60px;
	font-size: 10px;
	color: #e4e0cf;
	background: #272216;
	border: 1px solid #7c7253;
	}


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

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

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

dl#calendar table {
	width: 180px;
	}

dl#calendar table th,
dl#calendar table td {
	width: 28.5%;
	font-size: 10px;
	line-height: 1.2em;
	text-align: center;
	padding: 5px 3px;
	color: #e4e0cf;
	}

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

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

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

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


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

div#footer address {
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	}


/* =========== 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 #716646;
	border-bottom: 1px dotted #716646;
	}

div.profile_body blockquote,
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#7f250c 1px dashed; /* 枠線 */
border-left:#7f250c 5px solid; /* 枠線(左) */
}


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://zap-performance.com/zapper/template/ob08_point2.gif) no-repeat 1px 7px !important;
	background: url(http://zap-performance.com/zapper/template/ob08_point2.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 #9d9478;
	border-left: 1px solid #9d9478;
	}

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 #9d9478;
	border-right: 1px solid #9d9478;
	background: #d2cdb7;
	}

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 #9d9478;
	border-right: 1px solid #9d9478;
	}

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 #9d9478;
	}

div.profile_body dl dd,
div.entry dl dd {
	padding: 2px 0 2px 30px;
	background: url(http://zap-performance.com/zapper/template/ob08_point2.gif) no-repeat 13px 7px !important;
	background: url(http://zap-performance.com/zapper/template/ob08_point2.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 #d2cdb7;
	}

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://zap-performance.com/zapper/template/ob08_point2.gif) no-repeat 1px 5px !important;
	background: url(http://zap-performance.com/zapper/template/ob08_point2.gif) no-repeat 1px 4px;
	}

div.profile_body input.form,
div.entry input.form {
	width: 300px;
	font-size: 10px;
	background: #fff;
	border: 1px solid #aaa389;
	}

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

div.profile_body input.button,
div.entry dd input.button {
	padding: 3px 15px;
	margin-right: 10px;
	font-size: 10px;
	color: #e4e0cf;
	font-family: verdana, Arial, sans-serif;
	border: 1px solid #7c7253;
	background: #272216;
	}
