@charset "euc-jp";

/* タグの初期設定
----------------------------------------------- */
body {}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}



/* リンクの色
----------------------------------------------- */
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:active  { text-decoration: none; }
a:hover   { text-decoration: underline; }



/* 全体をくくり、センタリングするタグ
----------------------------------------------- */
#container {
	margin: 0 auto;
	padding: 0;
	width: 764px;
	line-height: 140%;
	text-align:left;
}



/* ヘッダ
----------------------------------------------- */
#container #header_title {
	margin: 0;
	width: 764px;
}

#header_title h1 {
	width:764px;
	height:168px;
	margin-bottom:10px;
	padding: 0;
	background: url("/preview/shadowcabinet/blog/images/header_title_img.jpg") 0 0 no-repeat;
}

#header_title h1 a{
	display:block;
	width:764px;
	height:168px;
	padding: 0;
}

#header_title h1 a span{ display:block;text-indent:-9999px; }

#header_title p.left {
	float:left;
	width:280px;
	margin-bottom:10px;
}

#header_title p.left a {
	display:block;
	padding-left:10px;
	font-size: 12px;
	line-height:140%;
	background: url("/shadowcabinet/blog/images/icon_r_arrow_red.gif") 0 50% no-repeat;
	color:#FF0000;
}

#header_title p.left span.update {
	display:block;
	margin-top:18px;
	font-size: 10px;
	color:#999999;
}


#header_title p.right {
	float:right;
	width:400px;
	margin-bottom:10px;
	font-size: 10px;
	line-height:140%;
	text-align:right;
	color:#999999;
}

#header_title div.header_foot {
	clear:both;
	width:764px;
	height:20px;
	font-size: 1%;
	background: url("/shadowcabinet/blog/images/header_title_foot.gif") 0 0 no-repeat;
}


/* センター（コンテンツ）部分
----------------------------------------------- */
#center {
	float: right;
	width: 525px;
	font-size: 12px;
	text-align: left;
}

#center .content-nav {
	margin:10px 0 10px 0;
	color:#999999;
	font-size:10px;
	text-align:left;
}

#center .content-nav a {
	color:#999999;
}

.entry_head {
	width:525px;
	height:10px;
	font-size: 1%;
	background: url("/shadowcabinet/blog/images/entry_box_head.gif") 0 bottom no-repeat;
}

.entry_foot {
	width:525px;
	height:10px;
	margin-bottom:10px;
	font-size: 1%;
	background: url("/shadowcabinet/blog/images/entry_box_foot.gif") 0 top no-repeat;
	overflow:hidden;
}

.content {
	margin:0;
	padding:5px 17px 7px 11px;
	background: url("/shadowcabinet/blog/images/entry_box_bg.gif") 0 0 repeat-y;
	font-size: 12px;
}

.content blockquote {
	display:block;
	width:480px;
	margin:0;
	padding:10px 5px;
	line-height: 150%;
	border:1px solid #E1DDE1;
	background:#FBFBFB;
	text-align:center;
}

.content blockquote strong{
	color:#FF0000;
}

.content img {
	margin: 0;
	border:2px solid #FF0000;
}

.content div.entrytitle {
	margin:0;
	padding:0;
}

.content div.entrytitle h2 {
	margin: 0;
	padding: 3px 0 6px 22px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
	background: url("/shadowcabinet/blog/images/entry_title_bg.jpg") 5px top no-repeat;
	border-bottom:2px solid #FF0000;
}

