/*
Theme Name: ドライブは晴れがいいね～
Theme URL: http://www.fine-drives.com/blog/
Description: 「晴れの日ドライブ」のブログデザインサンプルです。
Version: 1.0
Author: MASA
Author URI: http://www.fine-drives.com/
*/
@charset "utf-8";


body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #999999;
	line-height: 180%;
	background-color: #000000;
	padding-bottom: 10px;
}
* {
	margin: 0px;
	padding: 0px;
}
a{
	color: #CCCCCC;
}
a:hover{
	text-decoration: none;
}
.alt_text{
	display: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.entryCont a img{
	margin-bottom: 10px;
	border: 1px solid #333333;
	background-color: #262626;
	clear: both;
	padding: 7px;
}

#wrapperBox {
	clear: both;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #000000;
	background-image: url(images/main_bg_img.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	background-position: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#wrapper {
	background-image: url(images/header_bg_img.jpg);
	background-repeat: no-repeat;
	background-position: center -20px;
	width: 860px;

}
#header {
	height: 280px;
	width: 860px;
	clear: both;
}
#header h1 {
	clear: both;
	height: 250px;
	width: 860px;
}
#header a {
	display: block;
	height: 280px;
}
#main {
	clear: both;
	height: auto;
	width: 860px;
	margin-bottom: 30px;
}
#main #mainCont {
	width: 520px;
	float: left;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#main #sideBar {
	width: 230px;
	float: right;
	height: auto;
	margin: 0px;
	padding: 20px;
}

#footer {
	height: 20px;
	width: 860px;
	padding-top: 30px;
	text-align: center;
	background-color: #181818;
	font-size: 12px;
	color: #CCCCCC;
	padding-bottom: 5px;
}

/*----------------------------------------------*/

.entryDate {
	font-size: 12px;
	color: #999999;
	display: block;
	width: 450px;
	text-align: right;
	float: left;
	clear: both;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.more-link{
	float: right;
}
.entryTitle {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 80px;
	padding-right: 10px;
	width: 430px;
	background-image: url(images/entry_title.png);
	background-repeat: no-repeat;
	height: auto;
}
.entryTitle a {
	color: #FFFFFF;
	text-decoration: none;
}
.entryTitle a:hover {
	text-decoration: underline;
}
.entryCont{
	width: 440px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	height: auto;
}
.entryPhotoCont{
	width: 400px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	height: auto;
}
.entryCont p{
	padding-bottom: 12px;
}
.entryCont p:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.postSub {
	float: right;
	clear: both;
}
#sideBar ul {
	padding-bottom: 30px;
	list-style-type: none;
	height: auto;
	padding-top: 10px;
}

#sideBar ul li {
	margin-bottom: 5px;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}


/* --Calendar--------------------------------------------- */
#wp-calendar {
	/*empty-cells: show;*/
	width: 230px;
}
#wp-calendar th {/*曜日*/

}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	background-color: #333333;
}
#wp-calendar td#prev a,#wp-calendar td#next a {
	display: block;
	font-weight: bold;
	background-color: #111111;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar tr {
	margin: 0px;
	padding: 0px;
}
#wp-calendar td {
	text-align: center;
	padding-top: 3px;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}	
	
.archives {
	background-image: url(images/archives_title.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 50px;
	margin-left: -10px;
	margin-bottom: 10px;
	clear: both;
}
.entry_side_title {
	background-image: url(images/entry_side_title.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 50px;
	margin-left: -10px;
	margin-bottom: 10px;
}
.categories_side_title {
	background-image: url(images/category_side_title.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 50px;
	margin-left: -10px;
	margin-bottom: 10px;
	text-indent: -5500px;
}





/*コメント部分----------------------------------------*/
#comments{
	font-size: 18px;
	background-color: #333333;
	height: 25px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#commentform {
	width: 450px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.commentlist p {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0px;
}
#respond h3{
	font-size: 12px;
	background-color: #191919;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #999999;
}
ol.commentlist{
	list-style-type: none;
	height: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
ol.commentlist li{
	margin-bottom: 30px;
}
ol.commentlist li p{
	font-size: 12px;
	line-height: 140%;
}
ul.children{
	list-style-position: outside;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.commentlist img.avatar{
	float: left;
	height: 36px;
	width: 36px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.commentlist .fn{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
.comment-meta.commentmetadata{
	padding-bottom: 0px;
}




/*--pagebar------------------------------------------------*/
.pagebar {
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #666666;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #666666;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #000000;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #333333;
	padding: 0.2em 0.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}

.pagebar a:hover {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}


/*--PHOTO ALBUM------------------------------------------------*/
ul#thumb-post-lists{
	list-style-type: none;
	list-style-position: inside;
	font-size: 10px;
}
#thumb-post-lists li {
	float:left;
	width: 240px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	height: 65px;
	font-size: 10px;
	line-height: 160%;
}
#thumb-post-lists li img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 60px;
	width: 80px;
	float: left;
	margin-right: 5px;
	vertical-align: baseline;
}

ul#thumb-gallery{
	list-style-type: none;
	list-style-position: inside;
}
ul#thumb-gallery li {
	float:left;
	text-align:center;
	text-indent:0;
	width: 135px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 10px;
}
ul#thumb-gallery li img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 70px;
	width: 100px;
}
#main #mainCont #each_box {
	margin-bottom: 60px;
	border: 0px none #333333;
	background-color: #000000;
}
.cateLink{
	text-align: right;
	clear: both;
	padding-top: 20px;
}
.myItemTitle {
	background-color: #262626;
	padding: 5px;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

ul.myItem {
	width: 220px;
	height: auto;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
ul.myItem li{
	float: left;
	display: block;
	width: 110px;
	padding: 0px !important;
	margin-top: 0px;
	margin-right: -5px !important;
	margin-bottom: -5px !important;
	margin-left: 0px;
}

.machineryBox a img{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
}

