@charset "UTF-8";

/* reset style
////////////////////////////// */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

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

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

/* basic style
////////////////////////////// */
body {
	background: #fff6e6 url(images/common/headerBg.jpg) no-repeat scroll top center;
	text-align: center;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

;;body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

*:first-child+html body {
	font-size: small;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

* html body {
	font-size: small;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

img.iepngfix {
	behavior: url(iepngfix.htc);
}

* html img.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

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

hr {
	display: none;
}

html {
	height: 100%;
	margin: 0 0 1px 0;
}

a {
	color: #000000;
	text-decoration: underline;
	outline: none;
}

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

/* text position
////////////////////////////// */
.alignR {
	text-align: right;
}

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.hideTxt {
	text-indent: -9999px;
	font-size: 10%;
	line-height: 0.1em;
}

/* text size
////////////////////////////// */
.x-large   { font-size: 174%; }
.large     { font-size: 144%; }
.mid       { font-size: 122%; }
.small     { font-size:  92%; }
.x-small   { font-size:  77%; letter-spacing: 1px; }

/* clear style
////////////////////////////// */
.clearfix { min-height: 1%; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from Mac IE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Hides from Mac IE */

.clear {
	clear: both;
	margin: 1px 0 0 0;
}

/* block position
////////////////////////////// */
#headerContainer {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#mainContainer {
	width: 900px;
	margin: 0 auto;
}

#primary {
	float: left;
	width: 550px;
}

#secondary {
	float: right;
	width: 300px;
}

#footerContainer {
	width: 900px;
	margin: 0 auto;
}

/* header
////////////////////////////// */
#headerLeft {
	display: inline;
	float: left;
	width: 260px;
	margin: 0 0 0 10px;
}

#headerRight {
	display: inline;
	float: right;
	width: 475px;
	margin: 80px 0 0 0;
}

#headerLeft h1 {
	width: 260px;
	height: 100px;
}

#headerLeft a {
	cursor: pointer;
}

#headerLeft a.aboutlink {
	display: block;
	width: 195px;
	height: 39px;
	margin: 11px 0 0 0;
	background: url(images/common/btn_about.png) no-repeat scroll top left;
}

* html #headerLeft a.aboutlink {
	behavior: expression(IEPNGFIX.fix(this));
}

#headerRight ul li {
	display: inline;
	float: left;
	width: 92px;
	height: 97px;
	margin: 0 0 0 3px;
	background: url(images/common/photoBg.png) no-repeat scroll top left;
}

* html #headerRight ul li {
	behavior: expression(IEPNGFIX.fix(this));
}

#headerRight ul li a {
	display: block;
	margin: 4px 0 0 5px;
}

/* post
////////////////////////////// */
#primary h2 {
	padding: 7px 0 15px 32px;
	background: url("images/common/icon_post.gif") no-repeat scroll top left;
	font-size: 18px;
}

#primary .title_date {
	width: 550px;
	height: 20px;
	background: url("images/common/post_titleBg.gif") no-repeat scroll top left;
	margin: 0 0 5px 0;
}

#primary .title_date span {
	display: block;
	width: 109px;
	padding: 2px 0 0 0;
	color: #ffffff;
	text-align: center;
}

#primary .title_category {
	width: 550px;
	height: 35px;
	background: url("images/common/post_categoryBg.gif") no-repeat scroll top left;
	margin: 0 0 15px 0;
}

#primary .title_category h2 {
	padding: 6px 0 0 40px;
	font-size: 16px;
	background: none;
}

#primary ul.category li {
	padding: 7px 0 15px 32px;
	background: url("images/common/icon_post.gif") no-repeat scroll top left;
}

#primary h2 a,
#primary ul.category li a {
	font-size: 18px;
	font-weight: bold;
	color: #6f5c49;
	text-decoration: none;
}

#primary h2 a:hover,
#primary ul.category li a:hover {
	color: #e18a1c;
	text-decoration: none;
}

#primary ul.category li span {
	color: #ffffff;
	background-color: #849e27;
	margin: 0 0 0 5px;
	padding: 0 2px 0 2px;
}

#primary ul.category li div {
	font-weight: bold;
	color: #e17e00;
}

#primary .post_body {
	margin: 15px 0 15px 0;
	line-height: 1.7em;
}

#primary .post_body p {
	margin: 0 0 12px 0;
}

#primary p.post_system_link {
	margin: 15px 0 7px 0;
}

#primary .add {
	margin: 15px 0 15px 0;
}

#primary .post_footer {
	width: 550px;
	background: url(images/common/frame_count_1.gif) no-repeat scroll top left;
}

#primary .post_footer_end {
	width: 550px;
	height: 7px;
	margin: 0 0 50px 0;
	background: url(images/common/frame_count_2.gif) no-repeat scroll top left;
}

