@charset "UTF-8";

/*------------------------------------
	 1.全体
	 2.共通
	 3.ヘッダ
	 4.ナビゲーション
	 5.カレンダー
	 6.プロフィール
	 7.その他
	 8.検索
	 9.コメント
	10.コメントフォーム
	11.トラックバック
	12.トラックバックフォーム
	13.記事
	14.フッダ
	15.レイヤー
	16.その他
------------------------------------*/


/*------------------------------------
	1.全体
------------------------------------*/

/*	全体	*/
* {
	margin: 0px;
	padding: 0px;
}

/*	ボディ	*/
body {
	background: #FFFFFF transparent url(http://www.matsumotoro.com/blog/template/haikei.jpg) repeat;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	text-align:center;
}

div#wrapper1{
        width:100%; 
        background: transparent url(http://www.matsumotoro.com/blog/template/fuyu-bg.jpg) repeat-x;
}

div#wrapper2{
        width:100%; 
        background: transparent url(http://www.matsumotoro.com/blog/template/haikei.jpg) repeat;
}

div#wrapper3{
        width:100%; 
        background: transparent url(http://www.matsumotoro.com/blog/template/haikei-4.jpg) repeat-x;
}


/*	画像	*/
img {
	border: 0;
}

/*	テーブル	*/
table {
	border: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*	divタグ	*/
div {
	text-align: left;
}

/*	リスト	*/
ul {
	list-style: none;
}

/*	リンク	*/
a:link    { color: #666000; text-decoration: none }
a:visited { color: #666000; text-decoration: none }
a:active  { color: #666000; text-decoration: none }
a:hover   { color: #6D0000; text-decoration: none }


/*------------------------------------
	2.共通
------------------------------------*/

/*	ボタン	*/
input.button {
	padding: 2px 0px 0px 0px;
	margin: 0px 3px 0px 3px;
	width:55px;
	text-align:center;
	font-size:11px;
}

/*	改行	*/
br.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/*	フォーム(入力部)	*/
textarea.form_color,
input.form_color {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

/*	フォーム(入力部)	*/
input.form_checkbox {
	margin: 0px 2px 0px 2px;
}


/*------------------------------------
	3.ヘッダ
------------------------------------*/

/*	ヘッダエリア	*/
div#title {
	width: 450px !important;
	height: 100px !important;
	padding: 30px 0px 0px 0px;
	float: left;
}

/*	ヘッダタイトル	*/
div#title h1 {
        position: absolute; 
        top:-10px;
	font-size: 10px;
        color: #ffffff;
	line-height: 1em;
	padding-bottom: 2px;
}

/*	ヘッダタイトルリンク	*/
div#title h1 a:link    { color: #666000; text-decoration: none }
div#title h1 a:visited { color: #666000; text-decoration: none }
div#title h1 a:active  { color: #666000; text-decoration: none }
div#title h1 a:hover   { color: #666000; text-decoration: none }

/*	ヘッダ説明	*/
div#title p {
	color: #F90000;
}

/*	アシストメニューリンク	*/
.px12{
       font-size:12px;
}

.px12 a:link    { color: #4646FF; text-decoration: none }
.px12 a:visited { color: #4646FF; text-decoration: none }
.px12 a:active  { color: #4646FF; text-decoration: none }
.px12 a:hover   { color: #3366CC; text-decoration: underline }


/*------------------------------------
	4.ナビゲーション
------------------------------------*/

/*	項目エリア	*/
div#navigation{
        clear:both;
        float:right;
}

div#navigation dl {
	margin-bottom: 30px;
        background: transparent url(http://www.matsumotoro.com/blog/template/bar.gif) no-repeat;

}

/*	項目名称	*/
div#navigation dt {
	width: 190px !important;
	padding: 8px 0px 8px 8px;
	margin-bottom: 15px;
        font-weight:bold;
        color:#560C0C;
	
}

div#navigation dd {
	width: 200px !important;
}

/*	項目リスト	*/
div#navigation ul {
	padding-left: 10px;
}


/*------------------------------------
	5.カレンダー
------------------------------------*/

/*	カレンダーテーブル	*/
dl#calendar table {
	width: 204px;
}

/*	カレンダーテーブル(セル)	*/
dl#calendar table th,
dl#calendar table td {
	font-size: 11px;
	line-height: 1em;
	text-align: center;
	padding: 2px 2px;
}

/*	カレンダーテーブル(セル)	*/
dl#calendar table th {
	padding-bottom: 4px;
}

/*	カレンダーテーブル(曜日)	*/
dl#calendar table td.sunday {
	color: #FF0000;
}
dl#calendar table td.monday {
	color: #000000;
}
dl#calendar table td.tuesday {
	color: #000000;
}
dl#calendar table td.wednesday {
	color: #000000;
}
dl#calendar table td.thursday {
	color: #000000;
}
dl#calendar table td.friday {
	color: #000000;
}
dl#calendar table td.saturday {
	color: #0000FF;
}
/*	カレンダーテーブル(リンク)	*/
dl#calendar a {
	font-weight: bold;
}


