
* {  margin: 0; padding: 0; }


/* リンク設定 */
a { text-decoration: underline; color: #0000ff }
a img { border: 0; }
a:hover {color: #060f31; }

/* 見出し設定 */
h1, h2, h3, h4 { font-weight: bold; color: #444444; }
h1, h2, h3, h4, p, ul { margin-top: 0; margin-bottom: 0;}


/* ++++++++++ ベース設定 ++++++++++ */

/* ブログ全体の設定 */
body {
	margin: 0px ;
	background: #b7c8dc;
	color: #4d4d4d;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}


/* ++++++ ブログの横幅設定 ++++++ */
#container {
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;

	}


/* ++++++ ２段組の横幅設定 ++++++ */

/* コンテンツ部分の横幅 */
#center	{
	width: 552px;
	text-align: left;
	float: right;
	}


/* サイドバーの横幅 */
#left {
	width: 218px;
	text-align: left;
	float: left;
	}


/* ++++++++++ レイアウトのデザイン設定 ++++++++++ */
#main {
	background-color: #ffffff;
	padding-top:10px;

	}

#two-left #center {
	border-left: dashed 1px #060f31;
	}


/* ヘッドナビゲーション */
.head-navi {
	padding: 3px 20px 0 0;
	text-align: right;
	font-size: 10px;
	color: #060f31;
	font-weight: bold;
	text-decoration: none;	
	margin: 0;
	clear: both;
	}

.head-navi a {
	color: #060f31;
	text-decoration: none;	
	}




/* パンくずリスト */
#pankuzu  {
	font-size: 14px;
	padding: 0 0 10px 10px;
	font-weight: bold;
	}

.normal { font-weight: normal; }


/* ++++++ 段の間隔 ++++++ */

/* コンテンツ部分の左右の余白 */
.content div {
	margin-left: 10px;
	margin-right: 10px;
	}

/* サイドバーの左右の余白 */
#left div {
	margin-left: 10px;
	margin-right: 10px;
	}

.content div div, #left div div {
	margin-left: 0;
	margin-right: 0;
	}



/* ++++++++++ パーツのデザイン設定 ++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */
/* ヘッダー */
#banner,
#banner2	{
	padding: 0px;
	background: url(./img/title_banner.jpg) no-repeat #b7c8dc;
	background-position: top; 
	height:224px;
	}

#banner h1 {	
	font-size: 23px;
	margin-bottom: 0px;
	text-align: left;
	padding: 193px 20px 0 15px;

	}

#banner2 h1 {	
	font-size: 18px;
	margin-bottom: 0px;
	text-align: left;
	padding: 153px 20px 0 15px;
	}

#banner h1 a,
#banner2 h1 a {
	text-decoration: none;
	color: #060f31;
color:#FFF68F;
	}


#banner h2,
#banner2 h2 {
	color: #FAFAD2;
	font-size: 11px;
	font-weight: normal;
text-align:right;
	padding: 0px 20px 10px 20px; 
	margin: -19px 0px 10px 20px; 
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */
/* メインコンテンツオススメ商品部分 */
.main-inner { margin: 0; }

.main-inner h2 {
	background: url(./img/kiji_bar.gif) no-repeat center;
	font-size: 15px;
	height: auto;
	line-height: 150%;	
	padding: 0px 5px 2px 10px;
	margin: 0 0 20px 0;
	}

.main-inner h3 {
	font-size: 14px;
	}

.main-inner p {
	font-size: 14px;
	line-height: 150%;
	padding: 0 20px 20px 25px;
	margin: 0;
	}

.main-inner p.posted	{
	text-align: left;
	font-size: 12px;
	border-top: dotted 2px #060f31;
	padding: 2px;
	margin: 0;
	clear: both;
	}

.main-inner table {
	width: auto;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	padding: 0;
	margin: 10px 0;
	}

.main-inner td {
	text-align: left;
	}

.right {
	float: right;
	margin: 0px 0px 20px 20px;
	}

.left {
	float: left;
	margin: 0px 20px 20px 0px;
	}

/* 新着情報 */
.w-new { 	margin: 15px 0 30px; }