#primary .post_footer p {
	padding: 4px 0 0 15px;
}

/* tracback comment title
////////////////////////////// */
#primary h3 {
	height: 18px;
	margin: 30px 0 5px 0;
}

#primary h3.trackback {
	width: 133px;
	background: url(images/common/ttl_tracback.gif) no-repeat scroll top left;
}

#primary h3.comment {
	width: 84px;
	background: url(images/common/ttl_comment.gif) no-repeat scroll top left;
}

#primary h3.post {
	width: 121px;
	background: url(images/common/ttl_post.gif) no-repeat scroll top left;
}

/* tracback url
////////////////////////////// */
#primary .trburlBox {
	width: 550px;
	height: 54px;
	margin: 0 0 10px 0;
	background: url(images/common/frame_trb.gif) no-repeat scroll top left;
}

#primary .trburlBox p {
	color: #6f5c49;
	padding: 7px 0 0 15px;
}

/* tracback comment list
////////////////////////////// */
#primary dl.trackback,
#primary dl.comment {
	margin: 0 0 15px 0;
}

#primary dl.trackback dt {
	padding: 0 0 2px 25px;
	background: url("images/common/icon_tracback.gif") no-repeat scroll;
	background-position: 0px 1px;
}

#primary dl.comment dt {
	padding: 0 0 2px 25px;
	background: url("images/common/icon_comment.gif") no-repeat scroll;
	background-position: 0px 1px;
}

#primary dl.trackback dd,
#primary dl.comment dd {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: url("images/common/borderBg.gif") no-repeat scroll bottom left;
}

#primary dl.trackback dd strong,
#primary dl.comment dd strong {
	color: #849e27;
}

#primary p.trbtitle {
	padding: 0 0 10px 0;
}

/* comment form
////////////////////////////// */
#primary dl.form_input,
#primary dl.form_check {
	both: clear;
	height: 28px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#primary dl.form_input dt,
#primary dl.form_check dt {
	display: inline;
	float: left;
	width: 50px;
	height: 28px;
}

#primary dl.form_input dd {
	display: inline;
	float: left;
	width: 322px;
	height: 28px;
	background: url("images/common/form_field_1.gif") no-repeat scroll top left;
}

#primary dl.form_input dd input {
	width: 312px;
	height: 25px;
	background-color: transparent;
	padding: 3px 5px 0;
}

#primary dl.form_check dd {
	display: inline;
	float: left;
	width: 322px;
	height: 28px;
}

#primary dl.form_textarea dt {
	clear: both;
}

#primary dl.form_textarea dd {
	width: 550px;
	height: 137px;
	background: url("images/common/form_field_2.gif") no-repeat scroll top left;
}

#primary dl.form_textarea dd textarea {
	width: 540px;
	height: 125px;
	padding: 3px 5px 0;
	background-color: transparent;
	border: none;
	resize:none;
	overflow:auto;
}

#primary form .submit {
	margin: 10px 0 50px 0;
}

/* side bar title
////////////////////////////// */
#secondary h3 {
	width: 300px;
	height: 27px;
}

#secondary h3.new     {background: url(images/common/ttl_new.gif) no-repeat scroll top left;}
#secondary h3.caramel {background: url(images/common/ttl_caramel.gif) no-repeat scroll top left;}
#secondary h3.ecobag  {background: url(images/common/ttl_ecobag.gif) no-repeat scroll top left;}
#secondary h3.buy     {background: url(images/common/ttl_buy.gif) no-repeat scroll top left;}
#secondary h3.info    {background: url(images/common/ttl_info.gif) no-repeat scroll top left;}
#secondary h3.voice   {background: url(images/common/ttl_voice.gif) no-repeat scroll top left;}
#secondary h3.comment {background: url(images/common/ttl_comment_new.gif) no-repeat scroll top left;}
#secondary h3.tag     {background: url(images/common/ttl_tag.gif) no-repeat scroll top left;}
#secondary h3.archives{background: url(images/common/ttl_archives.gif) no-repeat scroll top left;}

/* side bar banner
////////////////////////////// */
#secondary .banner {
	margin: 0 0 15px 0;
}

#secondary .banner img {
	margin: 0 0 5px 0;
}

/* side bar frame
////////////////////////////// */
#secondary .sideBox    {background-color: #f0e6d5;}
#secondary .caramelBox {background: #f0e6d5 url(images/common/illust_caramel.gif) no-repeat scroll top right;}
#secondary .ecobagBox  {background: #f0e6d5 url(images/common/illust_ecobag.gif) no-repeat scroll top right;}
#secondary .buyBox     {background: #f0e6d5 url(images/common/illust_buy.gif) no-repeat scroll top right;}
#secondary .infoBox    {background: #f0e6d5 url(images/common/illust_info.gif) no-repeat scroll top right;}
#secondary .voiceBox   {background: #f0e6d5 url(images/common/illust_voice.gif) no-repeat scroll top right;}

