/* ページ全体の基本的な設定と背景色 */
body {
	margin: 10px 0px 20px 0px;
	background-color: #FFFFFF;
                background-image: url("http://fuminsyou.erunser.com/archives/images/bg04-10.gif");
       	text-align: center;        
	}

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: under line;	
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #0000ff;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #0000ff;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #0000ff;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ３カラムのブログを囲む枠の背景色や線、余白などの設定 */
#container {
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/banner001.gif");
	}


/* ２カラムのブログを囲む枠の背景色や線、余白などの設定 */
#two-container {
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
                                	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/main-top.png");
	}


/* ３カラムタイトルバナー左 */
#banner {

	color:#000000;
	padding: 35px 30px 35px 30px;
	text-align: left;
	border: 0px;
	width: 700px;
	}

a#banner-img {
	display: none;
	}

#banner a,
#banner a:link,
#banner a:visited {
    color: #cc0000;
    font-size: 20px;
    text-decoration: none;
}

	#banner a:active,
	#banner a:hover {}


/* タイトル */
#banner h1 {
    color: #cc0000;
   font-weight: bold;
    font-size: 20px;
     text-indent: -9999px;
}

/* タイトル */
#banner h2 {
    color: #000000;
   font-weight: normal;
    font-size: 14px;
	width: 570px;
	line-height: 1.5;
	margin: 10px 0px 0px 0px;
                 text-indent: -9999px;

}

/* 文字消す */
#banner h1 a {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        display: block;
        width:310px;
        height:30px;
       }

/* ３カラムエントリー全体を入れるＢＯＸの基本設定 */
#box {
	padding: 15px 15px 0px 15px;

	}

/* 左メニュー用２カラムエントリー全体を入れるＢＯＸの基本設定 */
#two-boxleft {
	padding: 15px 0px 0px 15px;

	}

/* 右メニュー用２カラムエントリー全体を入れるＢＯＸの基本設定 */
#two-boxright {
	padding: 15px 15px 0px 0px;

	}


/* ３カラムエントリー全体を入れるＢＯＸの基本設定 */
#center {
	float: left;
	width: 410px;
	overflow: hidden;
	}

/* ２カラムエントリー全体を入れるＢＯＸの基本設定 */
#two-center {
	float: left;
	width: 600px;
	overflow: hidden;
	}


/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 0px 15px 5px 15px;
	background-color: #FFFFFF;	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
	float: left;	
	margin:0px;
	width: 180px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}

/* 左側のメニューを入れるＢＯＸの基本設定 */
#left {
	float: left;	
	margin:0px;		
	width: 180px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#two-right {
	float: left;	
	margin:0px;
	width: 180px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}

/* 左側のメニューを入れるＢＯＸの基本設定 */
#two-left {
	float: left;	
	margin:0px;		
	width: 180px;
	background-color: #FFFFFF;
	overflow: hidden;
	}


/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 1.5;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.content ul {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 20px;
	font-size: 12px;
	line-height: 1.5;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h1 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size: 18px;	
	text-align: left;
   font-weight: bold;	
	}


/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align: left;
   font-weight: bold;	
	}

.title	{ 
	padding: 7px 0px 5px 30px;	
	margin-bottom: 10px;
	background:#ffffff;	
　　　　　　　background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/titlebar.png");
	border-bottom: 0px solid #999999;

	}

.cate_title	{ 
	padding: 6px 0px 5px 30px;	
	margin-bottom: 10px;
	background:#ffffff;
	background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/bar02-3.png");
	border: 0px solid #000000;
	}

/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定*/
.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}


/* エントリーの日付 */
.content p.date	{
		font-weight: bold; 
		font-size: 12px;
		color: #666666;
		padding:5px 0px 0px 0px;
		margin:6px 0px 0px 5px;

	}


/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top: 1px solid #999999;
	text-align: left;	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.trackbacks-header	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	background:#F5FeF5;	
	border: 3px double #8CDE94;
	}

.comments-header	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	background:#F5FeF5;	
	border: 3px double #8CDE94;
	}

.content p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#d9eeda;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #b9e1bb;
	}

/* メニュー枠の内側のＢＯＸの余白の設定 */
.sidebar {
	padding: 0px;
	margin: 0px;
	}

#calendarbox {
  	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	}


/* カレンダーの基本設定 */
#calendar {
  	line-height: 1.25;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
  	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
	width: 150px;

	}

/* カレンダーテーブルの基本設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	font-size: 10px;
	width: 100%;
	}

/* カレンダーのタイトル部分の設定（月、日） */
#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;	
	text-transform: uppercase;	
	letter-spacing: .0em;
	}

