@charset "UTF-8";

/*   
Theme Name: 村田修一 男の子育て日記
Description: パターンAa 
Author: 松浦
Version: 2009.06.03
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(1)全体的なルール
	◆(2)header.php(全ページ共通)
	◆(3)３カラム全体のルール(#outline内)
		◇(3-1)left_side(sidebar.php)
			・(3-1-1)トップ(#top)
			・(3-1-2)プロフィール(#side_profile)
			・(3-1-3)QRコード(#qrcode)
			・(3-1-4)カレンダー(#calendar)
			・(3-1-5)最新記事(#recententry)
			・(3-1-6)カテゴリー(#category)
			・(3-1-7)リンク(#link)
		◇(3-2)right_side(add_side.php)
			・(3-2-1)仕事依頼(#workrequest)
			・(3-2-2)ダイヤモンドブロガー(#blogger)
			・(3-2-3)ピックアップサイト(#addlink)
		◇(3-3)center(index.php)
			・(3-3-1)インフォメーション(.info)
			・(3-3-2)記事(.post)
	◆(4)コメント投稿(comments.php)
	◆(5)footer.php(全ページ共通)
	(6)お仕事依頼変更
========================================== */

/*  -----------------------------------------
　◆(1)全体的なルール
 ----------------------------------------- */
* {
	margin: auto;
	padding: 0;
}

body {	
	background-color: #FFFFFF;
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px; 
	background-image: url(images/body_background.gif);
	background-repeat:repeat;
}

body img{
	border: none;
}

a { text-decoration: none; }
a:link { color: #333333; } 
a:active { color: #ffffcc; }
a:visited { color:#333333; }
a:hover { color:#333333; }

/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */
#headbar {
	height: 21px;
	border-bottom:1px solid #CCCCCC;
	padding: 0px 30px;
	background-color: #FFFFFF;
	font-size: 11px;
}

#headbar .link {
	float: left;
}

#headbar .link a {
	color: #333333;
}

#headbar .link a: hover {
	text-decoration: underline;
}

#headbar img {
	margin-top: 0px;
	margin-right: 5px;
	vertical-align: -0.2em;
}

#headbar h1{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* headbar右側広告スペース */
#headbar .add {
	float: right;
	padding-top:12px;
	text-align:right;
}

#headbar .add a img {
	margin-right: 5px;
}

#headerimg {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-position: center;
	height: 470px;
    margin: auto;
    width: 898px;
}

/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#container {
	/* widthは全体の幅*/
	width: 896px;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#left_center {
	/* widthは#left_sideと#centerのwidthを足した数字
	その数字に#right_sideのwidthを足すと#outlineのwidthと同じ数字になる*/
	width: 650px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#center {
	width: 430px;
	float: right;
	padding: 0px 0px;
	margin: 0px 0px;
	color: #333333;
	font-size: 90% verdana, sans-serif;
	line-height: 16px;
	font: 90% verdana, sans-serif;
	overflow: hidden;
}

*html #center {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

#left_side {
	width: 175px;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 0px 0px;
	float: left;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#left_side a { text-decoration: underline; }
#left_side a:link { color: #0099ff; } 
#left_side a:active { color: #0099ff; }
#left_side a:visited { color:#0099ff; }
#left_side a:hover { color:#33ccff; }

#right_side {
	width: 200px;
	padding: 0px 38px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
}

#right_side a { text-decoration: underline; }
#right_side a:link { color: #FF9900; } 
#right_side a:active { color: #0099ff; }
#right_side a:visited { color:#FF9900; }
#right_side a:hover { color:#33ccff; }

/*  -----------------------------------------
　◇(3-1)#left_side(sidebar.php)
------------------------------------------ */ 
#left_side h3 {
	padding-top:12px;
	padding-bottom:5px;
	margin: 0px;
}

#left_side img {
	padding: 0px;
	margin: 0px;
}

#left_side .center {
	text-align: center;
	margin: 0px auto;
}

#left_side #link .center {
	text-align: center;
	margin: 0px auto 10px auto;
}


/*  -----------------------------------------
　・(3-1-1)#top
------------------------------------------ */ 
#top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
}

/*  -----------------------------------------
　・(3-1-2)#side_profile
------------------------------------------ */ 


#side_profile p {
	font-size: 10px;
	padding: 0px 0px;
	margin: 0px 0px;
}

#read_button {
	margin:auto;
	padding:10px 0;
	text-align:center;
}

