/*  
Theme Name: blog_inmycab005
Theme URI: http://www.inmycab.com
Description: 
Version: 1.0
Author: k.mitsuno
Author URI: http://www.inmycab.com
*/

@import url(css/toppage.css); 
@import url(css/bikepage.css); 
@import url(css/slider.css); 

/************************************************************************************ body */

body {
	background: #FFF url(images/main-bg.gif);
	color: #333;
	font: 110%/135% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 0 30px;
}
#page {
	background: #FFF url(images/content-bg.jpg) repeat-y;
	margin: 0 auto;
	width: 970px;
}
a {
	color: #C60;
	text-decoration: none;
}
a:visited {
	color: #C63;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0 0 15px;
}

/* -----------　ブログタイトル　----------------*/
h1 {
	background: url(images/header-icon.gif) no-repeat;
	color: #fff;
	font: bold 10px/100% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	height: 60px;
	margin: 0;
	padding-left: 70px;
}
h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	color: #fff;
	text-decoration: none;
}

/* -----------　記事タイトル　----------------*/
h2 {
	border-bottom: 1px dotted #CCC;
	color: #59770e;
	font: bold 150%/115% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	letter-spacing: 0px;
	margin: 0 0 2px;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #F60;
	text-decoration: none;
}
h3 {
	color: #758d38;
	font: normal 130%/130% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	margin: 10px 0 5px;
}
h4 {
	color: #758d38;
	font: normal 110%/115% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	margin: 10px 0 5px;
}
h5 {
	color: #333;
	font: 75%/150% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
}
h6 {
	color: #59770e;
	font: 75%/150% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	line-height: 1;
}
form {
	margin: 0;
	padding: 0;
}

/************************************************************************************ header */
#header {
	background: #fff url(images/header-bg.jpg) no-repeat;
	height: 280px;
	position: relative;
}
#headerimg {
	height: 60px;
	padding: 30px 0 0 40px;
	position: relative;
}
#headerimg .description {
	bottom: 3px;
	color: #fff;
	font-size: 14px;
	left: 110px;
	position: absolute;
}
#content {
	float: left;
	overflow: hidden;
	padding: 0 0 30px 40px;
	width: 485px;
}
.post {
	clear: both;
	padding-top: 10px;
}
.post-date {
	background: url(images/date-bg.gif) no-repeat;
	float: left;
	height: 49px;
	margin-top: 2px;
	width: 45px;
}
.post-title-date {
	color: #999;
	font-size: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
.post-year {
	color: #999;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-left: 8px;
	padding-top: 0;
	text-align: left;
}
.post-month {
	color: #FFF;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-left: -3px;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
}
.post-day {
	color: #999;
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-left: -3px;
	padding-top: 7px;
	text-align: center;
	text-transform: uppercase;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}
.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	color: #999;
	float: left;
	font-size: 95%;
	padding-left: 20px;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	float: right;
	font-size: 95%;
	padding-left: 20px;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	color: #999;
	float: right;
	font-size: 95%;
	padding-left: 20px;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	float: right;
	padding-left: 18px;
}
.navigation {
	clear: both;
	padding: 10px 0;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	background: url(images/mini-nav-left.gif) no-repeat left center;
	float: left;
	padding-left: 18px;
}
.next-entries a {
	background: url(images/mini-nav-right.gif) no-repeat right center;
	float: right;
	padding-right: 18px;
}

