/* ページ全体の基本的な設定と背景色 */
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;
	}




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


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

	color:#000000;
	padding: 45px 0px 20px 55px;
	text-align: left;
	border-bottom: 0px;
	width: 720px;
	}

a#banner-img {
	display: none;
	}

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

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


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

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



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

	}

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

	}



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



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

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

/* 追加分 */

.top dt {
	font-family: Verdana, Arial, sans-serif;
	width: 410px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
                margin-left: 5px;
	margin-bottom: 10px;
	padding: 2px 0px 2px 20px;
	border-left: solid 10px;
	border-color: #ea959a;
                background-color:#f9f7ee;
                color:#333333;
}


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


.info01     {
             margin-top : 10px; 
             margin-bottom : 25px; 
                             } 
.info01 dt   {
             padding :3px;
             color:#333333;
             background-color: #f9f7ee;
             width:90px;
             margin-left:0px; 
             font-size: 12px;
             } 
.info01 dd {
            line-height : 160%; 
            margin : -1.6em 0 0.8em 8em; 
            border-bottom : 1px dotted #666666; 
            font-size: 12px;
            } 


.info02     {
             margin-top : 10px; 
             margin-bottom : 25px; 
                             } 
.info02 dt   {
             padding :5px;
             color:#990000;
             background-color: #f9f7ee;
             width:100px;
             margin-left:0px; 
             font-size: 12px;
             font-weight: bold;
             } 
.info02 dd {
            line-height : 160%; 
            margin : -1.6em 0 0.8em 8em; 
            font-size: 12px;
            } 




/* リストの設定 */

.cate_top ul {
	padding-left: 0px;
	margin: 5px 0;
	}

.cate_top li {
	background: url(images/lir.gif) no-repeat 5px 0.5em;
                 margin: 0px;
                 padding: 0px 0px 5px 5px;
                 list-style: none;}


.cate_top	{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.25;
	font-weight: normal;
	margin : 5px 0px 0px 0px ;
	padding: 5px 10px 5px 5px;
                border: 1px solid #f5dcc6;
               background-color: #f9f7ee;
	}


.ninki ul {
	padding-left: 0px;
	margin: 5px 0;
	}

.ninki li {
	background: url(images/lir.gif) no-repeat 5px 0.5em;
                 margin: 0px;
                 padding: 0px 0px 5px 15px;
                 list-style: none;}


.ninki	{
	color: #f5dcc6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:1.25;
	margin : 5px 0px 0px 0px ;
	padding: 5px 10px 5px 5px;
                border: 1px solid #f5dcc6;
               background-color: #f9f7ee;
               font-weight: bold;
	}


.afnv	{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.25;
	font-weight: normal;
	margin : 5px 0px 0px 0px ;
	padding: 5px 10px 5px 5px;
                border: 1px solid #f5dcc6;
               background-color: #f9f7ee
	}

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

p.bold {
                font-size: 14px;
                padding: 2px 0px 2px 0px;
                margin: 0;
                color: #000000;
                font-weight: bold;
                }

p.red {
                font-size: 14px;
                padding: 2px 0px 2px 0px;
                margin: 0;
                color: #cc0000;
                font-weight: bold;
                }

p.p12 {
                font-size: 12px;
                }

p.waku {
          font-size: 14px;
                color: #990000;
           background-color:f9f7ee;
           font-weight: bold;
           margin: 30px 0px 10px 0px;
           padding-left: 5px;
          clear:both;
         }



.data {
               padding-top :20px;
               background-repeat:no-repeat;
               background-position:top left;
	background-image: url("http://www.color-sp.com/images/sio_data.gif");
	}


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



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

.waku1 {
            font-size: 14px;
           color: #990000;
           background-color:#f9f9f9;
           margin: 10px 0px 10px 0px;
           padding: 5px;
           border: 1px solid #999999;
          clear:both;
	}



/* ++++++ コンテンツ部分のデザイン ++++++ */

p {
               font-size: 0.95em;
               padding-bottom: 7px;
               line-height: 150%;
               margin:0;
               font-family: Verdana, Arial, sans-serif;
               }
p.p7 {
              font-size:12px;
              padding:10px;
             background-color : #ffffff; 
       }

.clear {
               clear:both;
              }


.top-free{
                 font-size : 0.95em; 
                 background-color : #f0f0f0; 
                 color : #333333; 
                 font-weight : bold; 
                 padding : 10px; 
                 line-height : 150%; 
                 font-family : Verdana, Arial, sans-serif; 
               }

.top-free1{
                 font-size : 0.95em; 
                 background-color : #f9f9f9; 
                 color : #333333; 
                 padding : 10px; 
                 line-height : 150%; 
                 font-family : Verdana, Arial, sans-serif; 
               }

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


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

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

p.p1 {
	padding: 3px;
	color:#333333;
	font-size:0.985em;
	font-weight: bold;
	margin-bottom: 10px;
                margin-top: 10px;
                background-color : #ffffff; 
}

