@charset "EUC-JP";

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;zoom:1;}
html{
    height:100%;
}
body{ height:100%;
}h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
hr {display:none;clear:both;}
br.clear {clear:both;}
* html div.entryBody ol,* html div.entryMore ol {padding-left : 1em;}
* html div.entryBody ol li,* html div.entryMore ol li { zoom : normal;}
*:first-child+html div.entryBody ol,*:first-child+html div.entryMore ol {padding-left : 1em;}
*:first-child+html div.entryBody ol li,*:first-child+html div.entryMore ol li { zoom : normal;}

#right li,#left li { list-style-type:none;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#e1cabc;}

/* ページ全体 */
body {
	width:100%;
	padding:0;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background:#f4e8df url(./template/wcloset/bg02.jpg) ;
	background-attachment:scroll;
}

/* ページ全体のリンク色 */
a {color:#f3e4da;text-decoration:underline;}
a:link {color:#f3e4da;text-decoration:underline;}
a:visited {color:#f3e4da;text-decoration:underline;}
a:hover {color:#ccac97;text-decoration:none;}
a:active {color:#f3e4da;text-decoration:none;}

/* ブログタイトルのリンク色 */
h1 a {color:#3c261c;text-decoration:underline;}
h1 a:link {color:#3c261c;text-decoration:underline;}
h1 a:visited {color:#3c261c;text-decoration:underline;}
h1 a:hover {color:#3c261c;text-decoration:none;}
h1 a:active {color:#3c261c;text-decoration:none;}

/* カレンダーのリンク色 */ 
.cell a,.call a:link,.call a:visited {color:#f3e4da;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#ccac97;text-decoration:none;}

/* 本文のリンク色 */
.entry a {color:#3a2012;text-decoration:underline;}
.entry a:link {color:#3a2012;text-decoration:underline;}
.entry a:visited {color:#3a2012;text-decoration:underline;}
.entry a:hover {color:#63361f;text-decoration:none;}
.entry a:active {color:#3a2012;text-decoration:none;}

/* カテゴリーのリンク色 */ 
.cateName a {color:#e1cabc;text-decoration:none;}
.cateName a:link {color:#e1cabc;text-decoration:none;}
.cateName a:visited {color:#e1cabc;text-decoration:none;}
.cateName a:hover {color:#e1cabc;text-decoration:underline;}
.cateName a:active {color:#e1cabc;text-decoration:none;}


/* フォーム色 */ 
#wrapper input,#wrapper textarea {color:#3a2012; background:#f5eae2; border:1px #9d6d4e solid;}

/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

#wrap {
	width:1148px;  /* B */
	margin:0 auto; 
	padding:0;
	background:url(./template/wcloset/bg01.jpg) top center repeat-y;
}

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	text-align:left;
	background: url(./template/wcloset/side_bg01.jpg) top left no-repeat;
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:694px;  /* B */
	height:155px;
	clear:left;
	padding:121px 0 0 454px;
	background:url(./template/wcloset/head_bg.jpg) center top no-repeat ;
}
* html #header {
	padding:105px 0 0 0;
	width:1148px;
	height:171px;
	overflow:hidden;
}
*:first-child+html #header {
	padding:105px 0 0 0;
	width:1148px;
	height:171px;
	overflow:hidden;
}

/*コンテンツ枠（記事の枠＋両サイドメニューの枠）*/
#content {
	margin:0 auto;
}

/*　左側の幅（右サイドメニューの枠）　*/
#left {
	float:left;
	width:304px;  /* C */
	zoom:1;
	padding-top:15px;
	background:url(./template/wcloset/side_bg09.jpg) 101px 0 no-repeat;
}
* html #left {overflow:hidden;}
#leftWrap {
	padding:0 0 0 84px;
	width:220px;
}
leftWrap2 {
}
/*　メインの幅（記事の枠）*/
#main {
	float:left;
	width:540px;  /* D */
	padding:28px 0 0 0 ;
	margin:0;
	zoom:1;
	background: url(./template/wcloset/main_bg03.gif) top center no-repeat;
}

/*　右側の幅（右サイドメニューの枠）　*/
#right {
	float:left;
	width:304px;  /* E */
	zoom:1;
	background:url(./template/wcloset/side_bg05.jpg) 17px 0 no-repeat;
	padding:70px 0 0 0;
}
#rightWrap {
	width:220px;  /* C */
}
/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:15px; width:240px;padding:0; margin:0; text-align:center;}

/* ブログの説明文 */
div#description {margin:0;padding:0;color:#3c261c;width:240px; font-size:11px; line-height:17px; text-align:left;}


.entry,#profile {margin:0; color:#3a2012; background: url(./template/wcloset/main_bg01.jpg) center top repeat-y;}
.entryWrap,#profileWrap {background: url(./template/wcloset/main_bg02.gif) center top no-repeat;}
.entryWrapper,#profileWrapper {padding:20px 40px 40px 40px;background: url(./template/wcloset/main_bg04.gif) center bottom no-repeat;}
#profileWrapper {min-height:900px;height: auto !important;height:900px;}
* html .entryWrapper {width;460px; overflow:hidden;}


/* 次の記事・前の記事 */
#entryNavi {margin:15px 0 15px 0; text-align: center; font-size:14px;}
#entryNavi02 {margin:15px 0 15px 0; text-align: center; font-size:12px;}
#entryNavi span {padding-right:5px;}

/* 記事のタイトル */
h2 {font-size:17px;font-weight:bolder; padding-top:5px;}

/* カテゴリー */
.cateName {background-color:#736e21; font-size:10px; font-weight:bold; padding:2px;}

/* LOVEボタン */	
.entryLove {margin:5px 0; display:inline}

/* 記事本文 */
.entryBody {margin:15px 0 0 0; font-size:13px; color:#1b0c04;}
* html .entryBody {overflow:hidden; width:460px;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
* html a.mixi-check-button img {margin-bottom:4px;}
ul.entryState {zoom:1; list-style-type: none; padding-bottom:3px;}
ul.entryState:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
ul.entryState li {
	float:right;
	border-left:1px solid #3c261c;
	padding:0 5px;
}

ul.nonborder li {border:none !important;}

/* コメント枠 */
#comment {padding:20px 40px 40px 40px;margin:0; background:url(./template/wcloset/main_bg05.jpg) center top no-repeat;}
* html #comment {margin-top:-20px;}
*:first-child+html #comment {margin-top:-20px;}
	#commentTitle {		
	}
	
	#commentSendTitle {		
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 0;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #c18f6d;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {padding:20px 40px 40px 40px;margin:0;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
		
	#trackback input {width:350px;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}
	
	ul.trackbackState {margin:0 0 15px 0;}
	
	ul.trackbackState li {
	    display:inline;
		border-left:1px solid #c18f6d;
		padding-left:5px;
	}

/* プロフィールのページ */
#profile{margin:0;}

	#profileTitle {font-size:14px;font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}
	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0; text-align:right; height:40px ; line-height:40px; padding-right:40px;}
.mobile {background:none !important;}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #333;
	padding:10px;
	margin:10px;
}

/* リスト */
div.entryBody li,div.entryMore li {
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {font-size:14px;font-weight:bolder;margin:0 0 5px 0; text-align:center; font-family: Century, Times, serif}
#commentTitle,#commentSendTitle,#trackbackTitle {font-size:14px;font-weight:bolder; font-family: Century, Times, serif}

/* サイドメニューの内容 */
.sideContents {padding:0 30px 30px 30px ;margin:0 0 10px 0; background:url(./template/wcloset/side_bg02.jpg) center bottom no-repeat;}
.sideContents_item01 { padding:0 30px 110px 30px ;margin:0 0 10px 0; background: url(./template/wcloset/side_bg03.jpg) center bottom no-repeat;}
.sideContents_item02 { padding:0 30px 150px 30px ;margin:0 0 10px 0; background: url(./template/wcloset/side_bg04.gif) center bottom no-repeat;}
.sideContents_item03 { padding:0 30px 408px 120px ;background: url(./template/wcloset/side_bg06.jpg) 76px 100px no-repeat; }
.sideContents_item04 { padding:0 30px 1155px 25px;background: url(./template/wcloset/side_bg08.jpg) 17px 80px no-repeat; }

.arrow01 ul li {padding-left:15px; background:url(./template/wcloset/ic01.gif) 0 6px no-repeat;}
.arrow02 ul li {padding-left:15px; background:url(./template/wcloset/ic02.gif) 0 6px no-repeat;}
.arrow03 ul li {padding-left:15px; background:url(./template/wcloset/ic03.gif) 0 6px no-repeat;}


/* カレンダーの１マス幅 */
.cell {width:27px;}

/* プロフィール */
.profileImg {
	text-align:center;
	padding:5px 0;
}
.profileTxt {
	text-align:center;
}

/* home */
.home_bo { width:169px; background:url(./template/wcloset/home_bo_on.jpg) ;}
.home_bo  a {display: block;width:169px; height:59px;}
.home_bo  a:hover img { visibility:hidden;}
* html .home_bo a:hover { visibility: visible;}

/* ×JUGEM　*/
.xjugem_bn { width:156px; background:url(./template/wcloset/xjugem_bn_on.jpg) ;}
.xjugem_bn a {display: block;width:156px; height:100px;}
.xjugem_bn a:hover img { visibility:hidden;}
* html .xjugem_bn a:hover { visibility: visible;}

.imgce {text-align:center; }
* html .imgsc2 {width:160px !important;overflow: hidden;}
.search_tit {font-size:10px; padding-top:5px;}
#search {margin-right:5px;} 

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:10px;
    padding:0 0 10px 0;
	color:#ccac97;
    text-align:center;
}