/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://joyfulhonda.jp/mt/mt-static/themes-base/blog.css);
@import url(http://joyfulhonda.jp/mt/mt-static/support/themes/cityscape-toronto/cityscape-toronto.css);
/* @import url(http://joyfulhonda.jp/mt/mt-static/themes/minimalist-green/screen.css); */
/* end StyleCatcher imports */


/*水平線の見え方をブラウザに依存せず統一*/

hr {
width: 100%;  /* 線の幅 */
height: 0px;  /* <hr>の実線を消す */
border: 0px;  /* borderを一旦リセットする（基本設定でしていれば不要）*/
border-top: 1px dotted #999;  /* 線の太さ　線の種類　線の色 */
}


/* テーブル内装飾 キャプション文字小さく、太字 */

td {
background: #fff url() ;
padding: 4px ;
font-size: 75%;
line-height: 120%;
color: #993300;
font-weight: bold;
text-align: left;
}

/* テーブル装飾 　見出し用*/

.tdtitl{
color: #000000;
line-height: 110%;
font-weight: bold;
font-size: 12px;
background-color: #E9FFA6; text-align:center
}

/* テーブル装飾　行用*/
.tdline{
color: #808080;
font-size: 12px;
font-weight: normal
}




/* ページ送り */

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}
div.pagination a {
	border: 1px solid #ccc;
	margin-right:3px;
	padding:2px 6px;
	background-position:bottom;
	text-decoration: none;
	font-weight:bold;
	color: #76B0DC;
}
div.pagination a:hover, div.pagination a:active {
	background-image:none;
	background-color:#4261DF;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	font-weight: bold;
	color: #ff6600;
}
div.pagination span.disabled {
	display:none;
}


/* テーブルキャプション並列2列用カメラアイコン付 */
.camera {
text-indent: 1.5em;
background: #fff url(http://joyfulhonda.jp/images/camera14.gif) no-repeat;
background-position: 31px 5px;/*左から　上から*/
}


/* キャプションを3:2写真横1枚幅に収める divタグ使用する */

.caption {
width: 590px ;
/*margin:1px 30px 10px 20px;*/
margin:20px 30px 10px 20px;/*キャプション上下の位置調整用*/
font-size:75%;
font-weight:bold;
line-height: 120%;
color: #993300;
text-indent: 1.5em;
background: #fff url(http://joyfulhonda.jp/images/camera14.gif) no-repeat left top;
}

/* キャプションを3:2写真縦1枚幅に収める divタグ使用する */

.caption32v {
width: 530px ;
/*margin:1px 0px 10px 70px;*/
margin:20px 0px 10px 70px;/*キャプション上下の位置調整用*/
font-size:75%;
font-weight:bold;
line-height: 120%;
color:#993300;
text-indent: 1.5em;
background: #fff url(http://joyfulhonda.jp/images/camera14.gif) no-repeat left top ;) ;
}

/* キャプションを580px写真幅に収める divタグ使用する */

.caption530 {
width: 530px ;
/*margin:1px 30px 10px 20px;*/
margin:20px 30px 10px 20px;/*キャプション上下の位置調整用*/
font-size:75%;
font-weight:bold;
line-height: 120%;
color:#993300;
text-indent: 1.5em;
background: #fff url(http://joyfulhonda.jp/images/camera14.gif) no-repeat left top ;) ;
}







/*セル内画像センタリング 反映されていないかも */

td img {
text-align:cener;
}


/* 一部扱っていない商品注意書き */

