@charset "utf-8";

body, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, form, blockquote, hr {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {font-size: 100%;}
body {
	background: url(images/header_bg.png) repeat-x left top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: #333;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
}
input, textarea { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
input, textarea { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #F60!important;
	text-decoration: none!important;
}
a:active {color: #F00!important;}
img {border: 0 none;}
li { list-style-type: none; }
hr {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.l {
	float: left;
	margin: 3px 10px 5px 0;
}
.r {
	float: right;
	margin: 3px 0 5px 10px;
}
.att {
	color: #D60505!important;
	margin-right: 0.5em;
}
.blank {margin-top: 35px;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}


/*****　　outline　　*****/

#header {
	width: 100%;
	background: url(images/header.jpg) no-repeat center top;
	padding-top: 10px;
	height: 210px;
}

#wrap {
	width: 100%;
	background-image: -moz-linear-gradient(top, #D6D3BD, #EEEEE9);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D6D3BD), to(#EEEEE9));
	background-color: #D6D3BD;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding: 35px 0;
	position: relative;
	background: transparent;
}
#content, #sidebar {
	background: #FCFCFC;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#content {
	float: left;
	width: 555px;
	margin:0 -40px 40px 0;
	padding:25px 25px 25px 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2), 4px 4px 6px rgba(0,0,0,0.12);
  -moz-box-shadow:  0px 0px 8px rgba(0,0,0,0.2), 4px 4px 6px rgba(0,0,0,0.12);
	-khtml-box-shadow:  0px 0px 8px rgba(0,0,0,0.2), 4px 4px 6px rgba(0,0,0,0.12);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2), 4px 4px 6px rgba(0,0,0,0.12);
}
#sidebar {
	margin: 85px 0 40px -20px;
	width: 350px;
	float: right;
	font-size: 85%;
	padding:25px 20px 25px 25px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2), 5px 5px 12px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.2), 5px 5px 12px rgba(0,0,0,0.18);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.2), 5px 5px 12px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2), 5px 5px 12px rgba(0,0,0,0.18);
}
* html #sidebar {line-height: 1.8;}
#footer {
	font-size: 85%;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 3px #000;
	background: url(images/footer_bg.jpg) repeat-x 0px 0px;
}


/*****　　header　　*****/

#header .inner {
	margin: 0px auto;
	width: 980px;
	height: 200px;
	position: relative;
	color: #FFF;
	text-shadow: 2px 2px 3px #000;
}
#header .inner a {color: #FFF;}
#header form {
	position: absolute;
	top: 5px;
	right: 10px;
}
input#s {
	color: #FFF;
	background: transparent;
	width: 200px;
	border: 1px solid #FFF;
	padding-left: 2px;
	margin-left: 3px;
}
#access {
	width: 980px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#access a {text-decoration: none;}
#menu ul {
	margin: 0px auto;
	width: 960px;
}
#menu li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
#menu li a {
	display: block;
	padding: 5px 15px;
}
#rss {
	background: url(images/rss.png) no-repeat right 2px;
	padding-right: 22px;
	position: absolute;
	top: 5px;
	right: 200px;
}
#blog-title {
	position: absolute;
	left: 10px;
	top: 5px;
}
#blog-title a {
	display: block;
	height: 0px;
	background: url(images/logo-trans.png) no-repeat 0px 0px;
	width: 215px;
	padding-top: 80px;
	overflow: hidden;
}
#blog-description {
	position: absolute;
	left: 15px;
	top: 88px;
	font-size: 12px;
}


/*****　　contents　　*****/