#secondary .otherBox {
	width: 300px;
	background: url(images/common/frame_sidebar_1.gif) no-repeat scroll top left;
	overflow: hidden;
}

#secondary .sideBoxEnd {
	clear: both;
	width: 300px;
	height: 7px;
	margin: 0 0 20px 0;
	background: url(images/common/frame_sidebar_2.gif) no-repeat scroll top left;
}

#secondary .sideBoxEndqr {
	width: 300px;
	height: 24px;
	margin: 0 0 20px 0;
	background: url(images/common/ttl_url.gif) no-repeat scroll top left;
}

/* side bar element
////////////////////////////// */
.sideBox p {
	padding: 10px 120px 10px 10px;
}

.sideBox ul {
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
}

.sideBox ul.short {
	margin: 0 120px 0 10px;
	padding: 10px 0 0 0;
}

.sideBox li {
	padding: 0 0 10px 18px;
	background: url("images/common/icon_kiji.gif") no-repeat scroll;
	background-position: 0px 2px;
	line-height: 1.2em;
}

*:first-child+html .sideBox li {
	height: 1%;
}

* html .sideBox li {
	height: 1%;
}

.sideBox ul.comment li {
	padding: 0 0 10px 25px;
	background: url("images/common/icon_comment_2.gif") no-repeat scroll;
	background-position: 0px 1px;
}

.sideBox ul.comment li span {
	font-weight: bold;
	color: #849e27;
}

#secondary .tolist {
	margin: 0 10px 0 10px;
	padding: 0 0 5px 0;
}

#secondary .tolist span {
	display: block;
	padding: 0 0 0 20px;
	background: url("images/common/icon_list.gif") no-repeat scroll;
	background-position: 0px 1px;
	line-height: 1.2em;
}

.sideBox li img, #secondary .tolist img {
	margin: 0 0 0 5px;
}

.otherBox img {
	margin: 8px 0 8px 8px;
}

.otherBox .thumbnails {
	display: inline;
	float: left;
	width: 120px;
}

.otherBox .details {
	display: inline;
	float: right;
	width: 165px;
	margin: 8px 8px 0 0;
}

.otherBox .details p {
	line-height: 1.5em;
}

/* side bar tag cloud
////////////////////////////// */
.sideBox ul.tagcloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	line-height: 1.5em;
}

.sideBox .cloud-weight-1  { font-size: 0.9em; }
.sideBox .cloud-weight-2  { font-size: 0.95em; }
.sideBox .cloud-weight-3  { font-size: 1em; }
.sideBox .cloud-weight-4  { font-size: 1.125em; }
.sideBox .cloud-weight-5  { font-size: 1.25em; }
.sideBox .cloud-weight-6  { font-size: 1.375em; }
.sideBox .cloud-weight-7  { font-size: 1.5em; }
.sideBox .cloud-weight-8  { font-size: 1.625em; }
.sideBox .cloud-weight-9  { font-size: 1.75em; }
.sideBox .cloud-weight-10 { font-size: 1.75em; }

/* pager
////////////////////////////// */
.pager {
	margin: 0 0 20px 0;
}

.nextpage {
	float: right;
	width: 240px;
}

.prevpage {
	float: left;
	width: 240px;
}

.nextpage a {
	display: block;
	padding: 0 18px 0 0;
	background: url("images/common/icon_next.gif") no-repeat scroll right;
}

.prevpage a {
	display: block;
	padding: 0 0 0 18px;
	background: url("images/common/icon_prev.gif") no-repeat scroll left;
}

/* page top
////////////////////////////// */
#pagetop {
	clear: both;
	margin: 5px 0 5px 0;
}

#pagetop a {
	display: block;
	width: 140px;
	height: 56px;
	background: url(images/common/btn_pagetop.gif) no-repeat scroll top left;
}

#pagetop a:hover {
	background: url(images/common/btn_pagetop.gif) no-repeat scroll bottom left;
}

/* footer
////////////////////////////// */
#footerContainer {
	border-top: solid 2px #b9b0a2;
	padding : 0 0 20px 0;
}

#footerContainer .official {
	float: left;
	width: 200px;
	margin: 10px 0 0 0;
}

#footerContainer .official img {
	margin: 0 10px 0 0;
}

#footerContainer .copyright {
	float: left;
	width: 600px;
	margin: 10px 0 0 0;
}

#footerContainer p {
	color: #7b7762;
}

