@charset "Shift-JIS";

/* 全体の設定 */
body {
	font-family:Arial, Tahoma, "Trebuchet MS", Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	background-color: #999999;
	text-align: center;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 20px;
}

/* Reset */
h1,h2,h3,h4,h5,blockquote,ul,li,cite,q,address,input,form {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

/* clear */
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #FF6600;
	background-color: #ffffff;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}

kbd {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 0.1em;
	margin-left: 3px;
	padding-left: 0.2em;
	margin-right: 3px;
	padding-right: 0.2em;
	padding-bottom: 0.1em;
}


/* 全体の枠 */
div#container {
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 950px;
}

/* ヘッダー */
div#header {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(blogimg/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	height: 70px;
}
/* 見出し */
div#header h1 {
	text-indent: -9999px;
}
/* ブログの説明 */
div.description {
	text-indent: -9999px;
}
/* ヘッダーリンク */
div#header a {
	position: relative;
	top: 10px;
	width: 450px;
	height: 45px;
	display: block;
}




/* 上部ナビゲーションバー */
div#navi {
	font-size: 75%;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(blogimg/navibg.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 950px;
	float: left;
}
/* 上部ナビゲーションバー余白 */
div#navi .pad {
	padding-left: 5px;
	padding-right: 5px;
}
/* 上部ナビゲーションバー リスト */
div#navi ul {
	margin: 0;

	padding: 0;
}
div#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
div#navi ul li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #666666;
	background-image: url(blogimg/navi0.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 0.3em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0.3em;
	float: left;
	border-right: 1px solid #e0e0e0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
div#navi ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(blogimg/navi.png);
	background-position: left top;
	background-repeat: repeat-x;
}

/* イメージ画像エリア */
div#image {
	background-image: url(blogimg/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 5px;
	padding-left: 0px;
	margin-right: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 125px;
	clear: both;
}

/* コンテンツ枠 */
div#content {
	width: 558px;
	float: left;
}

/* メインエリア */
div#main {
	font-size: 80%;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	margin-top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 0;
	width: 558px;
}
/* メインリンク設定 */
div#main a {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンク基本色 */
div#main a:link {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
div#main a:link:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
div#main a:visited {
	text-decoration: underline;
	color: #003366;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
div#main a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}

/*メイン余白  */
div#main .pad {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
/* メイン日付 */
div#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
div#main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}
/* メイン見出しh3 */
div#main h3 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-image: url(blogimg/h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	padding-left: 35px;
	padding-bottom: 3px;
	clear: both;
}
/* メイン見出しh4 */
div#main h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #333333;
	background-color: #ffffff;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}

/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
/* 最近のエントリー用 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 15px;
}

.rentory {
	background-image: url(blogimg/whatnew.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 0px;
}

.rentory dt {
        padding: 0;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
}
/* 順不同リスト（箇条書き）*/
div#main ul {
	margin-left: 20px;
	margin-bottom: 5px;
}

