/*
Theme Name: 河原毛(Buckskin)
Theme URI: http://kntware.net/
Description: 馬の毛色・河原毛みたいな～
Version: 1.0.0
Author: KNT
*/

@charset 'utf-8';
@import url('./text.css');
@import url('./calendar.css');


/********************************************************************
	基本
********************************************************************/
* {
	margin : 0px;
	padding : 0px;
}

body {
	background : #000;
}

div {
	overflow : hidden;
}

.red_b {
	color : #f00;
	font-weight : bold;
}



/********************************************************************
	ヘッダ
********************************************************************/
div#header {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	overflow : hidden;
}

div#header div#h-main {
	width : 900px;
	height : 210px;
	margin : 0px auto;
}

div#header div#h-main div#h-title {
	float : left;
	overflow : hidden;
}

div#header div#h-main div#h-title a,
div#header div#h-main div#h-title a:visited,
div#header div#h-main div#h-title a:link {
	font-family : 'Comic Sans MS',snas-serif;
	font-size : 48px;
	font-weight : bold;
	color : #8ac;
	text-decoration : none;
}

div#header div#h-main div#h-title a:active,
div#header div#h-main div#h-title a:hover {
	color : #fff;
}

div#header div#h-main div#h-search {
	float : right;
	margin-top : 23px;
}

div#header div#h-main div#h-search input.text {
	width : 300px;
	font-family : monospace;
	font-size : 14px;
}

div#header div#h-main div#h-navi {
	clear : both;
	width : 100%;
	height : 32px;
	background : url('./imgs/h-navi.png') no-repeat;
	font-family : Verdana,Arial,sans-serif;
	font-size : 16px;
	color : #fff;
	text-align : center;
}

div#header div#h-main div#h-navi table {
	margin : 0px auto;
	height : 32px;
}

div#header div#h-main div#h-navi table tr td {
	padding : 0px 10px;
}

div#header div#h-main div#h-navi table tr td a,
div#header div#h-main div#h-navi table tr td a:visited,
div#header div#h-main div#h-navi table tr td a:link {
	font-weight : bold;
	color : #888;
	text-decoration : none;
}

div#header div#h-main div#h-navi table tr td a:active,
div#header div#h-main div#h-navi table tr td a:hover {
	color : #fff;
	text-decoration : underline;
}

div#header div#h-main div#h-ad728x90 {
	width : 728px;
	height : 90px;
	margin : 10px auto 0px auto;
}



/********************************************************************
	コンテナ
********************************************************************/
div#container {
	width : 900px;
	margin : 210px auto 0px auto;
	background : url('./imgs/container-middle.png') repeat-y center top;
}

div#container div#c-top {
	width : 100%;
	height : 7px;
	background : url('./imgs/container-top.png') no-repeat center top;
	overflow : hidden;
}

div#container div#c-bottom {
	clear : both;
	width : 100%;
	height : 7px;
	background : url('./imgs/container-bottom.png') no-repeat center top;
	overflow : hidden;
}

div#container2 {
	width : 900px;
	margin : 210px auto 0px auto;
	background : url('./imgs/container-middle2.png') repeat-y center top;
}

div#container2 div#c-top2 {
	width : 100%;
	height : 7px;
	background : url('./imgs/container-top2.png') no-repeat center top;
	overflow : hidden;
}

div#container2 div#c-bottom2 {
	clear : both;
	width : 100%;
	height : 7px;
	background : url('./imgs/container-bottom2.png') no-repeat center top;
	overflow : hidden;
}



/********************************************************************
	メイン
********************************************************************/
div#main {
	float : right;
	width : 650px;
	font-size : 14px;
}

div#main2 {
	width : 800px;
	min-height : 200px;
	_height : 200px;
	margin : 5px auto;
}

div#main a,
div#main a:visited,
div#main a:link {
	color : #b08020;
}

div#main a:active,
div#main a:hover {
	color : #877;
}