.w-new h2 {
	background: url(http://www.menhachin.biz/img/kiji_bar.gif) no-repeat center;
	font-size: 15px;
	height: auto;
	line-height: 150%;	
	padding: 0px 5px 2px 10px;
	margin: 0 0 20px 0;
	}

.w-new h3 {
	background: url(http://www.menhachin.biz/img/arrow.gif) no-repeat;
	height: auto;
	font-size: 12px;
	padding: 0 25px 3px 20px;
	margin: 7px 5px 10px 5px;
	border-bottom: dotted 1px #060f31;	
	}


/* エントリー */


.entry {
height:880px;

	}

.entry h2 {
	background: url(http://www.menhachin.biz/img/kiji_bar.gif) no-repeat center;
	font-size: 15px;
	height: auto;
	line-height: 150%;	
	padding: 0px 5px 2px 10px;
	margin: 0 0 20px 0;
	}

.entry h3 {
	font-size: 14px;
	padding: 7px 0 0 15px;
	}

.entry p {
	font-size: 14px;
	line-height: 150%;
	padding: 0 20px 20px 25px;
	clear: both;	
	}

.entry p.posted {
	text-align: right;
	font-size: 12px;
	border-top: dotted 2px #060f31;
	padding: 5px 0 15px 0;
	}

.entry p.extended {
	text-align: right;
	font-size: 12px;
	padding: 10px 0 15px 0;
	}

.entry ul {
	font-size: 14px;
	list-style-type: none;
	}

.entry li {
	background: url(http://www.menhachin.biz/img/catemark.gif) no-repeat ;
	font-size: 13px;
	list-style-type: none;
	line-height: 130%;
	padding: 0 20px 10px 20px;
	margin: 10px 0 0 0;
	border-bottom: dotted 2px #060f31;
	}

.entry li a {
	font-weight: bold;
	}



.sp_tbl table{ margin: 0 auto; 
border-collapse: collapse;
 border: 0px solid #000;

width:95%;
margin: 0px 0px 0px 10px;

}



.sp_tbl th{
 border-collapse: collapse;
border: 0px solid #000;
text-align:center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}



.sp_tbl tr,
.sp_tbl td{
  border-collapse: collapse;
  border: 0px solid #000;
  padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align:left;
}


#return {
text-align:right;
color:#472309;
margin:20px 40px 150px 0px;
padding:5px 0 10px;
font-size:12px;

}

#return a{
text-align:right;
color:#4e200b;
text-decoration:none;
}



/* トラックバック */
.trackbacks h3 {
	font-size: 12px;
	padding: 0 15px;
	}

.trackbacks-content {
	font-size: 12px;
	padding: 0 15px;
	}

.trackback-footer {
	font-size: 12px;
	}

#trackbacks-info {
	margin: 10px 0;
	border: 1px dashed #060f31;
	padding: 2px 10px;
	font-size: 11px;
	text-align: center;
	background: #feecba;
	}

/* カテゴリー一覧・関連エントリー */
.categorybox,
.entry-bottom {
	background-color: #feecba;
	padding: 10px 15px;
	margin: 10px 0;
	border: 1px dashed #060f31;
	}

.categorybox h3,
.entry-bottom h3 {
	font-size: 12px;
	padding: 0 0 5px 0;
	}

.categorybox h4,
.entry-bottom h4 { font-size: 12px; }


/* アーカイブ・カテゴリーアーカイブの設定 */
.sitemap h2,
.categorylist h2 {
	background: url(./img/kiji_bar.gif) no-repeat center;
	height: auto;
	font-size: 15px;
	line-height: 150%;	
	padding: 0px 5px 2px 10px;
	margin: 0 0 20px 0;
	}

.sitemap h3,
.categorylist h3 {
	background: url(./img/catemark.gif) no-repeat ;
	height: auto;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 20px 0 0 20px;
	padding: 0 0 0 25px;
	}

.sitemap p {
	padding: 5px 0 10px 40px;
	font-size: 13px;
	text-align: left;
	margin: 0 10px;
	}

.categorylist p {
	line-height: 150%;
	font-size: 13px;
	text-align: left;
	padding: 0 15px 10px 30px;
	margin: 10px 0;
	border-bottom: dotted 2px #060f31;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */

/* メニュー */
.sidebar { margin: 0px; }

.freespace,
#sponsored-link { margin-bottom: 20px; font-size: 12px; }

.sidebar h3,
#categories h3,
#recent h3,
#link-list h3,
#sponsored-link h3, 
#search h3,
.freespace h3 {
	background-color: #feecba;
	height: auto;	
	font-size: 13px;
	color: #393b2b;		
	text-align: left;
	margin-bottom: 0;
	padding: 3px 0 3px 10px;
	}

#link-list {

	margin-top: 60px;

	}






.sidebar ul,
#categories ul,
#recent ul,
#link-list ul,
.freespace ul {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	display: block;
	margin: 10px 0 20px 5px;
	}

.sidebar #categories ul ul {
	margin-bottom: 0;
	margin-top: 2px;
	}

.sidebar li,
#categories li,
#recent li,
#link-list li,
.freespace li {
	width: auto;
	height: auto;
	line-height: 150%;
	padding: 0 0 3px 5px;
	}


/* お気に入りに追加 */
.favorite {
	text-align: left;
	padding: 0 0 10px 0;
	}


/* AdSenseの設定 */
.ad_head,
.ad_center,
.ad_kiji,
.ad_side {
	background-color:#fff;
	text-align: center;
	margin: 10px 0;
	}


/* Movable Type・著作権情報 */
#powered {
	width: auto;
	font-size: 10px;
	color: #666666;
	text-align: left;
	margin: 15px;
	padding: 5px;
	border: dashed 1px #666666;
	}


/* フッターの設定ここから */
#footer {
	width: 780px;
	height: 50px;
	background: url(./img/footer_back.jpg) no-repeat ;
	background-position:bottom;
	font-size:13px;
	text-align: center;
	color: #060f31;
	margin: 0;
	clear: both;
	}

#footer-inner { padding: 22px 15px 0 15px; }





/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 
strong{
font-size : 100%;
font-weight : normal;
}