.content div.entrytitle h2 a { color: #FF0000; }

.content div.entrybody,
.content div.entrymore {
	margin: 0 0 20px 0;
	padding: 0;
}

.content div.entrybody p,
.content div.entrymore p {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}

.content div.entrybody p a,
.content div.entrymore p a{ color: #FF0000; }

.content div.entrybody span,
.content div.entrymore span{
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 10px;
	line-height: 130%;
	color: #333333;
}

.content div.entryextended {
	margin: 0 0 30px 0;
	padding: 0;
}

.content div.entryextended img {
	margin: 0;
}

.content div.entryinfocontainer {
	margin: 0;
	padding: 0;
	border-top:1px solid #E3DFE3;
}

.content div.entryinfo {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height:140%;
	color: #999999;
}

.content div.entryinfo p {
	margin-top:5px;
	padding:0;
	color: #999999;
}

.content div.entryinfo p a {
	color: #333333;
}

.content div.entryinfo p span.entryinfocategory { color: #999999; }
.content div.entryinfo p span.entryinfocategory a{ color: #333333; }


/* トラックバック */
.content .trackbacks {
	margin: 50px 0 0 0;
	padding: 0;
	line-height: 140%;
}

.content .trackbacks h3 {
	border-bottom: 2px solid #B7AEB7;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: #B7AEB7;
}

.content .trackbacks div#trackbacks-info {
	margin: 0;
	padding: 10px;
	background:#FBFBFB;
	border:1px solid #E2DFE2;
}

.content .trackbacks div.trackbacks-content {
	margin: 0 0 0 2px;
	padding: 0;
}

.content .trackbacks div.trackbacks-content p a.pingblogname { color: #999999; }

/* コメント */
.content .comments {
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 140%;
}

.content .comment {
	margin: 0px 0 30px 2px;
	padding: 0;
}

.content div.comment p.comment-footer {
	font-size:10px;
	color:#999999;
}

.content div.comment p.comment-footer a{ color:#333333; }

/* コメント投稿 */
.content h2.comments-error-header,
.content h2.comments-preview-header,
.comments h2.comments-open-header,
.comments .comments-content h3.comments-header {
	border-bottom: 2px solid #B7AEB7;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: #B7AEB7;
}

#comments-open {
	margin: 0 0 0 2px;
}

.comments-open-moderated {
	line-height: 140%;
}

.comments-open-caution {
	line-height: 140%;
	padding-bottom:15px;
}


h3.comment-pending-title {
	border-bottom: 2px solid #B7AEB7;
	margin: 10px 0 15px 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: #B7AEB7;
}

.comment-pending {
	margin: 0px 0 1em 2px;
	font-size:10px;
	color:#999999;
}

.comment-pending a{
	color:#FF0000;
}


/* 左メニュー部分
----------------------------------------------- */
#left {
	float: left;
	margin:0;
	padding:0;
	width: 214px;
}

.sidebar {
	margin: 0;
	padding: 0;
	width: 214px;
}

#left h2 {
	font-size: 10px;
	line-height: 120%;
	color: #FFFFFF;
	overflow: visible;
}

#left a { color: #666666; }

#left #sidebar .navi_head {
	width:214px;
	height:10px;
	font-size: 1px;
	background: url("/shadowcabinet/blog/images/navi_box_head.gif") 0 bottom no-repeat;
	padding:0;
	margin:0;
}

#left #sidebar .navi_foot {
	width:214px;
	height:20px;
	padding:0;
	margin:0;
	font-size: 1px;
	background: url("/shadowcabinet/blog/images/navi_box_foot.gif") 0 top no-repeat;
}

#left #sidebar .navi_box {
	width:188px;
	padding:5px 13px;
	margin:0;
	color: #B7AEB7;
	font-size: 10px;
	line-height: 120%;
	background: url("/shadowcabinet/blog/images/navi_box_bg.gif") 0 0 repeat-y;
}

/* 記事タイトル画像指定（defalt setting） */
.navi_box h2 {
	width:187px;
	height:18px;
	font-size:10%;
	text-indent:-9999px;
}

.navi_box ul {
	margin:0 0 5px 0;
	padding: 10px 18px;
	border-top:2px solid #FF0000;
	border-left:1px solid #F3F1F3;
	border-right:2px solid #E1DDE1;
	border-bottom:2px solid #E1DDE1;
}

.navi_box ul li { 
	margin: 0;
	padding: 0 0 8px 11px;
	list-style: none;
	background: url(images/icon_l_arrow_10.gif) no-repeat 0 4px;
}

#searchblog h2 { background: url("/shadowcabinet/blog/images/navi_search_title.gif") 0 0 no-repeat; }
#latests h2 { background: url("/shadowcabinet/blog/images/navi_latests_title.gif") 0 0 no-repeat; }
#calendar h2 { background: url("/shadowcabinet/blog/images/navi_calendar_title.gif") 0 0 no-repeat; }
#category h2 { background: url("/shadowcabinet/blog/images/navi_categories_title.gif") 0 0 no-repeat; }
#message h2 { background: url("/shadowcabinet/blog/images/navi_message_title.gif") 0 0 no-repeat; }
#archive h2 { background: url("/shadowcabinet/blog/images/navi_archives_title.gif") 0 0 no-repeat; }


/* opinion box */
.opinionBox {
	width:210px;
	margin-left:2px;
	margin-bottom:10px;
	background:#B50000 url("/shadowcabinet/images/opinionbox_parts_header.gif") no-repeat 0 0;
}

.opinionBox h2 {}

.opinionBox .innerBox {
	margin:0 10px;
	padding-top:10px;
	background:#FFFFFF url("/shadowcabinet/images/opinionbox_parts_inner_header.gif") no-repeat 0 0;
}

.opinionBox .innerBox p {
	padding:0 10px 20px 10px;
	background:url("/shadowcabinet/images/opinionbox_parts_inner_footer.gif") no-repeat 0 100%;
	color:#333333;
}

.opinionBox .buttonBox {
	padding:8px 0 12px 0;
	text-align:center;
	background:url("/shadowcabinet/images/opinionbox_parts_footer.gif") no-repeat 0 100%;
}

/* 記事検索 */
#searchblog form {
	padding: 0;
}

#searchblog dl {
	display:block;
	width:150px;
	margin: 0 0 10px 20px;
	padding:0;
}

#searchblog dl dt {
	margin: 0 0 6px 0;
	padding: 0;
}

#searchblog dl dd {
	margin: 0;
	padding: 0;
	text-align: center;
}