/* カレンダーのセル(th)部分の設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	}

/* カレンダーのセル(td)部分の設定 */
#calendar td {
	text-align: center;
	font-size: 10px;
	}

/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color:#00B300;
font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:1.25;
	font-weight: bold;
	text-align:center;
	background-color: #;
	padding: 9px 0px 5px 0px;
	border-bottom: 0px;
	background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/sidebar.png");
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 20px;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 20px;
	}


/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
list-style-image : url("http://fuminsyou.erunser.com/archives/images/allow6-3.gif");
font-size:100%;
line-height:150%;
margin:  0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
	}




/* メニュー枠内で img(画像）タグを使用した時画像の周りに白い枠線がつく設定 */
.sidebar img {
	border: 3px solid #FFFFFF;
	}

/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

/* link-note ではさまれた範囲の文字の設定 */
.topic-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

/* ◆HOMEがあるメニュー部分のリンクの設定◆ */
.topic-note a {
   font-weight: bold;
	text-decoration: none;
	}

.topic-note a:hover {
   font-weight: bold;
	background-color: #FFFF99;
	text-decoration: underline;
	}



/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	text-align: left;
	color: #666666;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:1.5;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

/* エントリーの画像 */
.content img {
margin-right: 8px;
margin-bottom: 5px;
}


.sidebar hr { border:1px dashed #999999;}

td {
	font-size: 12px;
	line-height: 1.5;		
	}

/* フッター2006/20/15 */
#footer {
	color:#666666;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
clear: both;
	}

/* 1カラムのブログを囲む枠の背景色や線、余白などの設定 */
#one-container {
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/banner003.gif");
	}

/* 1カラムエントリー全体を入れるＢＯＸの基本設定 */
#one-center {
	float: left;
	width: 748px;
	margin-top : 0px ;
	margin-bottom : 10px ;	
	overflow: hidden;
	}

/* フッター2006/20/15 */
#point {
	color:#ccccff;
	font-size: 12px;
	line-height: 1.5;
   font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

/* ◆HOMEがあるメニュー部分の背景色や余白などの設定◆ */
#tophead {
	margin: 30px 15px 0px 15px;
	background-image: url("../archives/images/tophead-back.png");
                background-repeat:no-repeat;
	background-color: #ffffff;
	padding-top: 4px;
	padding-left: 90px;
	padding-right: auto;
	padding-bottom: 1px;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
		
	}

/* ◆HOMEがあるメニュー部分のリンクの設定◆ */
#tophead a {
	color: #000000;
   font-weight: normal;
	text-decoration: none;
	}

#tophead a:hover {
	color: #FF9900;
   font-weight: normal;
	text-decoration: underline;
	}

/* 説明を入れるＢＯＸ */
.box1 {
	margin:0px 0px 0px 0px;
	padding: 28px 15px 5px 18px;
	background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/center01.jpg");	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 2.0;
	height: 270px;
	}

fieldset {  
	margin:0px 0px 0px 0px;
	padding: 5px 5px 10px 5px;
}

legend { 
font-size: 14px; 
font-weight: bold; 
color: #CC0000;
margin-bottom:10px;
}

/* エントリーの画像 */
	.content img {
		margin-right: 8px;
		margin-bottom: 5px;
	}

/*■自作■adsenceクラス指定*/
.small{
font-size:10px;
color:#00B300;
padding-left:4px;
margin-bottom:10px;
}

/*■自作■特集メニューテーブルの指定*/

