/*
Theme Name: Family キッズ　クレヨン
Theme URI: http://movabletype.decoweb.jp/
Description: カワイイ子供とクレヨン調のテンプレート
Version: two-right
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,
#contents .entry-title a:visited
{
	color: #CC3366;
	text-decoration: none;
}

#contents .entry-title a:hover{
	color: #CC3366;
	text-decoration: underline;
}

/*************** 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, 'ＭＳ Ｐゴシック';
	word-wrap: break-word;
	background: url("images/body_back.jpg") no-repeat top left fixed #F4F4F2;
}

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{
	width: 705px;
	margin: 0 0 20px 190px;
	padding: 0;
	background: url("images/main_container_back_s.gif") repeat-y;
}

body.layout-three-column div#main-container{
	width: 805px;
	margin: 0 0 20px 190px;
	padding: 0;
	background: url("images/main_container_back.gif") repeat-y;
}

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

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner{
	width: 685px;
	height: 90px;
	margin: 0;
	padding: 10px;
	background: url("images/banner_back_s.gif") no-repeat top left;
}

body.layout-three-column div#banner{
	width: 785px;
	height: 90px;
	margin: 0;
	padding: 10px;
	background: url("images/banner_back.gif") no-repeat top left;
}

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

div#banner h1, div#banner h2{
	font-size: large;
	margin: 0 0 0 5px;
}

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

div#banner-description{
	font-size: small;
	color: #666;
	margin: 5px 150px 0 5px;
}

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

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

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

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

body.layout-two-column-right #main,
body.layout-two-column-left #main,
body.layout-one-column #main{
	width: 705px;
	margin: 0;
	background: url("images/main_back_s.gif") no-repeat top;
}

body.layout-three-column #main{
	width: 805px;
	margin: 0;
	background: url("images/main_back.gif") no-repeat top;
}

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

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

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

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

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

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

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

body.layout-one-column div.contents-main{
	width: 640px;
	margin: 0 auto;
	padding: 20px;
}

body.layout-two-column-left div.contents-main{
	width: 475px;
	margin: 0;
	padding: 0 15px 0 10px;
}

body.layout-two-column-right div.contents-main{
	width: 475px;
	margin: 0;
	padding: 0 10px 0 15px;
}

body.layout-three-column div.contents-main{
	width: 395px;
	margin: 0;
	padding: 0 5px;
}

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

.entry-body h2,
.comment h2,
.trackback h2{
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: double #996600;
}

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

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

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

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

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

.entry-body blockquote{
	width: 90%;
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #996600;
}

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

.info,
.comment blockquote{
	width: 90%;
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #996600;
}

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

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

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

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

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

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

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

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

body.layout-two-column-left div.entry,
body.layout-two-column-right div.entry{
	width: 480px;
	margin: 15px 0 40px 0;
}

body.layout-three-column div.entry{
	width: 395px;
	margin: 15px 0 40px 0;
}

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

.entry-date{
	text-align: right;
	font-size: small;
}

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

#contents h1.entry-title,
#contents h2.entry-title{
	font-size: small;
	letter-spacing: .1em;
	color: #CC3366;
	background: url("images/h2_back.gif") no-repeat top left;
	margin: 0 0 20px 0;
	padding: 5px 0 10px 40px;
}

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


.entry-body,
.comment,
.trackback,
.archive-body{
	line-height: 1.5;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}

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

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

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

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;
}

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{
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 5px 0;
	letter-spacing: 0;
}

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

/****** コメント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{
	font-size: small;
	font-weight: bold;
	color: #222;
	background: url("images/h_title_back.gif") no-repeat top left;
	padding: 5px 0 10px 40px;
}

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

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;
	border-top: 1px dotted #cccccc;
	margin-bottom: 30px;
	padding: 5px 0;
	letter-spacing: 0;
	text-align: right;
}

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

.comment-bottom{
	border-bottom: 1px solid #999999;
}

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

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

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

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

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

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

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

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

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: 200px;
	margin: 0 5px 0 0;
	overflow: hidden;
}

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: 200px;
	margin: 0 0 0 5px;
	overflow: hidden;
}

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

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

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

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

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

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

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

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{
	width: 180px;
	margin: 10px 10px 20px 10px;
	font-size: small;
	background:	transparent;
	list-style: none;
}

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

div.menu-title,
li.widget h2.widgettitle{
	width: 150px;
	height: 18px;
	margin: 0;
	padding: 10px 0 10px 25px;
	font-size: small;
	font-weight: bold;
	color: #69784B;
	background: url("images/title_back.gif") no-repeat top left;
}

div.menu ul,
li.widget ul{
	font-size: small;
	margin: 10px 10px 5px 25px;
}

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

div.menu ul,
li.widget ul{
	margin: 3px 0 0 20px;
	padding: 2px 0;
}

div.menu ul li,
li.widget ul li{
	padding: 2px 0;
}

div.menu ul li ul,
li.widget ul li ul{
	margin: 0 0 0 10px;
}

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

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

div#calendar,
#calendar_wrap{
	width: 180px;
	line-height: 140%;
	margin: 10px 10px;
	border-collapse:collapse;
	border: 0;
	color:#666;
}

#calendar table,
#calendar_wrap table{
	width: 180px;
	border-collapse: collapse;
	border: 0;
}

#calendar caption,
#calendar_wrap caption{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	padding: 8px 0;
}

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

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

div#calendar-bottom{
	padding-bottom: 10px;
}

/*** WP用 ***/

li#calendar h2{
	visibility: hidden;
}

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

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

div.search{
	margin-top: 5px;
}

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

div.feeds{
	margin: 10px 0 20px 0;
}

div.feeds ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.feeds ul li a{
	background: url("images/feedicon.gif") no-repeat center left;
	margin: 5px 0;
	padding: 0 0 0 25px;
}

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

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
{
	width: 705px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background: url("images/footer_back_s.gif") no-repeat top;
	color: #000;
}

body.layout-three-column div#footer
{
	width: 805px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background: url("images/footer_back.gif") no-repeat top;
	color: #000;
}

/*** COPYRIGHT ***/

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

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

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

/*** clearfix ***/

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

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

