/* ページ全体の基本的な設定と背景色 */
body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
       	text-align: center;        
	}

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

/* 指定が無い時の未読リンクの色 */
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 #666666;
	background-repeat:no-repeat;
	background-image: url("");
	}


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


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

	color:#ffffff;
	padding: 25px 30px 20px 120px;
	text-align: left;
	border-bottom: 0px;
	}

a#banner-img {
	display: none;
	}

#banner a,
#banner a:link,
#banner a:visited {
    color: #0a6cce;
    font-size: 18px;
    text-decoration: none;
}

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


/* タイトル */
#banner h1 {
    color: #333333;
   font-weight: bold;
    font-size: 18px;
}

/* タイトル */
#banner h2 {
    color: #000000;
   font-weight: bold;
    font-size: 12px;
	line-height: 1.5;
	margin: 10px 0px 0px 0px;
}

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

	}

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

	}

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

	}


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

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



/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 0px 5px 5px 20px;
	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: 190px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}

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

/* 追加分 */
.entrybox p.entry-more-link {
           font-size: 12px;
           margin: 10px 10px;
           clear: both;
           text-align: right;
           }


.jampbox {
font-size: 11px;
color: #006699;
text-align: right;
padding: 5px 0px 5px 0px;
margin: 5px 0px 0px 0px;
border-top: 1px dashed #000000;
	}

img {
             border:0;
             margin-right:2px;
                 }

.imgleft {
	padding: 5px;
                margin:5px;
	float: left;
}

strong {
              color : #990000; 
              background-color:inherit;
              font-size: 12px;
                } 

.content p.waku {
           font-size: 14px;
           color: #990000;
           background-color:inherit;
           font-weight: bold;
           margin: 30px 0px 10px 0px;
           padding: 0px;
           border-bottom: 1px dotted #999999;
          clear:both;
	}

.content p.1waku {
           font-size: 14px;
           color: #990000;
           background-color:#f9f7ee;
           font-weight: bold;
           margin: 30px 0px 10px 0px;
           padding: 3px 0 3px 15px;
           border-left: 10px solid #990000;
          clear:both;
	}


p.p7 {
              font-size:10px;
              padding:10px;
             background-color : #ffffff; 
       }

.top-free{
                 font-size : 12px; 
                 background-color : #ffffff; 
                 color : #666666; 
                 font-weight : bold; 
                 padding : 5px 5px 20px 5px; 
                 margin-bottom : 0px; 
                 line-height : 150%; 
                 font-family : Verdana, Arial, sans-serif; 
                 background-image : url(images/image_oshare1.jpg); 
                 background-repeat : no-repeat; 
                 background-position : top center; 
               }

.p{
                background-image : url("http://www.fp23.com/images/point.jpg"); 
                background-position : top left;
                background-repeat : no-repeat; 
                color: #000000;
	margin:10px 5px 0px 5px;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
	padding: 25px 10px 10px 10px; 
	border: 2px dotted #4e87b9;
              }
.content p.p1 {
	padding: 3px;
	color:#333333;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
                margin-top: 10px;
                background-color : #ffffff; 
}

.content p.p2{
	margin-bottom: 0px;
                margin-top: 10px;
	padding: 3px;
	color:#990000;
	font-size:14px;
	font-weight: bold;
                background-color : #ffffff; 
               clear:both;
}

.content p.p3 {
	padding: 0;
	color:#333333;
	font-size:12px;
	font-weight: bold;
	margin:0;
                background-color:inherit;
}

.content p.entry-more-link {
           font-size: 12px;
           margin: 10px 0px;
           clear: both;
           }
.info dt {
	font-family: Verdana, Arial, sans-serif;
	width: 300px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-top: 30px;
                margin-left: 10px;
	margin-bottom: 20px;
	padding: 5px;
	border-left: solid 10px;
	border-color: #00008B;
                background-color: #CDE4FE;
                color:#333333;
}


.info dd {
	font-size: 12px;
                line-height: 155%;
                margin-left: 15px;
                margin-bottom: 20px;
}

.info01     {
             margin-top : 10px; 
             margin-bottom : 25px; 
                             } 
.info01 dt   {
             padding :3px;
             color:#333333;
             background-color: #CDE4FE;
             font-weight: bold;
             width:80px;
             margin-left:0px; 
             } 
.info01 dd {
            line-height : 160%; 
            margin : -1.6em 0 0.8em 7.5em; 
            border-bottom : 1px dotted #4e87b9; 
            } 


.info02 dt {
	font-family: Verdana, Arial, sans-serif;
	width: 230px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
                margin-left: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border-left: solid 10px;
	border-color: #00008B;
                background-color: #CDE4FE;
                color:#333333;
}


.info02 dd {
	font-size: 12px;
                line-height: 155%;
                margin-left: 15px;
                margin-bottom: 5px;
}

.assistant{
                font-size: 12px;
                border-bottom: #cccccc 1px solid;
                margin-bottom:5px;
                margin-top:5px;
                padding:5px;
               }

