/*  
Theme Name: blog_inmycab004
Theme URI: http://www.inmycab.com
Description: 
Version: 1.0
Author: k.mitsuno
Author URI: http://www.inmycab.com
*/

@import url(toppage.css); 
@import url(bikepage.css); 

body {
	font: 90%/150% "MS PGothic", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/main-bg.gif);
	margin: 0px;
	padding: 0px 0px 30px;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #CC6633;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}


/* -----------　ブログタイトル　----------------*/
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 10px/100% "MS PGothic", Tahoma, Arial;
	color: #ffffff;
}
h1 a, h1 a:visited{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* -----------　記事タイトル　----------------*/
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 140%/110% "MS PGothic", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* ----------------　？見出し　----------------*/
h3 {
	font: normal 140%/100% "MS PGothic", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}


/* ----------------　？見出し2　----------------*/
h4 {
	font: normal 130%/100% "MS PGothic", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}


/* ----------------　追加：本文用　----------------*/
h5 {
	font: 75%/150% "MS PGothic", Tahoma, Arial;
	color: #333333;
}

/* ----------------　追加：サイドバー用　----------------*/
h6 {
	font: 75% "MS PGothic", Tahoma, Arial;
	color: #59770e;
	line-height:0px;
}



form {
	margin:0px;
	padding:0px;
}


#page {
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}


/* ---------------------------------   header area   --------------------------------------*/
#header {
	background: #ffffff url(images/header-bg.jpg) no-repeat;
	height: 250px;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #ffffff;
	font-size: 14px;
}

/* ----------------------------------------------------------- add header menu --- */
/* --- Navbar Style --- */

#nav {
	width: 490px;
	height: 32px;
	float: left;
	background: transparent;
	margin: 125px 0px 0px 540px;

}

/* ---- h_Menu -- */
.h_menu {
	font-family: "MS PGothic", Arial, san-serif;
	width:492px;
	height:28px;
	position:relative;
	font-size:10px;
	margin: 0;

}
.h_menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:81px; 
	height:28px; 
	text-align:center;
	border-bottom: 0;
	background-image:url('images/menu/center.png');
	line-height:26px; 
	font-size:10px; 
	overflow:hidden;
	padding-left: 1px;
}
/* End Caps Styling */
.h_menu .left_nosub {
	background-image:url('images/menu/left.png');
	padding-left: 1px;
	margin-right: -1px;
}
.h_menu .right_hassub {
	background-image:url('images/menu/right.png');
}
.h_menu .right_nosub {
	background-image:url('images/menu/right.png');
}
.h_menu ul {padding:0; margin:0; list-style: none;}
.h_menu ul li {float:left; position:relative;}
.h_menu ul li ul {display: none;}

/* Button ":hover" Styling */
.h_menu ul li:hover a {color:#223601; background:url('images/menu/center_hassub.png');}
.h_menu ul li:hover ul {display:block; position:absolute; top:28px; left:0; width:152px; margin: 0; padding: 0;}
.h_menu ul li:hover ul li a.center_hassub {background:#6a3; color:#fff;}
.h_menu ul li:hover ul li:hover a.center_hassub {background:#6fc; color:#544a3a;}
.h_menu ul li:hover ul li ul {display: none;}

.h_menu ul li:hover .center_nosub {color:#223601; background:url('images/menu/center_nosub.png');}
.h_menu ul li:hover .left_nosub {color:#223601; background:url('images/menu/left_nosub.png');}
.h_menu ul li:hover .right_hassub {color:#223601; background:url('images/menu/right_hassub.png') ;}
.h_menu ul li:hover .right_nosub {color:#223601; background:url('images/menu/right_nosub.png') ;}

/* DropDown Styling */
.h_menu ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 28px; color:#223601; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.h_menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image:url('images/menu/dropdown.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling */
.h_menu ul li:hover ul .sub_active {
	background-image:url('images/menu/sub_active.png');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling */
.h_menu ul li:hover ul li a:hover {color:#fff; background-image:url('images/menu/sub_hover.png');}

.h_menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.h_menu ul li:hover ul li:hover ul.left {left:-105px;}

.wrap{
position:relative;
top:20px;
left:20px;
float:left;
width:500px;
height:210px;
background:#2e4b00 url('images/presentation/menu-apple.png') no-repeat center 120px;
border:3px solid #f0f0f0;
padding:0;
padding-left:10px;
}

/* -- End Menu -- */

/* --------------------------------　　　　content area 　　　-----------------------------------------*/
#content {
	padding: 0px 0px 30px 40px;
	float: left;
	width: 485px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
	margin-top: 2px;
}

.post-title-date {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	margin-left: 10px;
}


.post-year {
	font-size: 11px;
	color: #999999;
	text-align: left;
	display:block;
	line-height: 11px;
	padding-top: 0px;
	margin-left: 8px;
}


.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}

.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.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;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}

.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}

.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}

.navigation a, .navigation a:visited {
	color: #59770e;
}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}

.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*--------------------------------　　　　sidebar       --------------------------------*/
#sidebar {
	float: right;
	padding: 0px 20px 20px 0px;
	width: 210px;
	color: #666666;
	overflow: hidden;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: bold 120%/100% "MS PGothic", Tahoma, Arial;
	color: #758d38;
	margin: 16px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}

/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	font: normal 90%/100%  "MS PGothic", Tahoma, Arial;
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}

/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}


/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
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;
}


/*--------add ----recent comments */
ul.recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}


/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}

/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 185px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* --------------------------------　　　　footer area       --------------------------------*/
#footer {
	clear: both;
	background: #048DB4 url(images/endfooter_bg.jpg) no-repeat;
	color: #ACD7EE;
	text-align:center;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
}

div#footer #footer_text{
	color:#ffffff;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
}

div#footer #footer_text a{
	color:#ffffff;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div#footer #footer_text span a{
	color:#ffffff;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/*--------------------------------　sidebar-23 */

#title-cat23 {
	clear: both;
	background: url(http://ja.wordpress.org/wordpress/wp-content/uploads/Image/works_image/tokou.gif) no-repeat;
	padding-left: 16px;
	float:left;
	z-index: 2;
}


/* --------------------------------　　　　credits */
#credits {
	margin: 0px auto;
	width: 800px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
/* 	color: #048db4; */
	color: #ffffff;

}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}



/*archive list*/
.arc-list{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 150%/110% "MS PGothic", Tahoma, Arial;
	padding-bottom: 3px;
}

h2.pagetitle {
	margin-top: 20px;
	font: normal 100%/110% "MS PGothic", Tahoma, Arial;
	text-align: center;
}

/* --------------------------------　　　　FixedNavigation       --------------------------------*/

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 10px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 100px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 70px;    
    background-color:#750000;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .home a{
    background-image: url(fixednavi_images/home.png);
}
ul#navigation .about a      {
    background-image: url(fixednavi_images/aboutme.jpg);
}
ul#navigation .kangoo a      {
    background-image: url(fixednavi_images/kangoo.png);
}
ul#navigation .xr200 a      {
    background-image: url(fixednavi_images/xr200.png);
}
ul#navigation .rt a   {
    background-image: url(fixednavi_images/rt.png);
}
ul#navigation .photos a     {
    background-image: url(../images/camera.png);
}
ul#navigation .contact a    {
    background-image: url(../images/mail.png);
}
