/*
Theme Name: ジュエリー　ピンク
Theme URI: http://movabletype.decoweb.jp/
Description: レースとジュエリーのテンプレート
Version: two-left
Author: decoweb
Author URI: http://www.decoweb.jp/
*/

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link,
a:visited,
a:active

{
	color: #996600;
}

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

#contents .entry-title a:link{
	color: #FF4242;
	text-decoration: none;
}

#contents .entry-title a:visited{
	color: #FF4242;
	text-decoration: none;
}

#contents .entry-title a:hover{
	color: #FF4242;
}

/*************** body ***************/

body{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	background: url("images/body_back.jpg") repeat-x #FFE1E1;
	word-wrap: break-word;
}

img{
	border: 0;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: transparent;
}

body.layout-three-column div#main-container
{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: transparent;
}

/*************** ヘッダー  ***************/

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner
{
	width: 800px;
	height: 100px;
	background: url("images/banner_back_s.jpg") repeat-x #FFE1E1;
}

body.layout-three-column div#banner{
	width: 900px;
	height: 100px;
	background: url("images/banner_back.jpg") repeat-x #FFE1E1;
}

/*** h1 ---- ヘッダー内サイトタイトル ***/

div#banner h1, div#banner h2{
	text-align: center;
	font-size: large;
	margin: 0;
	padding: 30px 30px 0 30px;
}

/*** ヘッダー内サブタイトル ***/

div#banner-description{
	text-align: center;
	font-size: small;
	color: #666;
	margin: 0;
	padding: 5px 30px 0 30px;
}

/*** ヘッダー内リンク ***/

div#banner a{
	color: #993300;
	text-decoration: none;
}

div#banner a:hover{
	color: #993300;
	text-decoration: underline;
}

/*************** メイン（左中右カラム）  ***************/

div#main{
	margin: 25px 0 0 0;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

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

body.layout-two-column-right #contents{
	width: 595px;
	float: left;
	overflow: hidden;
}

body.layout-two-column-left #contents{
	width: 595px;
	float: right;
	overflow: hidden;
}

body.layout-three-column #contents{
	width: 490px;
	float: left;
	position: relative;
	top: 0;
	left: 205px;
	overflow: hidden;
}

/****** コンテンツ内定義 ******/

.layout-three-column div.contents-main{
	padding: 10px 15px;
}

.layout-two-column-left div.contents-main{
	padding: 10px 0 10px 30px;
}

.layout-two-column-right div.contents-main{
	padding: 10px 30px 10px 0;
}

/*** エントリーボディ内 h2 ***/
/*** コメント内 h2 ***/
/*** トラックバック内 h2 ***/