#searchblog dl dd input#search {
	width: 150px;
	margin: 0 0 5px 0;
}

/* カテゴリー */
#category ul li ul { 
	margin:0 0 5px 0;
	padding: 10px 18px;
	border-width:0;
}

#category ul li ul li { 
	margin: 0;
	padding: 0 0 8px 11px;
	list-style: none;
	background: url("/shadowcabinet/blog/images/icon_l_arrow_10.gif") no-repeat 0 4px;
}

/* メッセージ */
a.mess { color: #999999; text-decoration: underline; }

#message {}

#message span.messagedate {
	font-weight: bold;
	color: #999999;
}

/* アーカイブ */
#archive {}

/* リンク */
#contents {}

#contents dl {
	margin: 0 0 0 12px;
	padding: 0;
}

#contents dl dt {
	margin: 10px 0 2px 0;
	padding: 0;
}

#contents dl dd {
	margin: 0 0 8px 4px;
	padding: 0 0 0 11px;
	text-size: 10px;
	line-height: 120%;
}

#contents dl dd.boyfriend   { background: url(images/left_contents_arw_boy.gif) 0 3px no-repeat; }
#contents dl dd.boyfriend a { color: #F25C6F; }

#contents dl dd.product   { background: url(images/left_contents_arw_prod.gif) 0 3px no-repeat; }
#contents dl dd.product a { color: #FF6804; }

#contents dl dd.mailmagazine   { background: url(images/left_contents_arw_mailmag.gif) 0 3px no-repeat; }
#contents dl dd.mailmagazine a { color: #2CA343; }

/* アーカイブ */
#feed {}
#feed p {
	margin-bottom:5px;
	font-size:10px;
	font-weight:bold;
	color:#B7AEB7;
}

/*
#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 80%;
}
*/



/* 右側部分（背景画像）
----------------------------------------------- */
#right { }



/* フッタ部分
----------------------------------------------- */
#footer {
	margin: 0;
	padding: 10px 0 0 0;
	width: 789px;
	height: 40px;
	background: #FFFFFF;
	font-size: 10px;
	line-height: 110%;
	color: #AD8C83;
	background: #FFFFFF url(images/foot_bg.gif) top left no-repeat;
}

#footer p {
	float:left;
	margin: 0px;
	padding: 8px 0 0 16px;
	
}

#footer ul {
	float: right;
	margin: 8px 16px 0 0;
	_margin: 8px 8px 0 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 0 0 20px;
	padding:0 0 0 9px;
	list-style: none;
	background: url(images/foot_arw.gif) no-repeat 0px 50%;
}

#footer a:link    { color: #AD8C83; text-decoration: none; }
#footer a:active  { color: #AD8C83; text-decoration: none; }
#footer a:visited { color: #AD8C83; text-decoration: none; }
#footer a:hover   { color: #AD8C83; text-decoration: underline; }



/* 記事検索ページ用スタイル
----------------------------------------------- */
div#center #pagebody-inner form {
	margin: 0 0 40px 0;
	padding: 0;
}

div#center #pagebody-inner form h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

div#center #pagebody-inner h2.search-results-header {
	border-bottom: 2px solid #B7AEB7;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: #B7AEB7;
}
div#center #pagebody-inner p.search-cap {
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	color: #666666;
}

div#center #pagebody-inner #search-options {
	margin: 0px 0 1em 2px;
	font-size:12px;
	color:#999999;
}

div#center #pagebody-inner h3.search-results-header2 {
	margin: 0 0 10px 0;
	padding: 3px 0 6px 22px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
	background: url("/shadowcabinet/blog/images/entry_title_bg.jpg") 5px top no-repeat;
	border-bottom:2px solid #FF0000;
}

div#center #pagebody-inner .search-results-container {
	margin:20px 0 0 0;
}

div#center #pagebody-inner .search-results-container h3{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}

div#center #pagebody-inner .search-results-container h3 a{
	color:#FF0000;
}

div#center #pagebody-inner .search-results-container p{
	font-size:12px;
	color:#666666;
}

div#center #pagebody-inner .search-results-container p a{
	color:#666666;
}

div#center #pagebody-inner .search-results-container .entry-footer{
	font-size:10px;
	color:#999999;
}

div#center #pagebody-inner blockquote {
	color: #666666;
}

body.layout-one-column div#center #pagebody-inner a:link    { color: #EF3E34; text-decoration: underline; }
body.layout-one-column div#center #pagebody-inner a:visited { color: #EF3E34; text-decoration: underline; }
body.layout-one-column div#center #pagebody-inner a:active  { color: #EF3E34; text-decoration: underline; }
body.layout-one-column div#center #pagebody-inner a:hover   { color: #EF3E34; text-decoration: underline; }


/* コメント投稿 */


#comments-open {
	margin: 0 0 0 2px;
}

.comments-open-moderated {
	line-height: 140%;
}

.comments-open-caution {
	line-height: 140%;
	padding-bottom:15px;
}