/*  -----------------------------------------
　・(3-1-3)#qrcode
------------------------------------------ */

#qrcode p {
	padding: 0px;
	margin: 10px 0px 0px 7px;
	font-size: 10px;
}

/*  -----------------------------------------
　・(3-1-4)#calendar
------------------------------------------ */
#calendar {
	line-height: 16px;
	padding: 0px 0px;
}

/*  -----------------------------------------
　・(3-1-5)#recententry
------------------------------------------ */ 
#recententry {
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-top:5px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
	font-size: 11px;
}

/*  -----------------------------------------
　・(3-1-6)#category
------------------------------------------ */ 
#category {
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-top:5px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
	font-size: 11px;
}

/*  -----------------------------------------
　・(3-1-7)#link
------------------------------------------ */
#link {
	padding:0px;
}

#link div.center a p{
	padding:0px;
}

/*  -----------------------------------------
　◇(3-2)#right_side(add_side.php)
------------------------------------------ */
#right_side h3 {
	padding-top:12px;
	margin: 0px;
}

#right_side img {
	padding: 0px;
	margin: 0px;
}

#right_side .center {
	text-align: center;
	margin: 0px auto;
}

#right_side .bottom {
	padding-bottom: 15px;
}

/*  -----------------------------------------
　・(3-2-1)#workrequest
------------------------------------------ */
#workrequest {
	width: 190px;
}

#workrequest .center{
	text-align: left;
	margin: 4px auto 0px auto;
}

/*  -----------------------------------------
　・(3-2-2)#blogger
------------------------------------------ */
#blogger{
	width: 180px;
}

#blogger .blogger_center {
	width: 180px;

}

#blogger .blogger_center img {
	text-align: left;
	margin: 4px auto 0px auto;
}

#blogger .blogger_center p {
	padding: 0px;
	margin: 0px 0px;
}

/*  -----------------------------------------
　・(3-2-3)#shoplink
------------------------------------------ */
#addlink{
	width:  200px;
}

#addlink .center {
	text-align:left ;
	overflow: hidden;
}

/*  -----------------------------------------
　◇(3-3)#center(index.php)
------------------------------------------ */ 
/* 記事が10件以上になると表示されるナビ */
.navigation {
	text-align: center;
	padding: 8px;
	font-size: 11px;
	color: #333333;
}

#center .wp-comment {
	text-align: center;
}

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	width:420px;
	clear: both;
	border: none;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top:20px;
}