.caution{
    margin-bottom: 10px; /* 下マージンを設定します */
    font-size: 83%;	/* フォントサイズを設定 */
    color:red;
    padding: 2px 0 2px 30px ;
    line-height: 20px;
    background: url(http://www.joyfulhonda.jp/images/imark2424g.gif) no-repeat left #fff ; 
}


/* 価格注意書き */

.caution2{
    margin-bottom: 10px; /* 下マージンを設定します */
    font-size: 83%;	/* フォントサイズを設定 */
    color:red;
    padding: 2px 0 2px 30px ;
    line-height: 14px;
    background: url(http://www.joyfulhonda.jp/images/imark2424o.gif) no-repeat left #fff ; 
}



/* 引用部分ボックス組 */

blockquote {
margin: 5px 50px 5px 40px;
background: #f1f1f1 url(http://joyfulhonda.jp/images/blockquote600.gif) no-repeat left top ;
padding: 5px 5px 5px 5px;
border: #ccc 1px solid;/*#0099CC*/
font-size: 12px;
line-height: 14px;
}



/* ハイパーリンク基本色 */

a {
    color: #0a4b98; /* ブルー系 */
}

a:hover {
    text-decoration: none;
}



/* ボディバック画像 */
/* 背景の変更 */

body {
    color: #333;
    /* background: #fff url(http://joyfulhonda.jp/images/bkstrp11.gif) ;*/
    background: #ff9001;
/* background: #ff9001 url(http://joyfulhonda.jp/images/bg_ff9001orange10x800.jpg) repeat-x left top; */
}


/* containerに影の背景を設定 */

#container {
    width: 956px center;
    background: url(http://joyfulhonda.jp/images/torontbody_shadow_orange.gif) repeat-y top center; 
}

#container-inner {
    width: 944px;
    background-color: #fff;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}


/* グローバルリンク */

#global {
    padding: 4px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid  #ccc;
    background: #fff url(http://www.joyfulhonda.jp/images/globalbkimg.png) repeat-x;
    text-align: right;
}

/* グローバルリンク設定 */
#globalnavi {
  margin: 0;
  padding: 0;
}
#globalnavi li {
  display: inline;
}


/* パンくずリスト */

.breadcrumbs {
    margin-bottom: 15px; /* 下マージンを設定します */
    font-size: 83.3%;	/* フォントサイズを設定 */
}




/* NEWMARK表示 */
.new {
    display: none;/*←日付情報を非表示にします*/
    color: #ff40ff;/*←New!!マークの文字色を設定します*/
    font-weight: bold;
}



/* メインページサムネイル表示 */
/* 枠としてデルタを設定 */

#delta {
    min-height: 300px;
    margin: 0 auto;
    /*text-align: left;*/
    padding: 25px 5px;
    /*border-top: 1px solid  purple;*/
    /*border-bottom: 1px solid  #c00000;*/
    background: #fff;
    /*text-align: right;*/
}

/* サムネイルにリストマークが出てしまうFIREFOX対策 */
div#delta ul {
    list-style: none;
}


div#delta ul li {
	float: left;
	margin: 0px 0px 10px;
	background: url(img/bg_mainpage_thumbnail2.gif) repeat-y top left;
	padding: 25px 5px;
}


div#delta ul li span {
    display: block;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

/* サムネイル下に枠組み設定 */

#delta2 {
    margin: 160px 0 0 0;
    padding: 25px 5px;
    /*border: 1px solid  purple;*/
    background: #fff;
    /*text-align: right;*/
}

/* ナビ設定 */

.content-nav {
    margin: 10px;
    padding: 25px;
    /*border: 1px solid  red;*/
    text-align: center;
}




/* サイドバー縦線背景非表示 */

.layout-wt #content-inner {
   background-image: none;
}
.layout-wt #content-inner { background: transparent url(http://joyfulhonda.jp//非表示/images/content-wt196.gif) repeat-y scroll right top; }


/* 枠線 色設定 */

.asset-meta {
    margin: 2px;
    /*border: 1px solid #ff00ff;ピンク */
}


.asset-footer {
    border: 0px solid #004000;/* グリーン */
}

.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #00c000;/* 黄緑 */
    padding-bottom: .5em;
}






/* Header位置と色 */

#header {
    border-top-width: 10px;
    border-top-style: solid;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    color: #404040; 
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    color: #404040;  
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    color: #004040;
    text-decoration: none;
}

/* ヘッダ画像入れ替え */



#header { 
    border-color: #091e00;  
    background: #b8e6ff url(http://www.joyfulhonda.jp/images/etc1000x157.gif) no-repeat right bottom; 
}

#header a {
    color: #404040;
    font-weight: bold;
}

/* バナーへjhテキスト表示 */

#header-jh{
    color: #404040;
    font-size: 14px;
    font-weight: bold;
}

/* タイトルと説明文の枠幅 */

#header-content {
    width: 380px ; /* オリジナル360px */
    margin: 30px 0 20px 20px;
}








/* 記事部分装飾 */
/* Content */

/* 記事タイトル */