/*------------------------------------
	6.プロフィール
	※プロフィール内容詳細は、13.記事に含まれる。
------------------------------------*/

/*	プロフィールエリア	*/
div#profile {
	width: 430px;
	padding-bottom: 20px;
}

/*	プロフィール項目名称	*/
div#profile h2 {
	font-size: 14px;
	width: 410px;
	margin-bottom: 20px;
}

/*	プロフィール内容	*/
div.profile_body {
	margin-bottom: 18px;
}


/*------------------------------------
	7.その他
------------------------------------*/

/*	その他エリア	*/
dl#extra {
	width: 204px !important;
	border: 1px solid #CCCCCC;
	background-color: #F5F5DC;
}

/*	その他項目名称	*/
dl#extra dt {
        display:inline;
        position:relative;
        top:8px;
}

/*	その他リスト	*/
dl#extra ul {
	padding: 30px 0 5px 5px ;
	list-style: none;
	font-size: 11px;
}


/*------------------------------------
	8.検索
------------------------------------*/

/*	検索エリア	*/
div.search {
	color:#000000;
	text-align: left;
	font-size:11px;
	margin-bottom: 15px;
	padding: 0px 0px 2px 5px;
}

/*	検索フォーム	*/
input.search_form {
	width: 120px !important;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}


/*------------------------------------
	9.コメント
------------------------------------*/

/*	コメントエリア	*/
div#comments {
	width: 560px;
	padding-bottom: 20px;
}

/*	コメント項目名称	*/
div#comments h3 {
	width: 540px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

/*	コメント内容	*/
div#comments dl.comment_body {
	width: 540px;
	background-color: #FAF5ED;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
}

/*	コメント内容項目名称	*/
div#comments dl.comment_body dt {
	width: 500px;
	font-size: 11px;
	text-align: left;
	margin: 5px 0px 0px 5px;
}

/*	コメント内容コメント	*/
div#comments dl.comment_body dd {
	width: 500px;
	text-align: left;
	background-color: #FAF5ED;
	border: 1px dotted #CCCCCC;
	margin: 5px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}


/*------------------------------------
	10.コメントフォーム
------------------------------------*/

/*	コメントフォームエリア	*/
dl#comment_form {
	width: 530px;
	border: 1px solid #DDDDDD;
	background-color: #FAF5ED;
	padding: 5px 5px;
}

/*	コメントフォーム項目名称	*/
dl#comment_form dt {
	text-align:right;
	margin: 3px 5px 0px 0px;
	width: 90px;
	float: left;
	font-size:11px;
	vertical-align: middle;
}

/*	コメントフォーム入力部	*/
dl#comment_form dd {
	padding-bottom: 5px;
	vertical-align: middle;
	font-size:11px;
}

/*	コメントフォーム入力部(ダミー)	*/
dl#comment_form dt label#labelsubmit {
	display: none;
}


/*------------------------------------
	11.トラックバック
------------------------------------*/

/*	トラックバックエリア	*/
div#trackback {
	width: 560px;
	padding-bottom: 20px;
}

/*	トラックバック項目名称	*/
div#trackback h3 {
	width: 540px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

/*	トラックバック内容	*/
div#trackback dl.tb_body {
	width: 540px;
	background-color: #FAF5ED;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
}

/*	トラックバック内容項目名称	*/
div#trackback dl.tb_body dt {
	width: 500px;
	font-size: 11px;
	text-align: left;
	margin: 5px 0px 0px 5px;
}

/*	トラックバック内容コメント	*/
div#trackback dl.tb_body dd {
	width: 500px;
	text-align: left;
	background-color: #FAF5ED;
	border: 1px dotted #CCCCCC;
	margin: 5px 10px 10px 10px;
	padding: 3px;
}


/*------------------------------------
	12.トラックバックフォーム
------------------------------------*/

/*	トラックバックフォームエリア	*/
dl#tb_form {
	width: 540px;
}

/*	トラックバックフォーム項目名称	*/
dl#tb_form dt {
	margin: 3px 5px 0px 0px;
	float: left;
	font-size:11px;
	vertical-align: middle;
}

/*	トラックバックフォーム入力部(トラックバックURL)	*/
dl#comment_form dd {
	padding-bottom: 5px;
	vertical-align: middle;
	font-size:11px;
}


/*------------------------------------
	13.記事
------------------------------------*/

/*	記事エリア	*/      