.entry-body h2,
.comment h2,
.trackback h2{
	margin: 5px 0 0 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 3px double #ACB887;
	height: 1%;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/

.entry-body h3,
.comment h3,
.trackback h3{
	margin: 5px 0 0 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 2px solid #ACB887;
	height: 1%;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/

.entry-body h4,
.comment h4,
.trackback h4{
	margin: 5px 0 0 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 1px dotted #ACB887;
	height: 1%;
}

.entry-body p{
	height: 1%;
	margin: 10px 0;
	padding: 0;
}

/*** エントリーボディ内 blockquote ***/

.entry-body blockquote{
	margin: 10px;
	padding: 5px;
	border: 1px dotted #ACB887;
	height: 1%;
}

/*** エントリー以外 blockquote ***/

.info,
.comment blockquote{
	margin: 10px;
	padding: 5px;
	border: 1px dotted #ACB887;
	height: 1%;
}

/*** エントリーボディ内 ol ul ***/
/*** コメント内 ol ul ***/
/*** トラックバック内 ol ul ***/

.entry-body ul,
.comment ul,
.trackback ul,
.entry-body ol,
.comment ol,
.trackback ol,
.archive-body ul{
	margin: 0 5px 0 0;
	padding-left: 0;
}

.entry-body li,
.comment li,
.trackback li,
.archive-body li{
	margin: 0 0 5px 30px;
}

/*** コンテンツ内パンくず ***/

.pankz{
	margin: 5px 0;
	padding: 0;
	font-size: x-small;
	text-align: right;
}

/*** コンテンツ内ページナビ ***/

.page-navi{
	margin: 5px 5px 10px 5px;
	padding: 0;
	font-size: x-small;
}

/****** エントリー ******/

.layout-three-column div.entry{
	margin: 0 0 15px 0;
	background: url("images/entry_back.jpg") repeat-y;
}

.layout-two-column-left div.entry,
.layout-two-column-right div.entry{
	margin: 0 0 15px 0;
	background: url("images/entry_back_s.jpg") repeat-y;
}

.layout-three-column div.entry-top{
	background: url("images/entry_top_back.jpg") no-repeat left top;
	height: 20px;
}

.layout-two-column-left div.entry-top,
.layout-two-column-right div.entry-top
{
	background: url("images/entry_top_back_s.jpg") no-repeat left top;
	height: 20px;
}

.layout-three-column div.entry-bottom{
	background: url("images/entry_bottom_back.jpg") no-repeat left bottom;
	height: 20px;
}

.layout-two-column-left div.entry-bottom,
.layout-two-column-right div.entry-bottom
{
	background: url("images/entry_bottom_back_s.jpg") no-repeat left bottom;
	height: 20px;
}

/****** 見出し上日付 ******/

.entry-date{
	width: 83px;
	height: 95px;
	background: url("images/date_back.gif") no-repeat left top;
	padding: 0 15px 0 0;
	text-align: right;
	font-size: small;
	color: #81AD72;
	float: right;
}

.entry-date .week{
	text-align: center;
	color: #FFF;
	font-size: x-small;
	padding: 20px 5px 0 0;
}

.entry-date .month{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 0;
}

.entry-date .year{
	color: #FF;
	text-align: center;
	padding: 25px 0 0 0;

}

/****** エントリーヘッダー ******/
/*** h2 ---- コンテンツ内の見出し ***/

.layout-three-column #contents h1.entry-title,
.layout-three-column #contents h2.entry-title{
	width: 320px;
	font-size: medium;
	letter-spacing: .1em;
	line-height: 1.6;
	color: #FF4242;
	margin:  0 5px 30px 15px;
	padding: 5px 5px 10px 10px;
}

.layout-two-column-left #contents h1.entry-title,
.layout-two-column-left #contents h2.entry-title,
.layout-two-column-right #contents h1.entry-title,
.layout-two-column-right #contents h2.entry-title{
	width: 420px;
	font-size: medium;
	letter-spacing: .1em;
	line-height: 1.6;
	color: #FF4242;
	margin:  0 10px 30px 15px;
	padding: 5px 5px 10px 10px;
}

/****** エントリーボディ ******/
/****** コメント ******/
/****** トラックバック ******/

.entry-body,
.comment,
.trackback
{
	margin: 0;
	padding: 0 20px;
	line-height: 1.6;
	letter-spacing: .15em;
}

/*************** タグ ***************/

div.entry-tags{
	margin: 10px 0 2px 0;
	padding: 0 20px;
}

/****** タグヘッダー ******/

div.entry-tags-header{
	padding: 0 0 5px 7px;
	margin: 0 0 5px 0;
	font-size: small;
	font-weight: bold;
	background-color: transparent;
	border-bottom: 1px dotted #999999;
	height: 1%;
}

div.entry-tags ul.entry-tags-list{
	list-style: none;
	padding: 0;
	margin: 0 0 5px 7px;
}

div.entry-tags ul.entry-tags-list li{
	display: inline;
	padding: 0 5px 0 0;
}

/*** エントリー内ページ分割ナビ ***/