/************************************************************************************ comment */
.commentlist {
	line-height: 110%;
	margin: 10px 0;
	padding-left: 20px;
}
.commentlist li {
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	color: #C60;
	font-size:50%;
	font-style: normal;
	font-weight: bold;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #C60;
}
.commentlist small {
	display: block;
	font-size: 87%;
	margin-bottom: 5px;
}
#commentform {
	font: 90% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	margin-top: 10px;
}
#commentform p {
	margin: 0;
	padding: 6px 0;
}
#commentform label {
	color: #787878;
	font-size: 87%;
}
#commentform input {
	background: #f1fedb;
	border: 1px solid #bdd77f;
	margin-top: 3px;
	padding: 3px;
	width: 200px;
}
#commentform textarea {
	background: #f1fedb;
	border: 1px solid #bdd77f;
	height: 115px;
	margin-top: 3px;
	padding: 2px;
	width: 478px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
}
#commentform #submit {
	background: url(images/btn-bg.gif) no-repeat;
	border: none;
	color: #FFF;
	cursor: pointer;
	float: right;
	font: bold 12px Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	height: 28px;
	width: 144px;
}

/************************************************************************************ sidebar */
#sidebar {
	color: #4C4C40;
	float: right;
	margin-right: 15px;
	padding: 0 20px 20px 0;
	width: 410px;
	font: 90%/115% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
}
#colthree {
	color: #4C4C40;
	float: right;
	overflow: hidden;
	width: 150px;
}
#coltwo {
	color: #4C4C40;
	float: left;
	padding: 0 0 20px 40px;
	width: 200px;
}
#coltwo h2, #coltwo .coltwotitle {
	border-bottom: 1px solid #CFE1AC;
	color: #758d38;
	font: bold 120%/100% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	margin: 16px 0 2px;
}
#coltwo a, #coltwo a:visited {
	color: #4C4C40;
	font: normal 90%/150% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	text-decoration: none;
}
#coltwo a:hover {
	color: #F60;
	text-decoration: none;
}
#coltwo ul {
	margin: 0;
	padding: 0;
}
#coltwo ul li {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#coltwo ul li ul {
	margin: 0;
	padding: 0;
}
#coltwo ul li ul li {
	border-bottom: 1px solid #dceeb7;
	padding: 2px 0;
}
#coltwo ul li ul li ul li {
	border: none;
	padding: 1px 0 1px 10px;
}

/********************************************************************************coltwo element */
ul.list-blogroll li {
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 20px !important;
}
ul.list-cat li, li.widget_categories li {
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/mini-page.gif) no-repeat !important;
	padding-bottom: 5px !important;
	padding-left: 20px !important;
}
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
ul.recent_comments_box li {
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
li.widget_recent_comments_box li {
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
li.widget_calendar td {
	padding: 1px 7px;
}
.textwidget {
	padding-top: 5px;
}
#searchform {
	margin: 0 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	background: #fff;
	border: 1px solid #bed881;
	color: #000;
	font-weight: normal;
	height: 22px;
	margin-left: 20px;
	padding: 4px 5px 0 15px;
	width: 165px;
}
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	color: #FFF;
	font: bold 12px Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	height: 26px;
	vertical-align: middle;
	width: 67px;
}

/************************************************************************************ footer */
#footer {
	background: #fff url(images/endfooter_bg.jpg) no-repeat;
	clear: both;
	color: #fff;
	height: 480px;
	position: relative;
}
div#footer #footer_text {
	color: #ffff;
	font-family: Verdana, Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	line-height: 20px;
	padding-top: 15px;
	text-align: center;
}
#footer .left-col {
	float: left;
	height: 370px;
	margin-right: 5px;
	overflow: hidden;
	padding: 30px 0 0 15px;
	width: 300px;
}
#footer .center-col {
	float: left;
	height: 370px;
	margin-right: 5px;
	overflow: hidden;
	padding: 30px 0 0 15px;
	width: 300px;
}
#footer .right-col {
	float: right;
	height: 370px;
	overflow: hidden;
	padding: 30px 20px 0 0;
	width: 280px;
}
#footer h2, #footer .footertitle {
	color: #fff;
	font: bold 150%/100% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	margin: 16px 0 2px 10px;
}
#footer a {
	color: #E2A933;
	font: normal 90%/100% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	text-decoration: none;
}
#footer h4 {
	border: 0;
	color: #fff;
	font: normal 146%/100% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 0 20px;
}
ul.list-footer li {
	background: url(images/mini-page.gif) no-repeat;
	padding-left: 20px;
}
ul.list-footer li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat;
	padding-left: 10px;
}
ul.list-footerlink li {
	background: url(images/mini-blogroll.gif) no-repeat;
	padding-left: 20px;
}
#title-cat23 {
	background: url(http://ja.wordpress.org/wordpress/wp-content/uploads/Image/works_image/tokou.gif) no-repeat;
	clear: both;
	float: left;
	padding-left: 16px;
	z-index: 2;
}