div.entry {
	width: 540px;
        padding-bottom:5px;
        background: url(http://www.matsumotoro.com/blog/template/title_icon.gif) no-repeat;
}

div.entry2 {
	width: 540px;
}

/*	記事タイトル	*/
div.entry h2 {
	font-size: 18px;
	width: 480px;
        color:#560C0c;
        margin-left:55px;
        text-align: left;
}

/*	記事タイトルリンク	*/
div.entry h2 a:link    { color: #560C0c; text-decoration: none }
div.entry h2 a:visited { color: #560C0c; text-decoration: none }
div.entry h2 a:active  { color: #666000; text-decoration: none }
div.entry h2 a:hover   { color: #666000; text-decoration: none }

/*	記事作者	  */
div.entry_author {
	width: 540px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
        margin-left:55px;
        padding:5px 0 ;
}



/*	記事内容	*/
div.entry_body {
        width: 540px;
	margin: 10px 20px 5px 0px;
        line-height:1.4;
        float:left;
        padding-top: 20px;
	padding-bottom: 20px;
        border-top: 1px solid #C29532;
        border-bottom: 1px solid #C29532;
}

/*	記事内容(続き)	*/
div.entry_more {
	margin-bottom: 10px;
}

/*	記事内容・プロフィール内容(画像)	*/
div.entry_body img.pict,
div.entry_more img.pict,
div.profile_body img.pict {
	padding: 10px 20px 10px 0;
}

/*	記事内容・プロフィール内容(サムネイル)	*/
div.entry_body img.thumb,
div.entry_more img.thumb,
div.profile_body img.thumb {
	padding: 10px 20px 10px 0;
}

/*	記事内容・プロフィール内容(引用)	*/
div.entry_body blockquote,
div.entry_more blockquote,
div.profile_body blockquote {
	padding: 10px 10px;
	background-color: #EEEEEE;
}

/*	記事ステータス	*/
div.entry_state {
        clear: both;
	width: 540px;
	font-size: 11px;
	text-align: right;
        margin-top:5px;
        margin-bottom:50px;
}

/*	記事内容・プロフィール内容(斜体)	*/
div.entry_body em,
div.entry_more em,
div.profile_body em {
	font-weight: bold;
}

/*	記事内容・プロフィール内容(テーブル)	*/
div.entry_body table,
div.entry_more table,
div.profile_body table {
	border-spacing: 0px;
}
div.entry_body table th,
div.entry_more table th,
div.profile_body table th {
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	border-color: #ffffff #aca899 #aca899 #ffffff;
	background-color: #ecead8;
}
div.entry_body table td,
div.entry_more table td,
div.profile_body table td {
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	border-color: #ffffff #aca899 #aca899 #ffffff;
	background-color: #DFDFDF;
}

/*	記事内容・プロフィール内容(リスト[番号あり])	*/
div.entry_body ol,
div.entry_more ol,
div.profile_body ol {
	list-style-type: decimal;
	padding-left: 10px;
	margin-bottom: 20px;
}

/*	記事内容・プロフィール内容(リスト)	*/
div.entry_body ul,
div.entry_more ul,
div.profile_body ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 20px;
}
div.entry_body dl,
div.entry_more dl,
div.profile_body dl {
	margin-bottom: 15px;
}
div.entry_body dl dt,
div.entry_more dl dt,
div.profile_body dl dt {
	color: #F90;
	font-weight: bold;
	padding-bottom: 8px;
}
div.entry_body dl dd,
div.entry_more dl dd,
div.profile_body dl dd {
	padding: 0px 0px 10px 15px;
}


/*------------------------------------
	14.フッダ
------------------------------------*/

/*	フッターアシストメニュー	*/
.px10{
        font-size:10px;
        text-align: center;
        padding: 2px 0;
}

/*	フッターアシストメニューリンク	*/
.px10 a:link    { color: #4646FF; text-decoration: none }
.px10 a:visited { color: #4646FF; text-decoration: none }
.px10 a:active  { color: #4646FF; text-decoration: none }
.px10 a:hover   { color: #3366CC; text-decoration: underline }

/*	フッター行間	*/
.foot{
        font-size:12px;
        padding-top:10px;
        line-height:1.4;
        vertical-align:top;
}


/*------------------------------------
	15.レイヤー
------------------------------------*/

/*	全体	*/
div#wrapper {
	width: 850px;
	padding: 0px;
	margin: 13px auto 0 auto;
	background:#FFFFFF;
}

h1{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
        margin:0px 0px 1px 25px ;
	color: #FFFFFF;
        text-align:left;
}


/*	ヘッダ	*/
div#header {
	width: 850px;
        height: 536px;
	margin: 0px auto;
        background:url(http://www.matsumotoro.com/blog/template/haikei_3.jpg) repeat-x;
}


/*　↓　ここからメイン　↓　*/
div#main {
        width: 850px;
        clear:both;
        padding:40px 0px ;
        margin: 0px auto; 　
}

/*	コンテンツ	*/
div#contents {
	width: 540px;
	padding: 0px 25px ;
	float: left;
}

/*	ページナビ	*/
div#pagenavi {
	width: 540px;
	text-align: center;
	font-size: 10px;
        padding-top: 10px;
	padding-bottom: 10px;
}

/*	ナビゲーション	*/
div#navigation {
	width: 220px;
	float: right;
}

/*	フッダ	*/
div#footer {
	width: 800px;
        height:213px;
	margin: 0px auto;
        background-position: bottom;
}

.co{
        text-align:center;
}


/*------------------------------------
	16.その他
------------------------------------*/

div#navigation dd#newentryname{
　　　　  padding-top:3px;
} 

div#navigation dd#newentrylist{ 
         margin-top:3px;
}