div#main div.entry {
	width : 630px;
	margin : 0px 0px 10px 20px;
}

div#main div.entry h1,h3,h5 {
	height : 44px;
	line-height : 44px;
	padding-left : 1em;
	background : url('./imgs/entry-top.png') no-repeat;
	font-size : 18px;
	color : #fff;
	font-weight : normal;
}

div#main div.entry h1 a,
div#main div.entry h1 a:visited,
div#main div.entry h1 a:link,
div#main div.entry h3 a,
div#main div.entry h3 a:visited,
div#main div.entry h3 a:link,
div#main div.entry h5 a,
div#main div.entry h5 a:visited,
div#main div.entry h5 a:link {
	color : #dcd9d2;
	text-decoration : none;
}

div#main div.entry h1 a:active,
div#main div.entry h1 a:hover,
div#main div.entry h3 a:active,
div#main div.entry h3 a:hover,
div#main div.entry h5 a:active,
div#main div.entry h5 a:hover {
	color : #fff;
	text-decoration : underline;
}

div#main div.entry h3 span.entry-date {
	font-size : 11px;
	color : #ddd;
	margin-left : 1em;
}

div#main div.entry p.entry-date-single {
	font-size : 12px;
	color : #5485DD;
	text-align : right;
	padding-right : 1.5em;
	margin : 5px 0px;
	font-family : Verdana,Arial,sans-serif;
}

div#main div.entry div.entry-bottom {
	width : 100%;
	height : 20px;
	margin : 15px 0px 0px 0px;
	background : url('./imgs/entry-bottom.png') no-repeat;
	overflow : hidden;
}

div#main div.entry div.entry-bottom p.entry-comment {
	text-align : right;
	height : 20px;
	line-height : 20px;
	margin : 0px 20px 0px 0px;
	font-size : 12px;
	font-family : Verdana,Arial,sans-serif;
	color : #eee;
}

div#main div.entry div.entry-bottom p.entry-comment a,
div#main div.entry div.entry-bottom p.entry-comment a:visited,
div#main div.entry div.entry-bottom p.entry-comment a:link {
	color : #fff;
	text-decoration : none;
}

div#main div.entry div.entry-bottom p.entry-comment a:active,
div#main div.entry div.entry-bottom p.entry-comment a:hover {
	color : #908020;
}

p.perma-link {
	margin : 5px 0px 5px 20px;
	font-size : 13px;
}

p.more-link {
	margin : 10px 0px 10px 10px;
}

ul.entry-info {
	margin : -5px 20px 45px 25px;
	padding : 0px;
}

ul.entry-info li {
	font-size : 10px;
	list-style-type : none;
	line-height : 1.3em;
	display : inline;
}

div#main ul.entry-info li a,
div#main ul.entry-info li a:visited,
div#main ul.entry-info li a:link {
	text-decoration : none;
	color : #0090d0;
}

div#main ul.entry-info li a:active,
div#main ul.entry-info li a:hover {
	text-decoration : underline;
	color : #007090;
}

ul.single-info {
	margin : 0px 15px 50px 25px;
	background : #F1EEE7;
	padding : 5px;
}

ul.single-info li {
	font-size : 10px;
	list-style-type : none;
	line-height : 1.6em;
	text-align : right;
}

div#main ul.single-info li a,
div#main ul.single-info li a:visited,
div#main ul.single-info li a:link {
	color : #0090b0;
	text-decoration : none;
}

div#main ul.single-info li a:active,
div#main ul.single-info li a:hover {
	color : #007090;
	text-decoration : underline;
}



/********************************************************************
	フロントページ
********************************************************************/
div#main div.home-top {
	width : 620px;
	min-height : 100px;
	margin : 5px 0px 0px 20px;
	background : url('./imgs/home-top.png') no-repeat;
}

