@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2008/03/22
	Version: 3.8
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar  {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://www.soin-apaiser.com/blog/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(image/main/header-back.jpg) repeat-x left top;
	line-height:160%;
	color:#999999;
}

body.layout-two-column-right,
body.layout-two-column-left,
body.layout-one-column,
body.layout-three-column
{
	background:#fff url(image/main/header-back.jpg) repeat-x left top;
}

div#body02 {
	background:url(image/main/footer-back.jpg) repeat-x bottom;
    }
a
{
	text-decoration:none;
	color:#F07E7A;
	background-color:transparent;
}

a:hover
{
	text-decoration:underline;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container,
body.layout-three-column div#main-container
{
	width:800px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
}
div#container-back {
    width:822px;
	background:url(image/main/content-back.png) repeat-y;
	margin:0 auto;
	}

/* ---------- body_end ---------- */

/* ---------- header ---------- */

h1 {
	padding:0 0 0 20px;
	font-size:12px;
	color:#F49591;
	text-align:left;
	}
	
h1 a{
	color:#F49591;
	}

div#header {
	width:100%;
	position:relative;
	text-align:center;
	background:url(image/main/header.jpg) no-repeat;
	margin:0 auto;
	}

/* ---------- header_end ---------- */

/* ---------- main ---------- */


body.layout-one-column #main
{
	width:700px;
	float:left;
}

body.layout-two-column-right #main
{
	width:580px;
	float:left;
}

body.layout-two-column-left #main
{
	width:580px;
	float:right;
}

body.layout-three-column #main
{
	width:400px;
	float:left;
}

div.content
{
	padding:0 15px 15px 15px;
}

div.entry
{
	margin:0 0 20px 0;
}

p.date-header
{
	color:#999999;
	font-size:90%;
	font-weight:normal;
	padding:17px 12px 7px 12px;
	background:transparent url(image/main/date_title_bg.gif) repeat-x left bottom;
}

h3.entry-header
{
	
	font-weight:bold;
	padding:22px 12px 20px 0;
	color:#fff;
        font-size:16px;
        text-indent:55px;
}

body.layout-one-column h3.entry-header
{
	background:url(image/main/entry1_head_bg.gif) no-repeat left center;
}

body.layout-two-column-right h3.entry-header,
body.layout-two-column-left h3.entry-header
{
	background:url(image/main/h3_2.jpg) no-repeat left center;
}

body.layout-three-column h3.entry-header
{
	background:url(image/main/h3_3.jpg) no-repeat left center;
}

h3.entry-header a
{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
        font-size:16px;
}

h3.entry-header a:hover
{
	text-decoration:underline;
}

div.entry-content
{
	padding:10px 0;
}

div.content blockquote
{
	padding:10px;
	border:1px solid #F8CAC3;
	background:#FCE7E2;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#666666;
	
}

div.entry-body p,
div.entry-more p
{
	color:#666666;
	
	line-height:150%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0 0 10px 0;
}

div.entry-body ul,
div.entry-more ul
{
	list-style-position:outside;
	margin-bottom:10px;
}

div.entry-body li,
div.entry-more li
{
	color:#666666;
	
	margin:0 5px 0 0;
	background-color:inherit;
	margin-left:15px;
}

div.content div.entry-tags h4
{
	
	color:#666;
	background:transparent url(image/main/tag_bg.gif) no-repeat 0 0;
	padding:0 0 5px 24px;
	margin:0 0 5px 0;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:10px 15px;
	margin:0 0 10px 0;
	background-color:#FCECE8;
	color:inherit;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	
	color:#F07E7A;
	background-color:transparent;
}

div.entry-info
{
	background:transparent url(image/main/entry_bg.gif) no-repeat center top;
	color:inherit;
	padding: 30px 0 10px 0;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
	background:transparent url(image/main/border_bg.gif) repeat-x left top;
	padding-top:5px;
	color:inherit;
}