div.entry-body-link-pages-navi{
	margin-top: 5px;
	padding: 0;
	text-align: center;
}


/****** 投稿時間 ******/

div.posted {
	margin: 10px 20px 0 20px;
	padding-top: 5px;
	font-size: x-small;
	border-top: 2px dotted #CCC;
	text-align: right;
	letter-spacing: 0;
	height: 1%;
}

/****** トラックバック、コメント、コメント書き込み ******/

/****** コメントRSS ******/

div.comments-rss
{
	font-size: x-small;
	text-align: right;
	margin-top: 5px;
}

 /***  見出し ***/

div.trackbacks-title,
div.comments-title,
div.comments-open-title,
div.comments-active-title,
div.retrieval-result-title
{
	height: 1%;
	font-size: small;
	font-weight: bold;
	color: #666;
	letter-spacing: .1em;
	border-bottom: 2px dotted #FF9999;
	padding: 15px 5px 5px 5px;
	margin: 25px 0 15px 0;
}

#trackbacks,
#comments,
#comments-open,
#comments-active,
.retrieval-result
{
	margin: 20px 5px 30px 5px;
}

div.comments-sys,
div.retrieval-result{
	margin-top: 5px;
}

/*** トラックバック情報 ***/

.trackbacks-info{
	margin: 10px 0 0 0;
}

/*** トラックバックNotice ***/

.trackbacks-notice{
	margin: 0 0 0 10px;
}

/*** コメントNotice ***/

.comment-notice{
	margin: 0 0 0 10px;
}

/*** コメントヘッダー ***/

.comment-header{
	padding: 10px 0 0 10px;
}

/*** コメントフッター ***/

.comment-footer{
	font-size: x-small;
	margin-bottom: 30px;
	padding: 5px 10px;
	border-top: 1px dotted #cccccc;
	text-align: right;
}

/*** コメントボトム ***/

.comment-bottom{
	border-bottom: 2px dotted #89B481;
}


/*** コメントフォーム ***/

#comment-form *
{
	margin: 0;
	padding: 0;
}

#comment-form{
	margin: 10px 0;
}

#comment-form textarea{
	width: 350px;
}

/*** フォームボタン ***/

#form-button{
	width: 350px;
	text-align: center;
}

#comment-form input,
#comment-form textarea,
input.trackback-url,
.search input#search,
#search-form input#search
{
	background: #FFF;
	border: 1px solid #FF6363;
	color: #000;
	padding: 2px;
}

input#forget,
input#remember,
#search-form #search-options input
{
	border: 0;
	background: none;
}

#form-button input,
.search input,
#search-form input
{
	background: url("images/bt_back.jpg") repeat-x left top;
	color: #FFF;
	border: 1px solid #FF6363;
}

/*************** サイドレイアウト  ***************/

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

body.layout-two-column-right div#side
{
	float: right;
	font-size: small;
	overflow: hidden;
}

body.layout-two-column-right div#right-side,
body.layout-two-column-right div#left-side
{
	width: 205px;
}

body.layout-two-column-left div#side
{
	float: left;
	font-size: small;
	overflow: hidden;
}

body.layout-two-column-left div#right-side,
body.layout-two-column-left div#left-side
{
	width: 205px;
}

body.layout-three-column div#left-side
{
	width: 205px;
	float: left;
	position: relative;
	top: 0;
	left: -490px;
	font-size: small;
	overflow: hidden;
}

body.layout-three-column div#right-side
{
	width: 205px;
	float: left;
	font-size: small;
	overflow: hidden;
}

/************ WP用 ************/

body.layout-two-column-right ul#left-side,
body.layout-two-column-right ul#right-side
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}

body.layout-two-column-left ul#left-side,
body.layout-two-column-left ul#right-side
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}

body.layout-three-column ul#left-side
{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	position: relative;
	top: 0;
	left: -400px;
	list-style: none;
	font-size: small;
}

