/*
Theme Name: for tomiyata.mydns
Theme URI: https://tomiyata.mydns.jp
Description: from DESIGN BOOK
Author: Tony Miyata
*/


/*基本*/
body{	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{	
	text-decoration:none;
	color:#0c8bcd;
}
a img{
	border:none;
}

/*コンテナ*/
#container{
	width:900px;
	margin:auto;
}

/*ヘッダー*/
#header{
	font-family:"Trebuchet MS", sans-serif;
	margin-bottom:20px;
}
#header h1{
	font-size:2.5em;
	margin:0;
}
#header h1 a{
	color:#000;
}
#header p#desc{
	font-size:1em;
	font-weight:bold;
	color:#999;
	margin:0 0 5px;
}
#subinfo{
	text-align:right;
	margin:-32px 0 5px;
}

/*検索フォーム*/
#searchform, #searchform div{
	display:inline;
}
#searchform label{
	display:none;
}
#s{
	border:solid 1px #aaaaaa;
	border-radius:5px;
	padding:3px 8px;
}
#s:hover, #s:focus{
	background-color:#eeeeee;
}
#searchsubmit{
	background-color:#666666;
	border-radius:5px;
	color:#ffffff;
	border:solid 1px #aaaaaa;
	padding:2px 8px;
	margin-right:10px;
}
#searchsubmit:hover{
	background-color:#aaaaaa;
}
div#subinfo img{
	vertical-align:bottom;
}


/*ナビゲーションバー*/
#nav{
	font-size:0.75em;
	height:30px;
	background-color:#fff;
	border:solid 1px #aaa;
	margin-bottom:8px;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	list-style-type:none;
	float:left;
}
#nav li a{
	display:block;
	width:150px;
	line-height:30px;
	border-right:solid 1px #aaa;
	color:#000;
	text-align:center;
}
#nav li a:hover{
	background-color:#c4f254;
}

/*パンくずリスト*/
.single div#header, .archive div#header{
	margin-bottom:5px;
}
div#breadcrumb{
	margin-bottom:5px;
}
div#breadcrumb div{
	display:inline;
	font-size:0.75em;
}

/*コンテンツ*/
#content{
	width:650px;
	float:right;
}
p.title{
	font-weight:bold;
	color:#585858;
	width:200px;
	margin:0 0 10px;
	padding:0 30px 0 10px;
	background-image:url(image/bar.png);
	background-repeat:no-repeat;
	background-position:right top;
}
p.pagenation{
	font-size:0.75em;
	overflow:hidden;
}
span.oldpage{
	float:left;
}
span.newpage{
	float:right;
}



/*記事*/
div.post{
	margin-bottom:30px;
	overflow:hidden;
}
div.post h2{
	background-image:url(image/chip.png);
	background-repeat:no-repeat;
	background-position:left center;
	border-top:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	font-size:0.875em;
	padding:10px 18px;
	margin:0;
}
div.post h2 a{
	color:#000000;
}
div.post p{
	font-size:0.875em;
	line-height:1.6;
}
div.post p.postcat{
	text-align:right;
	margin:-10px 10px 10px 0;
}
div.post p.postcat a{
	font-size:smaller;
	background-color:#a7d043;
	border-radius:2px;
	color:#fff;
	padding:1px 5px;
}
div.post p.postinfo{
	color:#0c8bcd;
	text-align:right;
	margin:0;
}

/*記事の個別ページ*/
.single div.post h2{
	background-color:#333;
	color:#FFF;
}
.single div.post h2 a{
	color:#FFF;
}

/*記事内の画像*/
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.wp-caption{
	border:solid 1px #aaa;
	text-align:center;
	padding-top:5px;
}

/*画像の個別ページ*/
.attachment div#content{
	width:100%;
	float:none;
}

.attachment p.photo{
	text-align:center;
}


/*ギャラリー*/
.gallery-item{
	width:33%;
	float:left;
	margin-top:0;
	text-align:center;
}
.gallery img{
	border:solid 1px #aaa;
	padding:5px;
}
.gallery a:hover img{
	background-color:#c4f254;
}
.gallery dd{
	margin:0;
	font-size:0.75em;
}
.gallery br+br{
	display:none;
}


/*タイトルの一覧*/
ul.post{
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:dotted 1px #aaa;
}
ul.post li{
	border-bottom:dotted 1px #aaa;
	background-image:url(image/chip.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding:15px 0 15px 20px;
}
ul.post li a{
	color:#000;
}
ul.post li span{
	font-size:smaller;
	color:#888;
}



/*続きを読む*/
div.post p.more{
	margin:0;
	font-size:0.625em;
}
div.post p.more a{
	border:solid 1px #aaa;
	color:#333;
	padding:3px;
}
div.post p.more a:hover{
	background:#f7e29e;
}

/*サムネイル画像*/
div.post p.thumb{
	float:left;
	margin:0 10px 10px 0;
}


/*サイドバー*/
#sidebar{
	width:200px;
	float:left;
}
#sidebar ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidebar .widget{
	margin-bottom:20px;
}
#sidebar h2{
	font-size:0.75em;
	color:#fff;
	background-color:#aaa;
	border-radius:3px;
	padding:2px 10px;
	margin:0;
}
#sidebar li li{
	font-size:0.75em;
	border-bottom:dotted 1px #aaa;
	margin:0;
}
#sidebar li li a{
	color:#000;
	display:block;
	padding:5px 10px;
}
#sidebar li li a:hover{
	background-color:#f7e29e;
}




/*フッター*/
div#footer{
	border-top:solid 1px #aaa;
	padding:6px 0;
	clear:both;
}
div#footer p{
	font-size:0.75em;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
}


	