div.entry-info li
{
	color:#999999;
	font-size:80%;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.content h4,
div.content h5
{
	color:#514036;
	font-weight:bold;
	font-size:110%;
	background:transparent url(image/main/icon2.gif) no-repeat 0 2px;
	padding:5px 10px 5px 40px;
	margin-bottom:10px;
}

div.content p.navi-link
{
	color:#999999;
	background-color:inherit;
	
	font-weight:normal;
	margin-bottom:15px;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */


body.layout-one-column div#left-menu,
body.layout-one-column div#right-menu
{
	display:none;
}

body.layout-two-column-right div#left-menu,
body.layout-two-column-right div#right-menu
{
	width:198px;
	float:right;
}

body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	width:198px;
	float:left;
}

body.layout-three-column div#left-menu,
body.layout-three-column div#right-menu
{
	width:198px;
	float:left;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content
{
	padding:0 10px 0 0;
}

body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content
{
	padding:0 0 0 10px;
}

body.layout-three-column div.right-content
{
	padding:0 6px 0 0;
}

body.layout-three-column div.left-content
{
	padding:0 0 0 10px;
}

div.left-content h3,
div.right-content h3
{
	background:transparent url(image/main/title_bg.gif) repeat-x left top;
	color:#666666;
	font-weight:bold;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	padding:18px 2px;
	text-align:center;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#666666;
	background-color:transparent;
	text-decoration:none;
}

div.left-content h3 a:hover,
div.right-content h3 a:hover
{
	text-decoration:underline;
}

div#left-menu li,
div#right-menu li
{
	list-style-type:none;
	color:#F07E7A;
	
	font-weight:normal;
	font-family:"・ｭ・ｳ 繧ｴ繧ｷ繝・け";
	line-height:120%;
	margin-bottom:8px;
}

div.search-form li,
div.category-archives li,
div.monthly-archives li,
div.recent-entry li,
div.site-link li
{
	color:inherit;
	background:transparent url(image/main/icon1.gif) no-repeat 0 5px;
	padding:0 10px 0 15px;
}

div.search-form li a,
div.category-archives li a,
div.monthly-archives li a,
div.recent-entry li a,
div.site-link li a
{
	color:#F07E7A;
	background-color:transparent;
	text-decoration:none;
}

div.search-form li a:hover,
div.category-archives li a:hover,
div.monthly-archives li a:hover,
div.recent-entry li a:hover,
div.site-link li a:hover
{
	text-decoration:underline;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.cclicense,
div.powered,
div.search-feed
{
	margin-bottom: 25px;
	background:transparent url(image/main/side_bg.gif) no-repeat center bottom;
	padding-bottom:35px;
	color:inheirt;
}

div.search-form label,
div.cclicense {
	background-color:inherit;
	color:#999999;
	font-size:90%;
	margin:0 0 5px 0;
}

div.search-form input#search {
	width:80%;
	color:#666666;
	
	background-color:#ffffff;
	border: 1px solid #666666;
	padding:2px;
	margin:5px 0;
}

div.search-form input.searchsubmit {
	color:#5d421a;
	
	background:transparent url(image/main/submit.gif) no-repeat left top;
	width:56px;
	height:22px;
}

/* ---------- menu_end ---------- */

/* ---------- footer ---------- */
div#footer {
	width:800px;
	height:50px;
	color:#999999;
	clear:both;
	text-align:center;
	background:url(image/main/footer.jpg) no-repeat;
	margin:0 auto;
	}
	
div#footer p{
    width:800px;
	padding-top:3px;
	}	
	
div#footer ul{
    width:800px;
	padding-top:5px;
	}
	
div#footer ul li{
	display:inline;
	}

div#footer ul li a{
	color:#999999;
	}
/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

div.trackbacks p,
div.trackbacks dt
{
	color:#666666;
	
	background-color:inherit;
}

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	margin:5px 0 10px 0;
}

div.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

ul.trackback-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#666666;
	font-size:80%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#666666;
	background-color:inherit;
	
}

p.comments-open-moderated
{
	color:#666666;
	background-color:inherit;
	
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

ul.comments-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
	margin:0 0 15px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

div#comments-open-data legend
{
	color:#666666;
	background-color:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width:60%;
	color:#666666;
	
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#5d421a;
	
	background:transparent url(image/main/submit.gif) no-repeat left top;
	width:56px;
	height:22px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	color:#666666;
	font-size:90%;
	font-weight:bold;
	padding:17px 12px 7px 12px;
	background:transparent url(image/main/title_bg.gif) repeat-x left top;
	margin-bottom:10px;
}

div.search-feed p
{
	color:#666666;
	font-size:90%;
	line-height:140%;
}

div.search-feed-content
{
	padding:10px;
}

p.feed-link
{
	margin:5px 0 0 0;
}

form#search-form label
{
	background-color:inherit;
	color:#666666;
	
	margin:0 0 5px 0;
}

dd#search-box ul,dd#search-options ul
{
	list-style:none;
	padding:0 0 10px 0;
}

dd#search-box ul li,dd#search-options ul li
{
	display:inline;
	margin:0 15px 0 0;
}

dd#search-box input#search
{
	width:70%;
	color:#666666;
	
	border: 1px solid #666666;
	padding:2px;
	background-color:#ffffff;
}

dd#search-box input.searchsubmit {
	color:#5d421a;
	
	background:transparent url(image/main/submit.gif) no-repeat left top;
	width:56px;
	height:22px;
}

h5.search-results-tit
{
	color:#514036;
	font-weight:bold;
	font-size:90%;
	background:transparent url(image/main/icon2.gif) no-repeat 0 2px;
	padding:5px 10px 5px 40px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.content p
{
	color:#666666;
	
	font-weight:normal;
	background-color:inherit;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul
{
	margin:0 0 10px 20px;
}

div.archive-body ul.archive-list li
{
	color:#666666;
	
	background-color:inherit;
	margin:0 0 5px 0;
}

/* ---------- archives_end ----------*/


/*カレンダー*/
#calendar {
line-height: 120%;
font-family: Verdana, Arial, sans-serif;
font-size: 10;
padding:0px;
text-align: center;
margin-bottom: 30px;
}


#calendar table {
width: 100%;
padding:0px 0px 0px 0px;
}

/*カレンダーのタイトル*/
#calendar caption {
	color:#666666;
	font-size:90%;
	font-weight:bold;
	padding:17px 12px 7px 12px;
	background:transparent url(image/main/title_bg.gif) repeat-x left top;
	margin-bottom:10px;
}

/*カレンダーの曜日*/
#calendar th {
line-height: 12px;
font-size:10px;
text-align: center;
font-weight: bold;
color: #F07E7A;
padding:2px 0px 0px 0px;
}

/*カレンダーの日付*/
#calendar td {
line-height: 12px;
font-size:10px;
font-weight: normal;
color: #646464;
text-align: center;
padding:2px 0px 0px 0px;

}
#calendar a {
color: #F07E7A;
text-decoration:underline;
}
#calendar a:hover {
color: #fff;
background-color: #F07E7A;
text-decoration:underline;
}