.asset-name {
    font-size: 22px;
    font-weight: bold;
    border-width: 0 2px 2px 0 ;/* タイトル下の下線 */
    border-style: solid;
    border-color: #ccc; 
    padding: 2px 0 2px 25px ;
    color: #c00;
    margin-bottom: 12px;/* 下線下の間隔 */
    background: url(http://www.joyfulhonda.jp/images/sign_itemize02b10x24a.gif) repeat-y left #fcfcfc ; 
}

/* 記事タイトルのハイパーリンク色設定 */
.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}


/* エントリー本文領域文字大きさ */

.asset-content {
    margin: 5px 0;
    font-size: 120%;
    line-height:150%;
    border-width: 0 0 1px;/* 記事下の下線 */
    border-style: solid;
    border-color: #ccc; 
    padding: 0 0 0 25px ;
}

/* 続きを読む 下の線の間隔 */

.asset-more-link {
    /*margin：100px;*/
    padding: 15px;
    font-weight: bold;
}


/* エントリー下部ページTOP▲ */
.pagetop {
    font-size: 12px;
    font-weight: bold;
    text-align: right
}



/* メタデータの設定（メインページ更新日周辺） */

.asset-meta {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #fff; /*不明な破線を隠す*/
    margin-top: 1px;
    padding-top: 1px;
    font-size: 10px;
    font-weight: normal;
    text-align: right;/* テキスト右寄せ */
    /*display: block;*/
    /*padding-bottom:10px;*/
}

/* 更新日の文字大きさ */
.published {
    font-size: 16px;
}



.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

/* 続きを読む 文字サイズ */
.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 90%;
}

/* ウィジェットタイトル装飾 */
/* コンテンツ内ヘッダー装飾 */

.widget-header,
.relative-header{ 
    border-width: 0 2px 2px 0 ;
    border-style: solid;
    border-color: #ccc; 
    padding: 5px 0 5px 18px ;
    font-size: 14px; 
    color: #c00;
    margin-bottom: 8px;
    /* padding-bottom: 1px; .3em */
    background: url(http://www.joyfulhonda.jp/images/sign_itemize01b12x24a.gif) repeat-y left #fcfcfc ;
    /*background: url(http://www.joyfulhonda.net/online/garden/img/bt13b.gif) no-repeat left #fff ;*/ 
}

/* JOYFUL-2へのリンク用（IEでのFONTサイズ調整） */
.widget-header2 { 
    border-width: 0 2px 2px 0 ;
    border-style: solid;
    border-color: #ccc; 
    padding: 5px 0 5px 18px ;
    font-size: 13px; 
    color: #c00;
    margin-bottom: 8px;
    /* padding-bottom: 1px; .3em */
    background: url(http://www.joyfulhonda.jp/images/sign_itemize01b12x24a.gif) repeat-y left #fcfcfc ;
    /*background: url(http://www.joyfulhonda.net/online/garden/img/bt13b.gif) no-repeat left #fff ;*/ 
}


/* ウィジェットタイトルなし */

.widget-header-non { 
    margin-right: 15px;
    margin-left: 15px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0 0 0 15px ;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

/* ウィジェット内文字サイズ */

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 100%;
}


/* ウィジェットヘッダー文字色*/
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #c00;/* fffから変更 */
}

.widget .widget-header a:hover {
    text-decoration: underline;
}



/* Footer ----------------------------------------------------------------- */

#footer { 
    border-width: 1px 0 0 0;/* 上線 */
    border-style: solid;
    border-color: #ccc; 
    background-color: #1e2900; 
    background: url(http://joyfulhonda.jp/images/tile40e3e3e3.gif) ; 
    text-align: center;
}

#footer-content {
    margin: 20px 0;
    color: #0a4b98;
    padding: 5px;
}

#footer-content a {
    color: #0a4b98;
}

/* 同じカテゴリのリンクリスト自己強調用 */
.this a:link,
.this a:visited {
  color: f00;
  font-weight: bold;
  text-decoration: none;
}


/* 前後の記事カレント強調用 */
.crnt {
  text-indent: 12px;
  background: #fff url(http://joyfulhonda.jp/images/crnt.gif) no-repeat 0px 4px;
  color: #c00000;
  font-weight: bold;
}



/* フッター内センター寄せ */

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