/* タイトル『インフォメーション』の色 */
.info h2 a:link { color: #000000; } 
.info h2 a:active { color: #ffffcc; }
.info h2 a:visited { color:#0099ff; }
.info h2 a:hover { color:#FF9900; } 
	
.info h2 {
	padding: 0px;
	margin: 0px;
}

.info_list {
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: 18px;
}

.info_time {
	float: left;
	width: 20%;
	color:#FF9900;
}

/* リスト内の『タイトル』の色 */
.info_title a:link { color: #000000; } 
.info_title a:active { color: #0099ff; }
.info_title a:visited { color:#000000; }
.info_title a:hover { color:#33ccff; } 

.info_title {
	float: left;
	width: 70%;
	border-bottom:1px dotted #333333;
}

/* 『インフォメーション一覧』の色 */
.info_bottom a:link { color: #0099ff; } 
.info_bottom a:active { color: #0099ff; }
.info_bottom a:visited { color:#0099ff; }
.info_bottom a:hover { color:#33ccff; }

.info .info_list {
	background-repeat: repeat;
}

.info ul {
	overflow: auto;
	padding-left: 0px; 
}

.info li {
	list-style: none;
}


.info_bottom {
	width:414px;
	clear:both;
	font-size: 11px;
	padding-top:8px;
	padding-right: 10px;
	text-align: right;
	height: 24px;
	background: url(images/info2.jpg) 0px  0px no-repeat;
}

/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
.post {
	padding: 0px 0px 10px 0px;
	clear: both;
	border: none;
	margin-bottom: 10px;
	color:#333333;
}

.post h2 a:link { color: #333333; } 
.post h2 a:active { color: #ffffcc; }
.post h2 a:visited { color:#333333; }
.post h2 a:hover { color:#FF9900; } 

.post h2 {
	margin: 0px;
	font-size: 14px;
	/* 記事のタイトルの色リンク無しの状態時 */
	font-weight: bold;
	background: url(images/post1.gif) 0px  0px no-repeat;
	padding:60px 12px 0px 50px;
	height: 24px;
	font-family: ＭＳ Ｐ明朝, 細明朝体, ヒラギノ明朝 Pro W3;
}

.post .content {
	background: url(images/post2.gif);
	background-repeat: repeat-y;
	background-color:#FF000;
}

.post .metadata_top {
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 22px;
	font-size: 11px;
	text-align: left;
	color:#fc9a42;
}



.post .story {
	margin: 0px 22px;
	line-height:180%;
}

.post .story a { text-decoration: underline; }

.imageframe {
	float: left;
	display: block;
	clear: both;
}

.post .alignright {
	float: right;
	display: block;
	clear: both;
}

.post .aligncenter {
	display: block;
	margin: 0px auto;
	clear: both;
}

.post .alignleft {
	float: left;
	display: block;
	clear: both;
}

.post .metadata_bottom {
	padding-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	clear: both;
}

.post .footer img {
	boorder: none;
}

/*  -----------------------------------------
　◆(4)comments.php(コメント)
------------------------------------------ */
#comments {
	font-size: 11px;
}

#comments .trackback {
	padding-left: 10px;
	font-size: 10px;
}

.trackback {
	/* ★widthは項目のサイズ */
	width: 400px;
	padding: 0px 0px;
	margin: 5px auto;
}

input#trackback {
	/* ★widthはトラックバックURL表示欄のサイズ */
	width: 390px;
	height: 20px;
	padding: 0px 0px;
	margin: 0px auto;
	border: 1px solid #aaaaaa;
}

#comments p {
	padding: 0px;
	margin: 0px;
}

/* 「コメント」「コメントする」の見出し */
#comments h3 {
	font-size: 14px;
	padding: 5px 0px 3px 50px;
	margin: 0px;
}

#commentlist .metadata_bottom {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

ol#commentlist {
	/* widthはユーザーのコメントを表示するボックスのサイズ */
	width: 390px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
}

ol#commentlist li.commentcontent {
	list-style: none;
	border: 1px solid;
	border-color: #ccc #ccc #ccc #ccc;
	/* コメントごとの下の余白 */
	margin-bottom: 15px;
}

ol#commentlist p {
	/* コメントのテキストの余白 */
	padding: 10px 10px;
}

/* コメントの承認待ち設定をしているブログの場合のみ表示されるアナウンス */
ol#commentlist p.note {
	padding: 3px 8px;
	border: 1px solid #ff0000;
}

#comments form {
	/* widthは「コメントする」フォームのサイズ
	widthのサイズを変える場合は★部分も変更すること */
	width: 400px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
	font-weight: bold;
}

form#commentform label {
	/* ★widthは項目のサイズ */
	width: 140px;
	float: left;
	padding: 0px;
	margin: 5px 5px 0px 0px;
}

form#commentform p {
	clear: both;
	padding: 0px;
	margin: 0px;
}

form#commentform sub {	
	padding: 0px;
	margin: 0px;
	display: block;
}

input#author, input#email, input#url {
	/* ★widthは入力欄のサイズ */
	width: 250px;
	height: 20px;
	border: 1px solid #aaaaaa;
	padding: 0px 0px;
	margin: 5px 0px;
}

textarea {
	border: 1px solid #aaaaaa;
	width: 385px;
	padding: 5px;
	margin-bottom: 10px;
}

p.submitbutton {
	text-align: center;
}

p.submitbutton input {
	font-weight: bold;
}

/*  -----------------------------------------
　◆(5)#footer
------------------------------------------ */
#footer {
	width:896px;
	clear: both;
	height: 100%;
	font-size: 11px;
	text-align: center;
	color: #333333;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	padding-top:8px;
}

#copyright {
	padding: 15px;
}

#copyright p {
	padding: 0px;
	margin-top: 0px;
}
/*  -----------------------------------------
　◆(6)お仕事依頼変更
------------------------------------------ */
.cf-fs1 ol.cf-ol {
	border-style: none;
	margin:0 !important;
	padding:15px 0 0 !important;
}
.cf-ol span.reqtxt, span.emailreqtxt {
	margin: 0;
}
.cf-fs1 .cf-ol #li-2-4 span.emailreqtxt {
	margin: 0;
}
#cforms2form p.cf-sb {
	width:300px;
}
.cform {
	width:320px!important;
}

.profile_bar{
	padding-top:14px;
}

.ad_banner{
	padding-top:14px;
}