#month {
	position: absolute;
	top: -37px;
	right: 0px;
	width: 300px;
	color: #F5F5F5;
	font-weight: bold;
}
#month dt {
	position: absolute;
	left: -25px;
	top: 70px;
}
#month img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#month span {
	font-family: Georgia, Times, serif;
	font-size: 48px;
	font-style: italic;
	margin-right: 3px;
}
.page-title, .entry-title {
	font-weight: bold;
	font-size: 18px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	text-shadow: 1px 1px 3px #000;
	position: relative;
	opacity:0.95;
}
.page-title img, .entry-title img {
	position: absolute;
	left: 0px;
	bottom: -12px;
}
.page-title {
	color: #FFF;
	margin: 0 0 20px -27px;
	padding: 9px 0 6px 25px;
	letter-spacing: 1px;
	background: #B23;
	background: -moz-linear-gradient(top, #B23, #521);
	background: -webkit-gradient(linear, left top, left bottom, from(#B23), to(#521));
}
.archive-meta {margin-bottom: 30px;}
.post {
	margin-bottom: 55px;
	position: relative;
}
.entry-title {
	margin: 0 0 10px -27px;
	background: #935B34;
	background: -moz-linear-gradient(top, #935B34, #2E1D11);
	background: -webkit-gradient(linear, left top, left bottom, from(#935B34), to(#2E1D11));
}
.entry-title a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 9px 0 6px 25px;
}
.entry-title a:hover {text-shadow: 1px 1px 3px #000;}
.more-link {
	display: block;
	margin: 15px 0 0;
	background: url(images/arrow.gif) no-repeat right center;
	text-align: right;
	padding-right: 16px;
	font-weight: bold;
	clear: both;
}
.entry-meta {
	color: #666;
	font-size: 11px;
	line-height:1.6;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.entry-meta a {
	color: #666;
	margin: 0px 0.3em 0px 0.1em;
}
.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}
.entry-content {margin: 15px 10px 45px;}
.entry-content p {
	line-height: 1.6;
	margin-bottom: 15px;
}
.entry-content .blank {margin-top: 35px;}
.entry-content h3 {
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 1px dotted #DDD;
	color: #900;
	margin: 30px 0px 8px;
	clear: both;
}
.entry-content h4 {
	font-weight: bold;
	color: #600;
	margin: 5px 0px 5px;
}
.entry-content a {text-decoration: underline;}
.entry-content a img {
	padding: 3px;
	border: 2px solid #DDD;
}
.entry-content a:hover img {border: 2px solid #FF8000;}
.entry-content .data {
	color: #666;
	margin: 20px 0px 20px 12px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.entry-content .exlink { margin: 25px 0px 25px 5px; }
.entry-content .exlink a {
	font-weight: bold;
	display: block;
	padding-left: 16px;
	background: url(images/arrow.gif) no-repeat left center;
}
#kairouinfo {
	font-size: 12px;
	line-height: 1.5;
	margin: 15px 0px;
}
.entry-footer {
	text-align: right;
	padding-top: 8px;
	border-top: 1px solid #DDD;
	font-size: 85%;
	clear: both;
	margin: 30px 0;
	color: #666;
	position: relative;
}
.entry-footer abbr {
	color: #999;
	position: absolute;
	top: -20px;
	right: 8px;
	font-size: 11px;
}
.entry-footer a {padding: 0px 6px;}
.entry-footer a#up, .entry-footer a#down {
	padding: 0px 15px 0px 6px;
	letter-spacing: 1px;
	color: #666;
	background: url(images/arrow_up.gif) no-repeat right center;
	margin-right: 4px;
}
.entry-footer a#down {background: url(images/arrow_down.gif) no-repeat right center;}
#page_link {
	font-size: 86%;
	float: left;
	width: 100%;
	padding: 20px 0;
	margin: 20px 0 0;
	border-top: 1px dotted #DDD;
}
#page_link li {list-style-type: none;}
#page_link #prev {
	float: left;
	width: 48%;
}
#page_link #next {
	float: right;
	width: 48%;
	text-align: right;
}
#page_link #prev a {
	background: url(images/arrow_back.gif) no-repeat left center;
	padding-left: 18px;
	font-weight: bold;
}
#page_link #next a {
	background: url(images/arrow.gif) no-repeat right center;
	padding-right: 18px;
	font-weight: bold;
}
#similar {
	margin: 30px 0;
	padding-top: 10px;
}
#similar dt {
	font-weight: bold;
	color: #900;
	padding: 0 0 5px 12px;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
}
#similar dd {
	padding: 0 12px;
	margin-top: 5px;
}
#similar dd a {
	background: url(images/link.gif) no-repeat left center;
	display: block;
	padding-left: 12px;
}
.ads {width: 265px; float: left;}


/*****　　sidebar　　*****/

