/* 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);
/* end StyleCatcher imports */


/*-----全体----------------------------------------------------*/


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


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

body {
    color: #333;
    background: #fff url(http://joyfulhonda.jp/images/body_bg_outer10x10.gif) ;
}

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

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

#container-inner {
    width: 940px;/*blog.cssで940pxに指定されているので必ず上書きする*/
    background-color: #fff;
    min-height: 100%;
    margin: 0 auto;/*センタリング*/
    text-align: left;
}

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

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


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

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;
}



/*-----ヘッダ周辺----------------------------------------------------*/

/* Header位置と色 */

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

#header-inner {
    width:940px;
    position: relative;
}

#header-name {
    margin: 0;
    color: #404040; 
    font-size: 2px;/*テキストで表示するときは28px*/
    font-weight: bold;
    /*line-height: 1;*/
}

/*H1タイトル画面外へ*/
#header-name {
text-indent: -9999px;
}

#header-description {
    margin: 3px;
    font-size: 12px;
    color: #85A526;  
    line-height: 1.125;
}

#header a {
    text-decoration: none;
    color: #D9FF66;
    font-family:"ＭＳ Ｐ明朝";/*タイトルのフォント指定*/
    font-weight: bold;
}

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

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

#header { 
    border-color: #fff;
    background: #fff url(http://www.joyfulhonda.com/images/faq548x155.jpg) no-repeat right top; 
}

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

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



/* バナーヘッダ内jh画像表示 */

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

/*-----ヘッダ下グローバルリンク----------------------------------------------------*/
/* グローバルリンク */

#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;
  /*float: left;*/
  /*border: 1px solid #ccc;*/
  border-right: 1px solid #ccc;
  /*width: 200px;*/
  /*letter-spacing: 0.1em;*/
}

#globalnavi li a{
 display: inline-block;
 margin: 0 -5px 0 0;/*隙間対策*/
 padding: 5px 10px;
 list-style-type: none;
 font-size: 95%;
 font-weight:bold;
 line-height:150%;
 text-decoration: none;
}

#globalnavi li a:hover{
 background-image:none;
 background-color:#256AA5;
 color: #fff;
}

/* パンくずリスト */

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


/*-----コンテンツ周辺----------------------------------------------------*/

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

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

/* ページ送り */
/*横並びスタイルはpagebuteに依存している*/

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: #4261DF;/*#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;
}




/* ウェブページコンテンツ内見出し　H3用 */
.webpage-subtitl,
.archive-subtitle{ 
    /*border-width: 0px 1px 2px 0 ;*/
    /*border-style: solid;*/
    /*border-color: #659b15;*/ 
    padding: 15px 3px 15px 36px ;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 12px 40px 20px 4px;
    /* padding-bottom: 1px; .3em */
    background: url(http://www.joyfulhonda.com/images/paline492.gif) no-repeat left #fff ;
}


/* ナビ設定 */

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






/* 枠線 色設定 */

.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;
}





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

/* 記事タイトル */

.asset-name {
    font-size: 22px;
    font-weight: bold;
    border-width: 0 2px 2px 0 ;/* タイトル下の下線 */
    border-style: solid;
    border-color: #ccc; 
    padding: 6px 1px 6px 16px ;
    color: #fff;
    margin-bottom: 12px;/* 下線下の間隔 */
    background: #256AA5 url(http://www.joyfulhonda.com/images/faqbtn10x4d.gif) repeat-y left bottom ;
}

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

.asset-name a:hover {
    color: #ffff40;
    text-decoration: none;
}


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

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



/* エントリー下部ページ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%;
}

/*続きを読む周辺*/

.asset-body {
    margin-bottom: 3px;
}

.asset-body-index {
    margin-bottom: -30px;/*回答を見るを右に寄せるための設定　不使用*/
}

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

.asset-more-link {
    margin：0 0 10px 0;
    padding: 15px 58px;
    font-weight: bold;
    text-align: right;/*回答を見るを右に寄せるための設定*/
    background: url(http://www.joyfulhonda.com/images/button-a150.png) no-repeat 95% 80%;
}



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

.widget-header,
.relative-header{ 
    border-width: 0 1px 1px 0 ;
    border-style: solid;
    border-color: #ccc; 
    padding: 6px 1px 6px 16px ;
    font-size: 16px; 
    color: #000;
    margin: 1px 0 8px 5px;
    margin-bottom: 8px;
    /* padding-bottom: 1px; .3em */
    background: url(http://www.joyfulhonda.com/images/faqbtn10x4c.gif) repeat-y left bottom #9BC5E9 ;
}


/*アーカイブタイトルの変更*/


.archive-title{ 
    border-width: 0 1px 1px 0 ;
    border-style: solid;
    border-color: #ccc; 
    padding: 6px 1px 6px 16px ;
    font-size: 16px; 
    color: #ccc;
    margin: 1px 0 8px 1px;
    margin-bottom: 8px;
    /* padding-bottom: 1px; .3em */
    background: url(http://www.joyfulhonda.com/images/paline492.gif) repeat-y left bottom #9BC5E9 ;
}


/*アーカイブコンテントのインデント*/

.archive-content ul{
    margin: 1px;
    padding: 1px 0 1px 40px;
    font-size: 12px; 
    list-style: disc;
}

/*自分の記事非表示*/

.jibun{
display:none;
}

.ruijifaq{
    font-size: 14px; 
    line-height: 130％; 
}






/*-----サイドバー周辺----------------------------------------------------*/

/* 2カラム　Wide-Thin を使用する*/

.layout-wt #alpha {
    width: 720px;
}

.layout-wt #beta {
    width: 215px;
    filter: Alpha(opacity=80);
    opacity:0.80;
}

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

.layout-wt #content-inner {
   background-image: none;
}

/*サイドバー下女神像表示 */

.layout-wt #content-inner {
 background: transparent url(http://www.joyfulhonda.com/images/rosebak562.jpg) no-repeat scroll right bottom;
}

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

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

.widget-header-non { 
    margin-right: 15px;
    margin-left: 15px;
    border-width: 0;
    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%;
}

/*ウィジェット罫線*/
.line a	{
	display: block;
	width: 200px;
	/*height: 14px;*/
	margin: -6px;
	padding: 4px 1px;
	background: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #c0c0c0;
	border-top: dotted 1px #c0c0c0;
	/*color: #ccc;*/
}

.line a:hover	{
	background: #F5F5F5;
	padding: 4px 1px;
	text-decoration: none;
	border-bottom: dotted 1px #c0c0c0;
	border-top: dotted 1px #c0c0c0;
	color: red;
}

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

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

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






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

#footer { 
    border-width: 1px 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;
}

/* センター寄せ */

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



/* Footerここまで----------------------------------------------------------- */