div#main div.home-bottom {
	width : 620px;
	min-height : 100px;
	margin : 0px 0px 50px 20px;
	background : url('./imgs/home-bottom.png') no-repeat left bottom;
}

div#main div.home-frame {
	margin : 5px 20px 15px 20px;
}

div#main div.home-frame img.g550x300 {
	width : 550px;
	height : 300px;
	border : none;
	margin : 20px 0px 0px 30px;
}

div#main div.home-frame p.link {
	font-size : 11px;
	text-align : center;
}

div#main div.home-frame p.link a,
div#main div.home-frame p.link a:visited,
div#main div.home-frame p.link a:link {
	color : #00b0f0;
	text-decoration : none;
}

div#main div.home-frame p.link a:active,
div#main div.home-frame p.link a:hover {
	color : #0090d0;
	text-decoration : underline;
}

div#main div.home-frame p.description {
	font-size : 12px;
	text-align : center;
	margin : 15px 0px 25px 0px;
	color : #9C9992;
	line-height : 2em;
}

div#main div.home-top h2 {
	margin : 10px 10px 5px 10px;
	font-size : 16px;
	font-weight : normal;
	border-bottom : 1px dashed #c6c3bc;
	color : #579;
}

div#main div.home-top ul {
	margin : 0px 15px 15px 15px;
	padding : 0px;
}

div#main div.home-top ul li {
	list-style-type : none;
	line-height : 1.8em;
	padding : 0px;
}

div#main div.home-bottom h6 {
	margin : 20px 10px 5px 10px;
	font-size : 16px;
	font-weight : normal;
	border-bottom : 1px dashed #c6c3bc;
	color : #579;
}

div#main div.home-bottom ul {
	margin : 0px 5px 15px 15px;
	padding : 0px;
}

div#main div.home-bottom ul li {
	display : inline;
	margin : 0px 10px 0px 0px;
}

div#main div.home-bottom ul li a,
div#main div.home-bottom ul li a:visited,
div#main div.home-bottom ul li a:link {
	font-size : 13px;
	text-decoration : none;
	color : #0090d0;
}

div#main div.home-bottom ul li a:active,
div#main div.home-bottom ul li a:hover {
	text-decoration : underline;
	color : #007090;
}



/********************************************************************
	コメント＆トラックバック
********************************************************************/
div.entry dl {
	margin : 5px 15px 0px 10px;
}

div.entry dl dt {
	font-size : 15px;
	border-bottom : 1px dashed #ccc;
}

.name {
	color : #57b;
	font-weight : bold;
}

.small-size {
	font-size : 11px;
	color : #680;
}

div.entry dl dd {
	margin : 5px 0px 50px 0px;
}

div.entry dl dd p {
	font-size : 13px;
	margin-bottom : 1.5em;
	line-height : 2em;
}

div.entry form {
	width : 600px;
	margin-left : 5px;
}

div.entry form fieldset {
	border : none;
}

div.entry form fieldset dl {
	margin : 5px 0px 0px 0px;
}

div.entry form fieldset dl dt {
	font-size : 13px;
}

div.entry form fieldset dl dd {
	margin-bottom : 10px;
}

div.entry form fieldset dl dd input.edit-box {
	padding : 2px;
	width : 300px;
	font-family : monospace;
	font-size : 13px;
}

div.entry form fieldset dl dd textarea {
	width : 590px;
	font-family : monospace;
	font-size : 13px;
	padding : 2px;
}

div.entry form fieldset p {
	margin : 0px 5px 0px 0px;
	text-align : right;
}

div.entry form fieldset p input {
	padding : 5px 25px;
}

div.entry dl dd input.tb-url {
	padding : 2px;
	width : 580px;
}

div#trackback dl dd p {
	margin : 10px 0px;
	font-size : 11px;
}

div.entry dl dt.no-line {
	border : none;
}



/********************************************************************
	アーカイブ
********************************************************************/
div#main h1#archive {
	font-size : 24px;
	margin : 10px 15px 0px 20px;
	color : #58c;
}



/********************************************************************
	サイドバー
********************************************************************/
div#sidebar {
	float : left;
	width : 250px;
}

div#sidebar dl {
	margin : 5px 0px;
}

div#sidebar dl dt {
	font-family : 'Comic Sans MS',Verdana,sans-serif;
	font-size : 16px;
	line-height : 30px;
	color : #777;
	background : url('./imgs/side-title2.png') no-repeat;
	padding : 0px 0px 0px 1.3em;
	margin : 0px;
}

div#sidebar dl dd {
	margin : 3px 10px 2em 15px;
	font-size : 13px;
	padding : 0px;
}

div#sidebar dl dd ul {
	margin : 0px 0px 0px 20px;
	padding : 0px;
}

div#sidebar dl dd ul li {
	line-height : 1.5em;
}

div#sidebar dl dd ul li.rss {
	list-style-image : url('./imgs/rss.png');
}

div#sidebar dl dd a,
div#sidebar dl dd a:visited,
div#sidebar dl dd a:link {
	text-decoration : none;
	color : #b08020;
}

div#sidebar dl dd a:active,
div#sidebar dl dd a:hover {
	text-decoration : underline;
	color : #877;
}

div#sidebar dl dd dl {
	margin : 0px;
}

div#sidebar dl dd dl dt {
	margin : 0px 0px 0px 10px;
	border : none;
	font-family : sans-serif;
	font-size : 12px;
}

div#sidebar dl dd dl dd {
	margin : 0px 0px 10px 10px;
}

div#sidebar dl dd dl dd img {
	border : none;
}

div#sidebar dl dd div#ad180x150 {
	width : 180px;
	height : 150px;
	margin-left : 5px;
}



/********************************************************************
	サイドバーのタグクラウド
********************************************************************/
div#sidebar dl dd#tag-clouds {
	margin : 3px 15px 2em 20px;
}

div#sidebar dl dd#tag-clouds a,
div#sidebar dl dd#tag-clouds a:visited,
div#sidebar dl dd#tag-clouds a:link {
	color : #C9C6BF;
	text-decoration : none;
}

div#sidebar dl dd#tag-clouds a:active,
div#sidebar dl dd#tag-clouds a:hover {
	color : #ff7f50;
	text-decoration : underline;
}



/********************************************************************
	メインのタグクラウド
********************************************************************/
div#main div#tag-clouds {
	margin : 40px 15px 10px 20px;
	border : 2px solid #E2DFD8;
}

div#main div#tag-clouds dl {
	margin : 0px;
}

div#main div#tag-clouds dl dt {
	font-size : 15px;
	font-family : 'Comic Sans MS',Verdana,sans-serif;
	border-bottom : 2px solid #E2DFD8;
	line-height : 1.7em;
	padding-left : 1em;
	background : #ECE9E2;
}

div#main div#tag-clouds dl dd {
	margin : 3px 10px 5px 10px;
}

div#main div#tag-clouds dl dd a,
div#main div#tag-clouds dl dd a:visited,
div#main div#tag-clouds dl dd a:link {
	color : #C9C6BF;
	text-decoration : none;
}

div#main div#tag-clouds dl dd a:active,
div#main div#tag-clouds dl dd a:hover {
	color : #ff7f50;
	text-decoration : underline;
}



/********************************************************************
	フッタ
********************************************************************/
div#footer {
	width : 100%;
	height : 200px;
}

div#footer div#f-main {
	width : 900px;
	margin : 10px auto;
	overflow : hidden;
}

div#footer div#f-main div#f-ad728x15 {
	width : 728px;
	height : 15px;
	margin : 0px auto;
}

div#footer div#f-main div#f-navi {
	clear : both;
	width : 100%;
	height : 32px;
	background : url('./imgs/h-navi.png') no-repeat;
	font-family : Verdana,Arial,sans-serif;
	font-size : 16px;
	color : #fff;
	text-align : center;
	margin-top : 10px;
}

div#footer div#f-main div#f-navi table {
	margin : 0px auto;
	height : 32px;
}

div#footer div#f-main div#f-navi table tr td {
	padding : 0px 10px;
}

div#footer div#f-main div#f-navi table tr td a,
div#footer div#f-main div#f-navi table tr td a:visited,
div#footer div#f-main div#f-navi table tr td a:link {
	font-weight : bold;
	color : #888;
	text-decoration : none;
}

div#footer div#f-main div#f-navi table tr td a:active,
div#footer div#f-main div#f-navi table tr td a:hover {
	color : #fff;
	text-decoration : underline;
}

div#footer div#f-main p {
	font-family : Verdana,Arial,sans-serif;
	font-size : 15px;
	margin : 10px auto 0px auto;
	text-align : center;
	color : #c6c3bc;
}

div#footer div#f-main p a,
div#footer div#f-main p a:visited,
div#footer div#f-main p a:link {
	color : #e6e3dc;
	text-decoration : none;
	font-weight : bold;
}

div#footer div#f-main p a:active,
div#footer div#f-main p a:hover {
	color : #fff;
	text-decoration : underline;
}

div#footer div#f-main p.loginout {
	font-size : 12px;
	font-family : Verdana,sans-serif;
	color : #aaa;
}

div#footer div#f-main p.loginout a,
div#footer div#f-main p.loginout a:visited,
div#footer div#f-main p.loginout a:link {
	color : #aaa;
	text-decoration : none;
	font-weight : normal;
}

div#footer div#f-main p.loginout a:active,
div#footer div#f-main p.loginout a:hover {
	color : #ccc;
	text-decoration : underline;
}



/********************************************************************
	ページ
********************************************************************/
div#main div.entry dl.info dt {
	font-size : 14px;
	border : none;
}

div#main div.entry dl.info dd {
	font-size : 12px;
	margin : 3px 15px 15px 20px;
}

div#main div.entry dl.info dd dl dt {
	font-size : 12px;
}

div#main div.entry ul img.img32 {
	width : 32px;
	height : 32px;
	margin-right : 0.6em;
	border : none;
	vertical-align : middle;
}



/********************************************************************
	メールフォーム
********************************************************************/
form#mail-form {
	width : 600px;
	margin : 0px 0px 15px 5px;
}

form#mail-form fieldset {
	margin : 0px;
	padding : 0px;
}

form#mail-form fieldset dl {
	margin : 0px;
}

form#mail-form fieldset dl dt {
	font-size : 13px;
	margin : 0px;
	border : none;
}

form#mail-form fieldset dl dd {
	margin : 0px 0px 15px 0px;
}

form#mail-form fieldset dl dd input.y_name,
form#mail-form fieldset dl dd input.y_email {
	width : 350px;
	font-family : monospace;
	font-size : 13px;
	padding : 2px;
}

form#mail-form fieldset dl dd textarea.y_msg {
	width : 590px;
	height : 200px;
	font-family : monospace;
	font-size : 13px;
	padding : 2px;
}

form#mail-form fieldset dl dd input.y_submit {
	padding : 3px 10px;
}

form#mail-form fieldset dl dd input#your-self {
	margin : 0px 0px 0px 1em;
}



/********************************************************************
	Ads
********************************************************************/
div.ad468x60a {
	width : 468px;
	height : 60px;
	margin : 10px 0px 10px 10px;
}

div.ad336x280 {
	width : 336px;
	height : 280px;
	margin : 15px 0px 10px 25px;
}

div.ad336x280a {
	width : 336px;
	height : 280px;
	margin : 15px 0px 10px 10px;
}

div.ad160x600 {
	width : 160x;
	height : 600px;
	margin-left : 5px;
}

div.ad160x90 {
	width : 160px;
	height : 90px;
	margin-left : 5px;
}