#sidebar a {color: #555;}
#sidebar h3 {
	font-size: 112%;
	font-weight: bold;
	color: #900;
	margin-bottom: 5px;
	padding: 0 0 5px 15px;
	border-bottom: 1px solid #DDD;
	background: url(images/arrow_down.gif) no-repeat 0 5px;
}
#first {
	float: left;
	width: 170px;
	margin-bottom: -10px;
}
#first a { display: block; }
* html #first a {
	padding-bottom: 2px;
	padding-top: 3px;
}
#first h4 {
	color: #FF9900;
	margin: 6px 0px 3px 5px;
}
#sidebar #first li li {
	margin-left: 5px;
	line-height: 1.4;
}
#second {
	float: right;
	width: 160px;
}
#sidebar input#s {
	width: 110px;
	margin-top: 5px;
	padding: 2px 0 0 3px;
}
#sidebar ul {list-style: none;}
#sidebar ul li {margin-bottom: 30px;}
#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li ul li {
	background: url(images/bullet.gif) no-repeat  0px 5px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #DDD;
	padding: 0px 2px 2px 12px;
}
#sidebar #mycategoryorder-3 li li { /*　カテゴリ入れ子　*/
	background: url(images/bullet.gif) no-repeat 0px 7px;
	border-bottom: none;
	padding: 2px 0 1px 12px;
	margin: 0;
}
#sidebar #mycategoryorder-3 a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 3px;
}
#sidebar #mycategoryorder-3 li li a { /*　カテゴリ入れ子　*/
	font-weight: normal;
	font-size: 12px;
}
#sidebar #tag_cloud-3 a {margin-right: 2px;}
#rss-links ul li {
	background: url(images/rss.gif) no-repeat 1px 4px;
	padding-left: 22px;
}
.textwidget p {margin-bottom: 10px;}
.textwidget a {text-decoration: underline;}
.widget_tag_cloud a {text-transform: lowercase;	}

#sidebar #twtr-widget-1 h3 {
	background:none;
	border-bottom-style: none;
}


/*****　　comments　　*****/

#comments {
	margin-top: 10px;
	border-top: 1px solid #DDD;
	clear: both;
}
.comments {margin-top: 30px;}
.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
}
.comments p {line-height: 1.3;}
.comments ol li {
	padding: 10px;
	background: #FFF;
	margin-top: 8px;
	border: 1px solid #F3F3F3;
}
.comments ol li.alt {background: #FAFAFA;}
.comment-author {
	font-weight: bold;
	letter-spacing: 2px;
}
.comment-meta {
	color: #999;
	margin: 0 0 5px 0;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #DFDFDF;
}
.unapproved {font-style: italic;}
#respond {margin: 30px 0 0 10px;}
#respond h3 {color: #900;}	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}
#comment-notes {
	margin-bottom: 15px;
	color: #666;
	font-size: 86%;
}
.form-label {margin-bottom: 2px;}
.form-input, .form-textarea {margin-bottom: 10px;}
.form-input input, .form-textarea textarea {
	padding: 2px;
	background: #FAFAFA;
	border: 1px solid #CCC;
	font-size: 12px;
}
.form-input input {width: 320px;}
.form-textarea textarea {width: 525px;}
.form-input input:hover, .form-textarea textarea:hover {background-color: #FFF;}
.form-submit input {padding: 2px 5px;}


/*****　　footer　　*****/

#footer .inner {
	margin: 0px auto;
	width: 980px;
	position: relative;
	height: 180px;
}
#footer .inner p { padding-top: 135px; }
#footer .inner img {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*****　　shopping　　*****/

#snav {
	font-weight: bold;
	margin-left: 15px;
	font-size: 12px;
}
#snav a {
	background: url(images/arrow_down.gif) no-repeat right center;
	padding-right: 15px;
}
.pageid-12 .entry-content li {
	font-size: 11px;
	margin: 0px 0px 10px 10px;
	float: left;
	width: 160px;
	min-height: 180px;
	height: auto!important;
	height: 180px;
	line-height: 1.3;
	position: relative;
}
* html .pageid-12 .entry-content li {margin: 0px 0px 25px 0px;width: 168px;}
.pageid-12 .entry-content li a {
	display: block;
	margin-bottom: 5px;
}
.pageid-12 .entry-content li span {
	color: #FF6600;
	margin-left: 5px;
}
.pageid-12 .entry-content li #new {
	position: absolute;
	top: -8px;
	left: -12px;
}


/*****　　facebox　　*****/

#facebox * {
	border-style: none;
	background-color: transparent;
}
#facebox .b {background:url(/js/b.png);}
#facebox .tl {background:url(/js/tl.png);}
#facebox .tr {background:url(/js/tr.png);}
#facebox .bl {background:url(/js/bl.png);}
#facebox .br {background:url(/js/br.png);}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {position: relative;}
#facebox table {border-collapse: collapse;}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {text-align: center;}
#facebox .image {text-align: center;}
#facebox img {margin: 0;}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {z-index:-100;}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}