p.p3 {
	padding: 3px;
	color:#333333;
	font-size:0.9em;
	margin-bottom: 10px;
                margin-top: 10px;
                background-color : #ffffff; 
}

p.p5 {
	padding: 0;
	color:#333333;
	font-size:0.785em;
	margin:0;
                background-color:inherit;
}



/* テーブルの設定 */

table {
	width: 90%;
                border: 1px solid #cccccc;
                border-collapse: collapse;
                margin-left:5px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
                vertical-align:top;
                border: 1px solid #f5f5f5;
                padding:15px;
}


.navi {
	width: 92%;
                border: 1px solid #f5f5f5;
                border-collapse: collapse;
                margin-left:0px;
}

.cell{
	background-color: #f9f7ee;
                color:#333333;
                padding:5px;
                font-size: 12px;
                text-align:left;
                font-weight:bold;
                width:20%;
                vertical-align:middle;
}
.cell1 {
        background-color: #fffff;
        width:70%;
        padding:5px;
        font-size: 12px;
        vertical-align:middle;
       text-align:left;
}

.cell2{
                padding:5px;
                font-size: 12px;
                text-align:center;
                background-color: #ffffff;
                color:#333333;
                width:25px;
}



/* エントリー投稿者の段落 */
	.posted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:10px;
	}


/* 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: #cc0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align: left;
	margin-top: 5px;
   font-weight: bold;	
	}



.midashi	{ 
	padding: 8px 0px 5px 30px;	
	margin-bottom: 10px;
	background:#ffffff;
                background-repeat:no-repeat;
	background-image: url("http://www.color-sp.com/images/h2g600.jpg");
	}


.midashi2	{ 
	padding: 8px 0px 5px 30px;	
	margin-bottom: 10px;
	background:#ffffff;	
                background-repeat:no-repeat;
	background-image: url("http://www.color-sp.com/images/h2g600.jpg");
	}

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


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


h5 {
	color: #cc3333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	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;
	}




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


/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color:#333333;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
                font-weight:bold;
	line-height:1.25;
	text-align:left;
	background-color: #ea959a;
	padding: 5px 0px 5px 5px;
                background-repeat:no-repeat;
	background-image: url("http://www.color-sp.com/images/h2g.jpg");
                background-position:left;
                margin-top:0px;
                border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	}

.sidebar h3 {
	color:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:1.25;
	text-align:leftr;
	background-color: #f5dcc6;
	padding: 3px 0px 3px 3px;
                font-weight: bold;
                margin-bottom:5px;
	}

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

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

/* メニュー枠内でcategories ulタグを使用した時の設定 */



.sidebar #categories ul {
	font-size: 12px;
	list-style: none;
                margin: 0px;
                margin-left: 0px;
                padding: 0px;
                border: 1px solid #6699cc;
	}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	background: url(images/lir.gif) no-repeat 5px 0.2em;
                 margin: 0px;
                 padding: 0px 0px 5px 15px;
                 list-style: none;
	}

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

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

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




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


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

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

/* フッター */
#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: 650px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
                background-repeat:no-repeat;
	background-image: url("http://www.color-sp.com/images/hd_color04.jpg");
	}

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

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

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

.entrybox {
	width: 520px;
	margin-bottom: 5px;
	}

.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: 13px 0px 10px 0px;
	border-top: 10px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	}


p.linkun {
	background-color: #ffffff;
	font-size: 9px;
	color: #999999;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.linkun {
	background-color: #ea959a;
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
	}

.linkun2 {
	background-color: #ea959a;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

/* メニュー枠内で img(画像）タグを使用した時の設定 */
.sidebar img {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 7px 5px 0px 0px;
	}

/* エントリーの画像 */
.content img {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.sidebar h2 a,
.sidebar h2 a:link,
.sidebar h2 a:visited,
.sidebar h2 a:active
 {
	color: #FFFFFF;
    text-decoration: none;
	}

.sidebar h2 a:hover
 {
	color: #FFCC00;
    text-decoration: none;
	}

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

small {
font-size: 9px;
color: #006699;
}

/* フッターカテゴリーリスト */
#footer2 {
	color:#000000;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align: left;
clear: both;
	}

#footer1 {
	color:#000000;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px 0px 5px 35px;
	margin: 0px 20px 0px 20px;
	text-align: left;
	}

/* 画面上へ戻るリンク */
.jampbox {
font-size: 11px;
color: #006699;
text-align: right;
padding: 5px 0px 5px 0px;
margin: 5px 0px 0px 0px;
border-top: 1px dashed #000000;
	}


p.entry-more-link{
font-size: 12px;
text-align: right;
}
p.pan{
margin-top: 30px;
}

p.tags{
font-size: 12px;
text-align: right;
margin-bottom:10px;
}

.entry-tags{
font-size: 12px;
text-align: left;
margin-bottom:20px;
}




.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: 12px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }


