@charset "utf-8";

/*   
Theme Name:YK-Theme
Theme URI:http://www.19771206.com/
Description:シンプルなテーマ
Author:Yanagi.Kenji
Author URI:http://www.19771206.com/
Version:1.0
*/


/* 全体的なルール */

* {
	margin:0;
	padding:0;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333;
	background-color: #666;
}

em {
	font-style: normal;
	color: #ff0000;
}

a:link { color:#660000; }
a:visited { color:#660000; }
a:hover,a:active { color:#cc0000; }

a img {
	border: none;
}


/* レイアウト */

div#page {
	width:950px;
	margin:0 auto;
	background-color:#fff;
}
div#header {
	width: 950px;
	background-color:#fff;
}

div#footer {
	clear:both;
	width:950px;
	padding:5px 0;
	background-color:#000;
}

div#content {
	width:740px;
	float:left;
	padding:5px 0;
	clear:both;
}   
div#main {
	margin:0 10px;
}

div#sidebar {
	width:210px;
	float:right;
	text-align:center;
	background-color:#fff;
	padding:5px 0;
	background-color: #ddd;
}

/* ヘッダーテンプレート */

div#header h1 {
	text-align:left;
	font-size:1.2em;
	padding:30px 0 0 10px;
}
div#header h1 a:link, div#header h1 a:visited {
	color:#fff;
	text-decoration:none;
}
div#header h1 a:hover, div#header h1 a:active {
	color:#6666ff;
	text-decoration:underline;
}

div#header p {
	text-align:left;
	color:#fff;
	font-size:0.9em;
	padding:0 0 0 10px;
}

div#header-top {
	background-color: #333;
	text-align:left;
}


/* ヘッダーナビゲーション */

div#head-navi {
	text-align:right;
	font-size: 0.8em;
	color:#fff;
	padding:5px;
	border-bottom:2px solid #ccc;
	background-color:#000;
}

div#head-navi a:link,
div#head-navi a:visited {
	color:#fff;
	text-decoration:none;
}

div#head-navi a:hover,
div#head-navi a:active {
	color:#fff;
	text-decoration:underline;
}

/* フッターテンプレート */

div#footer a:link,
div#footer a:visited {
	color:#fff;
	text-decoration: none;
}

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

p#copyright {
	color:#fff;
	text-align:center;
	font-size:0.75em;
}

/* トップページテンプレート */


div.post {
	width:100%;
	margin-bottom:15px;
	background-color:#fff;
	clear:both;
}
h2.posttitle {
	font-size:1em;
	text-align:center;
	margin:0 5px 0.5em 0;
	padding:5px 0;
	color:#000;
	border: 1px solid #999;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/bk_h1_00.gif);

}

h2.posttitle a {
	text-decoration:none;
}

h2.posttitle a:link,
h2.posttitle a:visited {
	color:#000;
}

h2.posttitle a:hover,
h2.posttitle a:active {
	color:#0000ff;
}

div.post h3,
div.cat-post h3 {
	font-size:0.95em;
	margin:20px 0 0 0;
	border-left: 15px double #ff9933;
	margin:20px 10px 10px 10px;
	padding:0 5px;
	clear:both;
}

div.post h4,
div.cat-post h4 {
	font-size:0.9em;
	margin:10px;
	padding-left:25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/list/btn19.gif);
}

div#content p {
	font-size:0.9em;
	margin: 0 10px 1em 10px;
	line-height: 1.5em;
}

p.navigation {
	text-align:center;
}

dl {
	margin-bottom:1em;
}
dl.metadata {
	text-align:right;
}
dl.metadata dt, dl.metadata dd {
	font-size:0.8em;
	color:#666;
	display:inline;
}
dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:0.5em;
	margin-right:0.5em;
}
dl.metadata dd.last {
	border-right:none;
}

dl.metadata a:link { color:#999; text-decoration:none;}
dl.metadata a:visited { color:#999; text-decoration:none;}
dl.metadata a:hover,a:active { color:#cc0000; text-decoration:underline; }


/* サイドバーテンプレート */

div#sidebar div.widget  {
	background-color: #f8f8f8;
	border: 1px solid #999;
	margin:0 2px 5px 2px;
}

div#sidebar h3 {
	text-align:left;
	padding:3px 0 3px 10px;
	margin-bottom:5px;
	font-size:0.8em;
	color:#fff;
	background-color: #000099;
	border-bottom: 2px solid #ddd;
}

div#sidebar ul {
	margin:0 5px ;
	padding-bottom:10px ;
	text-align:left;
}

div#sidebar li {
	list-style:none;
	font-size:0.8em;
	padding:2px 5px;
}

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

div#sidebar a:hover,
div#sidebar a:active {
	color:#0000ff;
	text-decoration:underline;
}

div#sidebar dt {
	font-size:0.8em;
}

div#sidebar dd {
	font-size:0.8em;
	color:#999;
	border-bottom: 1px solid #eee;
	padding:5px 0;
	margin:5px 10px;
}


/* 個別記事テンプレート */

div.post img.wp-smiley {
	border:none;
}
div.post img.floatleft {
	float:left;
	margin:0 8px 8px 0;
}
div.post blockquote {
	font-size:0.85em;
	margin:20px 10px;
	padding:10px;
	background-color:#f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 25px;
}
div.post li {
	font-size:0.9em;
	line-height:1.5em;
	list-style:none;
}

hr {
	border-top:solid #ccc;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}
code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
}

/* コメントテンプレート */

div#trackback {
	margin:0 0 10px 0;
	padding:10px;
	background:#fff;
	text-align:right;
}

div#trackback h4 {
	font-size:0.8em;
	text-align:right;
}

input#trackbackurl {
	width:330px;
	font-size:0.75em;
	color:#666;
	text-align:right;
}

div#comments {
	padding:10px;
	background:#fff;
}

div#comments h4 {
	font-size:0.8em;
	text-align:right;
	padding-left:5px;
}

ol.commentlist {
	font-size:0.9em;
}

ol.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 5px 10px;
	list-style: none;
}

ol.commentlist li ul li { 
	margin-left: 10px;
}

ol.commentlist li dl.metadata dt,
ol.commentlist li dl.metadata dd {
	font-size:0.8em
}
ol.commentlist li, ol.commentlist p {
	font-size:1em;
}

div#respond {
	margin:0 0 10px 0;
	padding:10px;
	background:#fff;
}

div#respond h3 {
	font-size:1em;
	margin:0 0 10px 0;
	padding:5px 0 2px 5px;
	background:#f7f7f7;
	border-left:5px solid #999
}

div.reply {
	margin-left: 10px;
}

.depth-1 {
	border: 1px solid #ccc;
}

.even, .alt {
	border-top: 2px solid #ddd;
}

p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}

div.comment-author {
	text-align:right;
	margin-right:10px;
}
form#commentform label {
	width:120px;
	float:left;
	margin:0.25em 0 0 0;
}
form#commentform p {
	font-size:0.9em;
	clear:both;
}
form#commentform sub {
	display:block;
	padding-top:2px;
}
input#author, input#email, input#url {
	width:274px;
	border:3px double #ccc;
	padding:1px 3px;
}
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
}
p.submitbutton {
	text-align:left;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}


/* パンくずリスト */
div#topicpath {
	font-size:0.85em;
	color:#666;
	padding:5px 0;
}

div#topicpath a:link { color:#999; text-decoration:none;}
div#topicpath a:visited { color:#999; text-decoration:none;}
div#topicpath a:hover,a:active { color:#cc0000;	text-decoration:underline; }

.center { text-align:center; }
.right { text-align:right; }
.left {	text-align:left; }
.float-r { float:right; }
.float-l { float:left; }

.photo {
	padding:3px;
	border: 1px solid #ccc;
}

/* 表 */

table.data {
	margin:10px;
	width:630px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.data th {
	text-align:center;
	font-size: 0.85em;
	width:120px;
	vertical-align: top;
	padding:5px 0;
	background-color:#f7f7f7;
	border-right: 1px dashed #ccc;
	border-bottom: 1px solid #ccc;
}

table.data td {
	font-size: 0.85em;
	padding:5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* リンク */

ul.blogroll li {
	font-size: 11px;
	color:#aaa;
	padding:5px 0;
}

ul.blogroll li a {
	font-size: 14px;
}

ul.blogroll li a:link,
ul.blogroll li a:visited {
	text-decoration:none;
}

ul.blogroll li a:hover,
ul.blogroll li a:active {
	text-decoration:underline;
}

/* カテゴリー */

div.cat-post {
	width:100%;
	margin-bottom:15px;
	background-color:#fff;
	clear:both;
}

div.cat-post ul {
	margin-top:30px;
}

div.cat-post li {
	list-style-type: none;
	margin:10px 0 0 10px;
	padding-left:25px;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/list/btn01.gif);
}

div.cat-post li a:link,
div.cat-post li a:visited {
	text-decoration:none;
}

div.cat-post li a:hover,
div.cat-post li a:active {
	text-decoration:underline;
}



/* アドセンス */

div.ad-top {
	text-align:center;
}

div.ad-btm {
	margin:25px 10px 0 10px;
	text-align:left;
}

div.ad-btmlink {
	text-align:right;
	clear:both;
}

/* 記事ナビ */

div.post-navi {
	font-size:0.8em;
	color:#666;
	text-align:center;
}

div.post-navi a:link, div.post-navi a:visited {
	color:#6666cc;
	text-decoration:none;
}
div.post-navi a:hover, div.post-navi a:active {
	color:#0000ff;
	text-decoration:underline;
}

#webring {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	font-size:0.7em;
}

#webring a:link,
#webring a:visited,
#webring a:hover {
	color: #ccc;
	text-decoration: none;
	margin-right:2px;
}