/* カテゴリー */
div.main_categories ul
{
	padding: 0;
	list-style: none;
}
/* カテゴリーリスト */
div.main_categories ul li
{
	padding-top: 1px;
	padding-bottom: 1px;
}
/* カテゴリーリスト リンク */
div.main_categories ul li a
{
	background-image: url(blogimg/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 25px;
	padding-bottom: 2px;
}
/* カテゴリーリスト ホバー */
div.main_categories ul li a:hover
{
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(blogimg/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
div.main_categories ul ul
{
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
}
/* サブカテゴリーリスト */
div.main_categories ul ul li
{
	background-image: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
div.main_categories ul ul li a
{
	background-image: url(blogimg/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: none;
}
/* サブカテゴリーリスト ホバー */
div.main_categories ul ul li a:hover
{
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(blogimg/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: none;
}

table {
	font-size: 1.0em;
	color: #333333;
	background-color: #ffffff;
	margin-bottom: 30px;
	border: 1px solid #999999;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	font-weight: normal;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* メイン段落 */
div#main p {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: .5em;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}
/* 追記 */
.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}
/* タグ */
div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* forsaleCar */
.img_area {
	width: 250px;
	float: left;
}

/* 投稿者情報 */
div#main .posted {
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 10px;
	clear: both;
}
/* コメント関連 */
div#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

label {
margin-bottom: 0.5em;
width: 10em;
float: left;
clear: both;
white-space: nowrap;
}

textarea[id="comment-text"] {
	width: 80%;
	}
/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

textarea {
	font-size: 100%;
}

/* サイドバー */
div#sub1 {
	font-size: 80%;
	line-height: 140%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 193px;
	float: left;
}

/* サイドバー */
div#sub2 {
	font-size: 80%;
	line-height: 140%;
	width: 190px;
	float: left;
}
/* サイドバー余白 */
div#sub1 .pad ,div#sub2 .pad {
	padding-top:10px;
	padding-left: 11px;
	padding-right: 2px;
}
/* サイドバーリンク設定 */
div#sub1 a ,div#sub2 a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバーリンク色 */
div#sub1 a:link , div#sub2 a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバーマウスオーバー時 */
div#sub1 a:link:hover ,div#sub2 a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバークリック時 */
div#sub1 a:link:active , div#sub2 a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済み */
div#sub1 a:visited ,div#sub2 a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* サイドバー訪問済みマウスオーバー */
div#sub1 a:visited:hover ,div#sub2 a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済みクリック時 */
div#sub1 a:visited:active ,div#sub2 a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

/* サイドバー見出しh2 */
div#sub1 h2 ,div#sub2 h2 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	clear: both;
}
/* サイドバー見出しh3 */
div#sub1 h3,div#sub2 h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
div#sub1 p,div#sub2 p {
	font-size: 92%;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
/* カテゴリー */
div.categories ul
{
	padding: 0;
	list-style: none;
}
/* カテゴリーリスト */
div.categories ul li
{
	padding-top: 1px;
	padding-bottom: 1px;
}
/* カテゴリーリスト リンク */
div.categories ul li a
{
	background-image: url(blogimg/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* カテゴリーリスト ホバー */
div.categories ul li a:hover
{
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(blogimg/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
div.categories ul ul
{
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
}
/* サブカテゴリーリスト */
div.categories ul ul li
{
	background-image: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
div.categories ul ul li a
{
	background-image: url(blogimg/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-left: none;
}
/* サブカテゴリーリスト ホバー */
div.categories ul ul li a:hover
{
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(blogimg/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-left: none;
}
/* サイドバーフリースペース */
div.note{
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーフリースペースの段落 */
div.note p {
	line-height: 130%;
	padding-bottom: 2px;
}
/* サイドバーリスト */
div#sub1 ul, div#sub2 ul {
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 0;
	margin-right: 5px;
	margin-bottom: 2px;
	list-style-type: none;
}
div#sub1 ul ul li ,div#sub2 ul ul li {
	margin-left: 10px;
}
div#sub1 li a ,div#sub2 li a {
	text-decoration: none;
}
div#sub1 li a:hover ,div#sub2 li a:hover  {
	text-decoration: none;
}
/* タグ */
.module-tagcloud .module-content { font-size: 100%; text-align: left; margin-top: 5px; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 150%; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 90%; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 80%; }

/* サイドバー画像 */
div#sub1 img ,div#sub2 img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
div.link-note {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}

div.rss {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.rss a {
	background-image: url(blogimg/feed.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 38px;
	display: block;
}
div.rss a:hover {
	background-image: url(blogimg/feed.png);
	background-position: 0px -38px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 38px;
	display: block;
}

div#powered {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}


/* フッター */
div#footer {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	clear: both;
}

/* フッターリンク設定 */
div#footer a {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* フッターリンク基本色 */
div#footer a:link {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* フッターリンクマウスオーバー時 */
div#footer a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* フッターリンククリック時 */
div#footer a:link:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* フッターリンク訪問済み */
div#footer a:visited {
	text-decoration: underline;
	color: #003366;
	background-color: #ffffff;
}
/* フッターリンク訪問済みマウスオーバー */
div#footer a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* フッターリンク訪問済みクリック時 */
div#footer a:visited:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}

div#footer .pad {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

/* 文責 */
address {
	font-size: 75%;
	font-style: normal;
	text-align: center;
	line-height: 100%;
	margin-bottom: 5px;
}