/************************************************************************************ credit */
#credits {
	clear: both;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
	margin: 0 auto;
	width: 900px;
}
#credits a, #credit a:visited {
	color: #fff;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	margin-left: 8px;
	padding-bottom: 2px;
	padding-left: 18px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	margin-left: 8px;
	padding-bottom: 2px;
	padding-left: 18px;
}

/******************************************************************************* alignments */
.center, .aligncenter {
	display: block;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
}
.alignleft, .left {
	float: left;
	margin: 4px 10px 5px 0;
	padding: 3px;
}
.alignright, .right {
	border: 0;
	float: right;
	margin: 4px 10px 5px 0;
	padding: 3px;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img[align="left"] {
	float: left;
	margin: 2px 10px 5px 0;
}
img.alignright, img[align="right"] {
	float: right;
	margin: 2px 0 5px 10px;
}
.clear {
	clear: both;
}
hr.clear {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.arc-list {
	background: url(images/mini-page.gif) no-repeat !important;
	border-bottom: 1px dotted #CCC;
	color: #59770e;
	font: normal 150%/110% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	letter-spacing: -1px;
	margin: 0 0 2px;
	padding-bottom: 3px;
	padding-left: 20px !important;
}
h2.pagetitle {
	font: normal 100%/110% Meiryo,"ＭＳ Ｐゴシック",MS PGothic,arial;
	margin-top: 20px;
	text-align: center;
}

/************************************************************************************ Icon_Slide_Out_Navigation */
.m_navi {
	margin: 0 auto;
	position: relative;
	width: 650px;
}
ul.menu {
	border-top: 1px solid #bebebe;
	float: left;
	font-family: "Verdana", sans-serif;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	background: url('Slide_Out_Navigation/bgmenu.png') repeat-x scroll left top #7e7e7e;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #a1a1a1;
	color: #333;
	float: left;
	font-size: 13px;
	font-weight: bold;
	-moz-box-shadow: 0 1px 3px #555;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	width: 128px;
}
ul.menu li a.first {
	border-left: medium none;
	-moz-border-radius: 0 0 0 10px;
}
ul.menu li a.last {
	-moz-border-radius: 0 0 10px;
}
ul.menu li span {
	cursor: pointer;
	height: 120px;
	position: absolute;
	top: 80px;
	width: 110px;
	z-index: -1;
	background: transparent no-repeat;
}
ul.menu li span.m_home {
	left: 3px;
	background: url('Slide_Out_Navigation/m_home.png');
}
ul.menu li span.m_kangoo {
	left: 138px;
	background: url('Slide_Out_Navigation/m_kangoo.png');
}
ul.menu li span.m_xr200r {
	left: 268px;
	background: url('Slide_Out_Navigation/m_xr200r.png');
}
ul.menu li span.m_monkyrt {
	left: 398px;
	background: url('Slide_Out_Navigation/m_monkyrt.png');
}
ul.menu li span.m_aboutme {
	left: 528px;
	background: url('Slide_Out_Navigation/m_aboutme.png');
}

/************************************************************************************ weetbacks */
#tweetbacks {
font-size:12px;
}
#tweetbacks li {
padding-bottom:5px;
} 

/************************************************************************************ Twitter widget pro */
.from-meta {display: none;}
.time-meta {display: none;}