.cate{
               color: #000000;
	margin:10px 5px 10px 5px;
	font-size:12px;
	font-weight:normal;
	background:#f9f9f9;
	line-height:1.5;
	padding: 10px; 
	border: 2px dotted #4e87b9;
	width: auto ;
               }
.pick {
               color: #000000;
	margin:5px 0px 10px 0px;
	font-size:12px;
	font-weight:normal;
	background:#f9f9f9;
	line-height:1.5;
	padding: 2px; 
	width: auto ;
               }

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */

.box {
             float: left;
               }
               
.box01 {
             float: right;
               }


.box_af {
             float: left;
             width:130px;
　　　　　　margin-top:5px;
             overflow: hidden;
               }
               
.box_af01 {
             float: right;
             width:370px;
　　　　　　margin-top:0px;
               }

.box_2left {
             float: left;
             width:200px;
             overflow: hidden;
}


.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 15px 0px;
	padding: 0px;
	}

.content p.p5 {
padding : 0; 
color : #666666; 
font-size : 10px; 
margin : 0; 
background-color : inherit; 
} 
/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 1.5;
	}

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

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	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: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align: left;
   font-weight: bold;	
                clear: both;
	}

.content h4 {
	color: #990000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align: left;
   font-weight: bold;	
	}

.title	{ 
	padding: 3px 0px 3px 5px;	
	margin-bottom: 10px;
                margin-top: 10px;
background:#b8dafc;	
	border: 3px solid #daecfe;
	
                clear: both;
	}

.title2	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	border-bottom: 1px solid #cc0000;
	background-color: #FFE8BA;
	}

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

.content h5 {
	color: #0a6cce;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px 0;
	}


/* エントリーの日付 */
.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: right;	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

/* 追加分 */
.content p.pan {	
	margin-top: 40px;
	}
.content p.red {
	font-size: 12px;
	margin:  0;
	background-color:inherit;
	color:#990000;
	font-weight: bold;
      } 

.clear {
               clear:both;
              }

.trackbacks-header	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	background:#b8dafc;	
	border: 3px solid #daecfe;
	}

.comments-header	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	background:#b8dafc;	
	border: 3px solid #daecfe;
	}

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

.cate-top {
                 font-size : 0.85em; 
                 background-color : #FFFFFF; 
                 color : #333333; 
                 padding : 10px; 
                 line-height : 165%; 
                 font-family : Verdana, Arial, sans-serif; 
                 border: 3px solid #CDE4FE;
               }

.taiken {
                 font-size : 0.95em; 
                 background-color : #FFFFFF; 
                 color : #333333; 
                 padding : 10px; 
                 line-height : 165%; 
                 font-family : Verdana, Arial, sans-serif; 
                 border: 3px solid #CDE4FE;
               }


/* ++++++ テーブル部分のデザイン ++++++ */

td, th {
	font-family: Arial, Helvetica, sans-serif;
                vertical-align:top;
}


.cell {
	background-color: #f9f7ee;
                color:#333333;
                padding:5px;
                font-size: 12px;
}
.cell1 {
                padding:5px;
                font-size: 12px;
}

.cell2 {
                padding:5px;
                font-size: 12px;
                text-align:right;
                background-color: #f9f7ee;
                color:#333333;
}
/* メニュー枠の内側のＢＯＸの余白の設定 */
.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 a {
               color:#000000;
               text-decoration: none;
               font-weight:bold;
                }

.sidebar h2 a:visited {
	color: #000000;
	}


.sidebar h2 {
	color:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
                font-weight: bold;
	line-height:1.25;
	text-align:left;
	background-color: #f9f7ee;
	padding: 5px 0px 5px 10px;
	border-left: 15px solid #cc0000;
               border-right: 1px solid #cc0000;
	}

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

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

/* メニュー枠内でcategories ulタグを使用した時の設定 */
.sidebar #categories ul {
	padding-left: 15px;
	}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	margin-bottom: 10px;	
	margin-top: 10px;
	list-style-type: none;
	}

/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
	}

/* メニュー枠内で 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: 11px;
	line-height: 1.5;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

/* 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 {

}


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


#footer p.foot {
               font-size: 10px;
               text-align: left;
               border-top: 1px solid #cccccc;
                     }

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

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

#adsensetop {
	padding: 5px 15px 0px 10px;
	}

.entrybox a.adlink {
font-size: 9px;
color: #006699;
text-decoration: none;
	}

.entrybox {
	width: 500px;
	}

.sidebar a.sadlink {
font-size: 9px;
color: #006699;
text-decoration: none;
	}

.ad-link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-top: 10px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
.linkun2 {
	background-color: #cccccc;
	font-size: 9px;
	color: #666666;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.module-tagcloud .module-content {text-align: left; }
.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: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

/* mmt calendar */

.sidebar th { 
text-align: center; 
font-size: 12px;
}