table.toku-menu{
    width: 550px;
    border-top:1px solid #00ABFD;
    border-left:1px solid #00ABFD;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.toku-menu th{
    border-right:1px solid #00ABFD;
    border-bottom:1px solid #00ABFD;
    color:#330000;
    background-color:#28B300;
    background-image:url(../archives/images/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.toku-menu td{
    border-right:1px solid #00ABFD;
    border-bottom:1px solid #00ABFD;
    padding:0.3em 1em;
}


/*■自作■特集メニューテーブルの指定tokuで指定されているhタグを使用した時の設定*/
.toku h2 {
                font-weight: bold;
                font-size: 24px;
　　　　　　　color: #FF9A35;
	padding: 8px 0px 45px 20px;	
	margin-bottom: 5px;
	background:#ffffff;	
　　　　　　　background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/toku-h2bak.png");
	border-bottom: 0px solid #999999;
	}


.toku h3 {
	padding: 13px 0px 25px 20px;	
	margin-bottom: 10px;
	background:#ffffff;
	background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/toku-h3bak.png");
	border: 0px solid #000000;
	}
/*■自作■特集メニュtokuで指定されている中でタグを使用した時の設定 */
.toku p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	}

.toku li       {
                 font-weight: bold;
                 padding-left:20px;
　　　　　　　 margin-left:0px;
                 margin-bottom:22px;
                 color:#006DDB;
                 font-size:12px;
                 line-height:20px;
                 height:20px;
                 list-style:none;
                 background:url("http://fuminsyou.erunser.com/archives/images/kaimin-undou-icon.gif") no-repeat left center;
                 }

.tokumenu li       {

    float: left;
    width: 40%;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 17px;
    list-item-position: inside;
    font-weight: bold;
    background:url("http://fuminsyou.erunser.com/archives/images/tokumenuicon.gif") no-repeat left center;

}

/*■自作■特集メニュ下部のサイト内リンクのリストタグ */

.tokukabu li       {
                 font-weight: bold;
                 padding-left:25px;
　　　　　　　 margin-left:0px;
                 margin-bottom:1px;
                 color:#0000FF;
                 font-size:12px;
                 line-height:20px;
                 height:20px;
                 list-style:none;
                 background:url("http://fuminsyou.erunser.com/archives/images/kabu-list.png") no-repeat left center;
                 }

/*■自作■下部メニュー導線リンク */

.kabumenu h3       {
　　　　　　　color: #F25B00;
                padding: 7px 0px 5px 30px;	
　　　　　　　margin-bottom: 5px;
	background:#ffffff;	
　　　　　　　background-repeat:no-repeat;
	background-image: url("http://fuminsyou.erunser.com/archives/images/kabu-h3.gif");
	border-bottom: 0px solid #999999;
                }




/*■自作■文章中(特に特集記事ASPアフィリの際)のクラスタ設定をしたときの装飾*/

.ao  { color:#006DDB; }  
.aka  { color:#DB0000; } 
.bg { background-color: #FFEB59; }

.futo { 
color:#DB0000;
font-size: 20px;
font-family: HGPｺﾞｼｯｸE;

}

.ub {

text-decoration:none;
border-bottom:3px solid #FF0000;

}

/*■自作■特集メニューの画像の指定*/
img.toku {
             float: right;
              }

img.fumintoku {
             float: left;
              }


/*■自作■ メニュー枠内でadタグを使用した時の設定 */
.ad            {
margin:  0px 0px 0px 14px;
padding: 0px 0px 5px 0px;
	}

/*■自作■ 詳しくボタンclass="kuwasiku"設定したときに、リンク画像が変わる設定 */

a.kuwasiku:hover {
   background-position: top right;
}

a.kuwasiku {
   display: block;
   width: 391px; /* 画像1枚分の横幅 */
   height: 80px; /* 画像1枚分の高さ */
   text-indent: -5000px; /* 文字を見えなくする */
   background-image: url("http://fuminsyou.erunser.com/archives/images/kuwasiku.png"); /* 画像ファイル名 */
}

/*■自作■ 詳しくボタンclass="nayami"設定したときに、リンク画像が変わる設定 */

a.nayami:hover {
   background-position: top right;
}

a.nayami {
   display: block;
   width: 169px; /* 画像1枚分の横幅 */
   height: 128px; /* 画像1枚分の高さ */
   text-indent: -5000px; /* 文字を見えなくする */
   background-image: url("http://fuminsyou.erunser.com/archives/images/nayami.png"); /* 画像ファイル名 */
}

/*■自作■ 無料メンバーclass="muryou"設定したときに、リンク画像が変わる設定 */

a.muryou:hover {
   background-position: top right;
}

a.muryou {
   display: block;
   width: 391px; /* 画像1枚分の横幅 */
   height: 105px; /* 画像1枚分の高さ */
   text-indent: -5000px; /* 文字を見えなくする */
   background-image: url("http://fuminsyou.erunser.com/archives/images/muryou-member.png"); /* 画像ファイル名 */
}




/*■自作■ アドセンスのスポンサードリンク表記に関する設定*/

.small{
font-size:10px;
color:#A9A9A9;
padding-left:10px;
margin-bottom:10px;
}


.ovlink {
margin-top:5px;
text-align:right;
}


a.ad-container { display:block; background:#FFF; padding:5px;
cursor:pointer; text-decoration:none; line-height:1;}
a.ad-container:hover { background:#FFFAD6;}
a.ad-container span { display:block;}
a.ad-container .ov-title { font-weight:bold; color:#0000FF;
text-decoration:underline; font-size:120%;}
a.ad-container .ov-description { color:#333; padding-top:5px;
text-decoration:none;}
a.ad-container .ov-url { color:#C0C0C0; padding-top:2px;
text-decoration:none;}