body.layout-three-column ul#right-side
{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	list-style: none;
	font-size: small;
}


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

/*************** サイドバー（左右カラム） ***************/

div.menu *,
li.widget *
{
	margin: 0;
	padding: 0;
}

div.menu,
li.widget
{
	margin: 10px 0;
	padding: 0 10px;
	width: 205px;
	padding: 0;
	font-size: small;
	background: url("images/menu_back.jpg") repeat-y;
	list-style: none;
}

/*** サイドバー内見出し ***/

div.menu-title,
li.widget h2.widgettitle
{
	padding: 15px 5px 10px 15px;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background: url("images/menu_top_back.jpg") no-repeat left top;
}

/*** メニュー下背景 ***/

div.menu-bottom{
	background: url("images/menu_bottom_back.jpg") no-repeat left bottom;
	height: 20px;
}

/*** WP用 ***/

li#calendar h2
{
	visibility: hidden;
}

div#calendar_wrap
{
	margin: -50px 0 0 0;
	padding: 0;
}

/*** サイドバーリスト ***/

div.menu ul,
li.widget ul
{
	margin: 3px 10px 0 12px;
	padding: 2px 0;
	list-style: none;
}

div.menu ul li,
li.widget ul li
{
	background: url("images/menu_arrow.gif") no-repeat left top;
	padding: 0 0 5px 18px;
	margin: 0 0 5px 0;
}

div.menu ul li ul,
li.widget ul li ul
{
	margin: 0 0 0 10px;
	padding: 0 0 5px 15px;
	background: url("images/menu_li_arrow.gif") no-repeat left top;
}

/*************** サイド上部カレンダー ***************/

div#calendar *,
#calendar_wrap *
{
	margin: 0;
	padding: 0;
}

div#calendar,
#calendar_wrap
{
	line-height: 150%;
	border-collapse: collapse;
	border: 0;
	margin: 10px 0;
	padding: 0 10px;
	width: 205px;
	padding: 0;
	font-size: small;
	background: url("images/menu_back.jpg") repeat-y;
	color: #666;
}

#calendar div{
	background: url("images/menu_top_back.jpg") no-repeat left top;
}

#calendar table,
#calendar_wrap table
{
	margin: 0 7px;
	border-collapse: collapse;
	border: 0;
	width: 190px;
}

#calendar caption,
#calendar_wrap caption
{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	padding: 15px 5px 10px 10px;
	font-size: small;
	font-weight: bold;
	color: #FFF;
}

#calendar th,
#calendar_wrap th
{
	text-align: center;
	font-weight: normal;
	padding: 0;
}

#calendar td,
#calendar_wrap td
{
	text-align: center;
	padding: 0;
}

div#calendar-bottom{
	background: url("images/menu_bottom_back.jpg") no-repeat left bottom;
	height: 20px;
}

/*************** 検索 ***************/

div.search{
	margin: 5px;
	text-align: center;
}

/*************** Feeds ***************/

div.feeds{
	margin-bottom: 20px;
}

/*** リスト ***/

div.menu ul li.feedlink{
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url("images/feedicon.gif") no-repeat left top;
}

/*************** フッター ***************/

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer,
body.layout-three-column div#footer
{
	clear: both;
}

body.layout-two-column-right div#footer,
body.layout-two-column-left div#footer,
body.layout-one-column div#footer
{
	margin: 0 auto;
	width: 700px;
	padding: 3px 0 2px 0;
	color: #006600;
}

body.layout-three-column div#footer
{
	margin: 0 auto 10px auto;
	width: 800px;
	padding: 0;
	color: #006600;
}

/*** COPYRIGHT ***/

div#copyright{
	padding: 5px;
	text-align: center;
}

/*** decoウェブバナー ***/

div#deco-banner{
	padding: 5px;
	text-align: center;
	font-size: x-small;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}

/*************** アーカイブ ***************/

div.archive-body{
	margin: 10px 5px;
}