@charset "utf-8";
@import url(http://blog.livedoor.jp/redcomet2ch/template_thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ホワイトブレス";
 :shortdesc "Design Template for livedoor Blog";
 :created "2012-09-28";
 :release [:revision "1.00"; :created "2012-09-28"];
 :page <>;
 :rights "NHN Japan Corp.".
*/



/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color:#ffffff;
        background: url(http://livedoor.blogimg.jp/redcomet2ch/imgs/9/9/999b89d0.jpg) ;
        font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}
#wrapper {
	padding-top: 0px;
}

#banner {
	background:#ffffff url() repeat-x;
        width: 1064px;
        margin:0px auto;
        padding:29px auto;
}
#banner a {
	color:#ffffff;
        font-size:19px;
	text-decoration:none;
        
}
#banner a:hover {
         color:#ffffff;
         text-decoration:none;
}


#container {
	margin:0px auto;
        background-color:#;
        
	width: 1064px;
        
}
#content {
	position: relative;
}
#main {
	width: 799px;
        background-color:#;
         border-left:0px solid #b8b8b8;
        border-right:0px solid #b8b8b8;
        border-top:0px solid #b8b8b8;
        border-bottom:0px solid #b8b8b8;

　　　　
}
#sidebar{
	width: 255px;
       background-color:#fcfcfc;
        margin-right: 0px;
        margin-top: 0px;
        padding-right: 2px;
         border-left:1px solid #dfdfdf;
        border-right:1px solid #dfdfdf;
        border-top:0px solid #b8b8b8;
        border-bottom:1px solid #b8b8b8;
        font-size:12px;
}

#sidebar a{
	
        font-size:12px;
}




/* サイドバー入れ替え */

body.sidebar-left #sidebar {
	float: left;
}
body.sidebar-right #main {
	float: left;
}
body.sidebar-right #sidebar {
	float: right;
}
body.sidebar-left #main {
	float: right;
}

/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #000;
        background-color:#EFEFEF;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;

}
a {
	color: #14126F;
	text-decoration: none;
}
a:link {
	color: #14126F;
	text-decoration: none;
}
a:visited {
	color: #14126F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #062576;
}

blockquote {
 margin:10px 7px 20px 7px;; /* 枠線を表示する上下左右の空白 */
    margin-right: 6px;
    padding: 12px 30px 10px 13px; /* 枠線から文字までの上下左右の空白 */
  border: dotted 1px #cecece; 
         background-color:#f7f7f7; 
    font-size: px; /* フォントサイズ */
    line-height: 120%; /* 改行幅 */
}

/*** blockquote & pre */
div.article-body blockquote,
div.article-body pre {
	background-color: #EAF4FD;
	padding: 5px 15px;
	margin: 5px 0;
	color: #595d68;
}




/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
        margin-top: px;
	margin-bottom: 5px;
        width: 100%;
        margin:0px auto;
        background-color: #ffffff;
         border-bottom:3px solid #cacaca;
}
#blog-header hgroup {
}
#blog-header-image {
	height: 400px;
	width: 100%;
	background-color: #287cba;
	background-image: -webkit-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:    -moz-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:     -ms-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:      -o-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:         linear-gradient(#57bef5 0%, #287cba 100%);
}
#blog-title {
        width: 1020px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px auto;
        padding: 0 5px;
}
#blog-title a{
display:block;
width:290px;
height:52px;
text-indent:-10000px;
background:url(http://livedoor.blogimg.jp/redcomet2ch/imgs/4/c/4cd624b5.png) 0 0;
}

#blog-title a:hover{
display:block;
width:290px;
height:52px;
text-indent:-10000px;
background:url(http://livedoor.blogimg.jp/redcomet2ch/imgs/7/f/7f641eb7.png) 0 0;
}

#blog-description {
        width: 1020px;
	color: #979797;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
	margin: 20px auto;
        padding: 30 5px;
       
}
#blog-description a {
	color: #979797;
        font-size: 13px;
}

/* かんたんタイトル画像 */
#blog-header.show-image hgroup {
	position: relative;
}
#blog-header.show-image #blog-header-image {
	height: auto;
}
#blog-header.hide-text hgroup,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#blog-header.hide-text #blog-header-image {
	margin: 0;
}

#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	z-index: 10;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #b5b5b5;
	border-top: 1px solid #dbdbdb;
        margin-top: 3px;
        margin-left: 0px;
        margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px 0px 0px 0px;
	position: relative;
       background-color:#fcfcfc;
        
 
}
.article-inner {
        border-top: 0px dashed #999;
	height: 220px;
	overflow: hidden;
	position: relative;
        margin-left: 2px;
        margin-right: 5px;
         padding:5px 2px 2px 8px;
　　　　
}
.article-header,
.article-body {
	margin-left: 170px;
}


.article-mark {
	background-color:#ffffff;
	display: table;
	position: absolute;
	bottom: 0;
       
	left: 185;
	height: 10px;
	width: 640px;
}

.article-marktop {
	background-color:;
	display: table;
	position: absolute;
	bottom: 0;
         margin-top: 5px;
	left: 115;
	height: 10px;
	width: 610px;
}

.article-first-image {
	background-color: #;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	width: 150px;
        margin-top: 5px;
        margin-left: 0px;
         padding:0px;
}
.article-first-image a {
	background-color: #d6d6d6;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
        border:solid 2px #f1f1f1;
}

.article-first-image a:hover {
	background-color: #d6d6d6;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
         border:solid 2px #c0c0c0;
}


.article-first-image img{
        height: 209px;
	width: 165px;
	display: inline;
        background-color: #;
}

.article.first-article {
	
        
}
.article.last-article {
	
}






/* 記事ヘッダー、記事タイトル */
.article-header {
        margin-top: 0px;
	margin-bottom: 15px;
	position: relative;
        margin-left: 177px;
        margin-right: 3px;
}

.article-title a {
	color: #00194a;
	font-size: 19px;
	font-weight: bold;
        text-decoration:none;
}

.article-title a:hover {
	color: #ff0000;
	font-size: 19px;
	font-weight: bold;
        text-decoration:none;
}

/* 日付 */
.article-date {
	color: #ffffff;
	font-size: 12px;
        text-align:right;
        margin-left: 15px;
        background:#808080;
}

/*トップ 日付 */
.article-topdate {
	color: #C9CACA;
	font-size: 12px;
        text-align:left;
        margin-left: 0px;
        background:#;
        margin:0px 0px 9px 0px;
        padding-left: 0px;
}


h2.date{
	
	padding: 0;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
        background-color:#002855;
        text-align:left;
        margin:5px 0px 0px 5px;
        padding:5px 2px 2px 8px;
　　　　 border-radius: 20px;         /* CSS3 */
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
}



/* 個別記事のみ */
body.page-article .article {
	border: 0;
	 
	padding: 0;
        padding-top: 0px;
        border-left:2px solid #c9c9c9;
        border-right:2px solid #d5d5d5;
        border-top:0px solid #b5b5b5;
        border-bottom:2px solid #b5b5b5;
        margin-left: 0px;
        margin-top: 0px;
           margin-bottom: 0px;
        font-size:18px;
         padding-bottom:px;
	
        border-top: 0px solid #888888;
        background-color:#ffffff;
}





body.page-article .article-title {
max-height: none;
font-weight:bold;
font-size: 26px;
line-height: 1.3;

   color:#001030;

    margin-bottom: 15px;
   padding:40px 12px 6px 12px;
}

body.page-article .article-title a{
  
font-size: 25px;
line-height: 1.3;
　font-weight:bold;
   color:#001030;

    margin-bottom: 15px;
  
}



body.page-article .article-header,
body.page-article .article-body {
        
	  margin-bottom: -20px;
        margin-top:0px;
        margin-left: 7px;
        margin-right: 2px;
          padding-top: 5px;
        padding-bottom: -50px;
        padding-left: 4px;
        padding-right: 0px;
        border-top: 0px dashed #999;
        border-left:0px solid #cbcbcb;
        border-right:0px solid #cbcbcb;
　　　background-color:#;　
}

body.page-article .article-body a{
   color: #0000ff;
   font-weight:normal; 
   text-decoration: underline;
   font-size: 13px;
}

body.page-article .article-body a:hover {
	color:#ff0000;
　　　　font-weight:normal;
        font-size: 13px;
        text-decoration: none;
}

body.page-article .article-body a:visited: {
	color:#020000;
　　　　font-weight:normal;
        font-size: 13px;
        text-decoration: none;
}


body.page-article .article-header {
	border-bottom: 0px dashed #999;
	padding-bottom: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-right: 30px;
        font-size:21px;
}

body.page-article .article-header a {
	paddingn-left: 20px;
        font-size:21px;
        
}




/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-bottom: 1px dashed #999;
}
.article-meta {
       margin:1px 0px 0px 0px;
	padding:7px 0px 0px 0px;
        background-color:#;
        vertical-align: bottom;
       border-bottom: 0px dashed #999;
}
.article-social-btn {
	border-bottom: 0px dashed #999;
	top: 0px;
	position: relative;
}



.article-footer {
	border-bottom: 0px dashed #999;
}
.article-topmeta {
	padding: 0px 0 8px;
}
.article-social-btn {
	border-bottom: 0px dashed #999;
	top: 0px;
	position: relative;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-topcome {
	border-bottom: 0px dashed #999;
        flort:left;
}
.article-topmeta {
	padding:5px 685px 0px 0px;
}
.article-social-btn {
	border-bottom: 0px dashed #999;
	top: 0px;
	position: relative;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 16px;
	line-height: 1.6;
}
.article-body-inner h1,{
　　　　font-weight:bold;
}

.article-body-inner h2 {

margin-top: 6px;
	margin-left: 8px;
        margin-right: 31px;
        margin-bottom: 6px;
        padding-top: 17px;
        padding-bottom: 56px;
        padding-left: 5px;
        padding-right: 9px;
	color: #222222;
        background-color:#f0f0f0;
        font-size:13px;
}




        
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
}





.article-body-inner img.pict{
	border: 3px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	height: auto;
	margin: 0em 0px 0.5em!important;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-xbox {
	
  background-color: #ffffff; 
          margin-bottom: 22px;
          
	  margin-left: -24px;
          margin-right: -6px;
　　　　 font-weight: normal;
         
         padding-top: 3px;
         padding-bottom: 1px;
            padding-right: 0px;
        padding-left: 19px; 
        	
      border-left:2px  solid #d5d5d5;
        border-right:2px solid #d5d5d5;
        border-top:2px solid #d5d5d5;
        border-bottom:2px solid #d5d5d5;
   
}






.comment-date{
      
  font-size:13px;
	  font-weight:normal;
	font-weight: ;
	color:#444444;
        padding-left: 1px; 
     
}

.comment-info{
	color:#444444;
   font-size:13px;
       font-weight:normal;
  
}





.comment-author{
      
	margin-left: 2px;
	  color:#008000;
	font-size:13px;
        padding-left: 3px; 
        font-weight:normal;
       border-left: 10px solid #;
}








.comment-body { 
color: #232323;

font-size:16px;
line-height:19px;
      
        margin-top: 13px;
	margin-left: 12px;
        margin-right: 41px;
        margin-bottom: 35px;
        padding-top: 6px;
        padding-bottom: 30px;
        padding-left: 12px;
        padding-right: 12px;
	
        
       
         border-left:0px  solid #c9c9c9;
        border-right:0px solid #d5d5d5;
        border-top:0px dotted #999999;
        border-bottom:1px dotted #7f7f7f;
　　　 
}

.comment-body a { 
       color: #000099;
       font-weight: normal;
        
       text-decoration: underline;
　　　 
}




.cometitle{

border-left:0px solid #CCC;
border-bottom:1px solid #CCC;


        margin-top: 39px;
        margin-right: 13px;
        margin-bottom: 46px;
        margin-left: 1px;
        padding-top: 7px;
        padding-bottom: 5px;
        padding-left: 12px;
        padding-right: 9px;
	color: #ffffff;
        background-color:#002855;
        font-size:13px;
        font-weight:;

}





.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


#comment {
margin-left: 15px;
}




/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
　　　　
}
ul.index-navigator li.current span {
	background-color: #910000;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
　　　　
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#555;
	padding: 40px;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */

 




.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
        margin-left: 3px;
       
        
}
.sidewrapper .sidetitle {
	border-bottom: 0px dashed #999;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
	padding:7px 27px 0px 15px;
        background: url("http://livedoor.blogimg.jp/redcomet2ch/imgs/1/f/1f496eae.png") no-repeat scroll 0 0 transparent;
	}
        border-left: 0px solid #C9CACA;
　　　　 
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	padding: 4px 0;
	border-bottom: 1px dashed #999;
        margin-left: 3px;
        font-size: 12px;
       
        text-align: left;
}

.sidewrapper .side .sidebody a {
	font-size: 11px;
}

.sidewrapper .side .sidebody:last-child {
	border-bottom: 0;
        
     
    
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
}
table.caltblday .calon {
	background-color: #000;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday td a:hover {
	background-color: #910000;
}
table.caltblday td a:visited {
	background-color: #c8a7dd;
}
ul.galleryThumbnail li {
	display: inline-block;
	margin: 5px;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
　　　　font-weight:bold;
	border-bottom: 0px solid #333;
	font-size: 16px;
	color: #000000;
        
	padding: 15px 10px 15px 10px;
　　　　
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}


div.kbox{
    margin:7px 27px 0px 0px;; /* 枠線を表示する上下左右の空白 */
    margin-right: 6px;
    padding: 10px 10px 10px 10px; /* 枠線から文字までの上下左右の空白 */
    background: #fcfcfc; /* 背景色 */
    border: 1px dotted #808080; /* 文字色 */
    font-size: px; /* フォントサイズ */
    line-height: 140%; /* 改行幅 */

}

/*blockquoteの装飾*/
blockquote{
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */
 
   border: 1px green solid;     /* 枠線の装飾 */
   background-color: #faf0e6;   /* 背景色 */
   padding: 10px;　　　　　　　　 /* 枠と文字の距離 */
}
/* 引用符「”」を非表示 */
blockquote:before {
    content: none;　　　　　　　　/* 引用符「”」を非表示に */
}

/*** blockquote & pre */
div.article-body blockquote,
div.article-body pre {
	
}



div.box{
    margin:7px 27px 0px 0px;; /* 枠線を表示する上下左右の空白 */
    margin-right: 6px;
    padding: 10px 10px 10px 10px; /* 枠線から文字までの上下左右の空白 */
    background: #f0f0f0; /* 背景色 */
    border: 1px dotted #808080; /* 文字色 */
    font-size: px; /* フォントサイズ */
    line-height: 140%; /* 改行幅 */

}



div.nbox{
    margin:7px 27px 0px 0px;; /* 枠線を表示する上下左右の空白 */
    margin-right: 6px;
    padding: 10px 10px 10px 10px; /* 枠線から文字までの上下左右の空白 */
    background: #f4f4f4; /* 背景色 */
    border: 1px dotted #808080; /* 文字色 */
    font-size: px; /* フォントサイズ */
    line-height: 160%; /* 改行幅 */
     border-radius: 20px;         /* CSS3 */
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */

   border: 3px #808080 solid;     /* 枠線の装飾 */
   background-color: #f7f7f7;   /* 背景色 */
}




#cyuui {
margin-left: 15px;
 font-size:13px;
color: #888888;
}



div.cbox{
    margin:37px 57px 0px 30px; /* 枠線を表示する上下左右の空白 */
    
    padding: 5px 10px 5px 10px; /* 枠線から文字までの上下左右の空白 */
    background: #f0f0f0; /* 背景色 */
    border: 1px dotted #f0f0f0; /* 文字色 */
    color: #555555;
    font-size: 12px; /* フォントサイズ */
    line-height: 140%; /* 改行幅 */
　　
}


.res_name {
	font-size:13px;
	font-weight: normal;
	color: #4a4a4a;
     
       padding-left: 15pximportant;
        margin-bottom: 0pximportant;
        
}



.res_body {
	font-size:17px;
        color:#232323;
	 font-weight: bold;
       margin:1px 67px 6px 4px;

        line-height: 130%; 
        border-bottom: 0px dotted #888888; 
        
}

.t_h {
font-size:13px;
	font-weight: normal;
	color: #3a3a3a;
        
       padding-left: 10pximportant;
        margin-bottom: 0pximportant;
}


.t_b {
	font-size:17px;
        color:#232323;
	 font-weight: bold;
       margin:0px 67px 6px 4px;
	
        line-height: 130%; 
        border-bottom: 0px dotted #888888; 
       
}

.namecolor {
color: #111111;

}




.week {
	font-size:15px;
        line-height: 110%; 
	font-weight: bold;
	        
}



.res_bold {
	font-size:19px;
       
	
       
}






.aa{
         font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
         font-size:13px;
         line-height:18px;
         font-weight:lighter;
 }
         
         










ul.index-navigator {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/gray/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	padding: 15px 0 0;
	font-size: 90%;
}

ul.index-navigator li a {
	padding: 0 7px;
}

/** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
        margin-top: 11em;
        font-size: 11px;
        text-decoration: underline;
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}



#odai {
color:#333333;
padding: 10px 1px 0px 14px;
font-size:12px;
line-height:180%;
margin:7px 7px 7px 7px;
 background-color:#f0f0f0;
}

#odai a:link{
padding: 0px 1px 4px 74px;
color:#002855;
font-size:13px;

text-decoration:none;

background: url(http://livedoor.blogimg.jp/redcomet2ch/imgs/9/e/9e7b8de0.png) no-repeat 0 0px;
font-weight:normal; 

line-height:180%;
}

#odai  a:visited{
color:#002855;
font-size:13px;
padding: 0px 1px 4px 74px;
text-decoration: none;
background: url(http://livedoor.blogimg.jp/redcomet2ch/imgs/9/e/9e7b8de0.png) no-repeat 0 0px;

font-weight:normal; 

line-height:180%;
}

#odai  a:hover{
color:#ff0000;
padding: 0px 1px 4px 74px;
font-size:13px;
background: url(http://livedoor.blogimg.jp/redcomet2ch/imgs/9/e/9e7b8de0.png) no-repeat 0 0px;
text-decoration: ;

font-weight:normal; 

line-height:180%;

}

#randam {
color:#333333;
padding: 0px 1px 4px 24px;
font-size:16px;
line-height:180%;
 margin-left: 30px;
}



#ddou {
color:#333333;
padding: 0px 1px 4px 24px;
font-size:16px;
line-height:180%;

}

#ddou a:link{
padding: 3px 6px 4px 7px;
color:#0044CC;
font-size:18px;

text-decoration:underline ;
background: url( )no-repeat 0 0px;

font-weight:bold; 

line-height:180%;
}

#ddou  a:visited{
color:#0044CC;
font-size:18px;
padding: 3px 6px 4px 7px;
text-decoration: none;
background: url() no-repeat 0 0px;
font-weight:bold; 

line-height:180%;
}

#ddou  a:hover{
color:#ff0000;
padding: 3px 6px 4px 7px;
font-size:18px;

text-decoration:none ;
background: url() no-repeat 0 0px;
font-weight:bold; 

line-height:180%;

}


#dou {
color:#333333;
 margin:8px 0px 0px 0px;
padding: 0px 1px 4px 0px;
font-size:11px;
line-height:190%;

}

#dou a:link {
font-size:14px;
padding: 0px 6px 4px 1px;
color:#0044CC;


text-decoration:none;


font-weight:normal; 

line-height:190%;
}

#dou  a:visited{
color:#0044CC;
font-size:14px;
padding: 0px 6px 4px 1px;
text-decoration: none;


font-weight:normal; 

line-height:190%;
}

#dou  a:hover{
color:#ff0000;
padding: 0px 6px 4px 1px;
font-size:14px;

text-decoration: ;

font-weight:normal; 

line-height:190%;

}

.douspace{
	float:center;
　　　
	overflow:hidden;
          margin-top: 3px;
          margin-bottom: 5px;
            background:#ffffff;
	  margin-left: -11px;
          margin-right: 7px;
　　　　 font-weight: normal;
            border-left: 0px solid #dbdbdb;
        border-right: 0px solid #dbdbdb;
	border-bottom: 0px solid #b5b5b5;
	border-top: 0px solid #dbdbdb;
         padding-top: -28px;
         padding-bottom: 0px;
            padding-right: 0px;
       
        padding-left: 1px;
}

.topgrss{
	float:center;
　　　
	overflow:hidden;
          margin-top: -5px;
          margin-bottom: -3px;
            background:#ffffff;
	  margin-left: px;
          margin-right: 7px;
　　　　 font-weight: normal;
            border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #b5b5b5;
	border-top: 1px solid #dbdbdb;
         padding-top: -28px;
         padding-bottom: 0px;
            padding-right: 0px;
       
        padding-left: 1px;
}


.undergrss{
	float:center;
　　　
	overflow:hidden;
          margin-top: -5px;
          margin-bottom: 0px;
            background:#ffffff;
	  margin-left: -17px;
          margin-right: 1px;
　　　　 font-weight: normal;
            border-left: 0px solid #dbdbdb;
        border-right: 0px solid #dbdbdb;
	border-bottom: 0px solid #b5b5b5;
	border-top: 0px solid #dbdbdb;
         padding-top: -28px;
         padding-bottom: 0px;
            padding-right: 0px;
       
        padding-left: 1px;
}





#bread {
color:#333333;
 margin:2px 0px 0px 5px;
padding: 0px 1px 4px 0px;
font-size:11px;
line-height:190%;

}

#bread a:link {
font-size:11px;
padding: 0px 6px 4px 1px;
color:#002855;


text-decoration:none;


font-weight:normal; 

line-height:190%;
}

#bread  a:visited{
color:#002855;
font-size:11px;
padding: 0px 6px 4px 1px;
text-decoration: none;


font-weight:normal; 

line-height:190%;
}

#bread  a:hover{
color:#ff0000;
padding: 0px 6px 4px 1px;
font-size:11px;

text-decoration: ;

font-weight:normal; 

line-height:190%;

}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}




#kabu2 {
color:#333333;
padding: 0px 1px 0px 0px;
font-size:14px;
line-height:130%;
 margin-top: -19px;
}

#kabu2 {
color:#333333;
padding: 0px 1px 0px 5px;
font-size:14px;
line-height:220%;
 font-weight: bold;
}

#kabu2 a:link{
padding: 0px 1px 0px 5px;
color:#444444	;
font-size:14px;

text-decoration: none;


 font-weight: bold;

line-height:220%;
}

#kabu2  a:visited{
color:#777777;
font-size:14px;
padding: 0px 1px 0px 5px;
text-decoration: none;


 font-weight: bold;

line-height:220%;
}

#kabu2  a:hover{
color:#F6AD3C;
padding: 0px 1px 0px 5px;
font-size:17px;


text-decoration: none;

 font-weight: bold;

line-height:220%;

}



#kabu1 {
color:#333333;
padding: 0px 1px 0px 5px;
font-size:14px;
line-height:130%;
}

#kabu1 a:link{
padding: 0px 1px 0px 5px;
color:#004077	;
font-size:14px;

text-decoration: none;


font-weight:normal; 

line-height:130%;
}

#kabu1  a:visited{
color:#4C8DCB;
font-size:14px;
padding: 0px 1px 0px 5px;
text-decoration: none;


font-weight:normal; 

line-height:130%;
}

#kabu1  a:hover{
color:#F6AD3C;
padding: 0px 1px 0px 5px;
font-size:14px;


text-decoration: none;

font-weight:normal; 

line-height:130%;

}



#zenback {
color:#333333;
padding: 0px 1px 0px 5px;
font-size:13px;
line-height:160%;
}

#zenback a:link{
padding: 0px 1px 0px 5px;
color:#004077	;
font-size:13px;

text-decoration: none;


font-weight:normal; 

line-height:160%;
}

#zenback  a:visited{
color:#4C8DCB;
font-size:13px;
padding: 0px 1px 0px 5px;
text-decoration: none;


font-weight:normal; 

line-height:160%;
}

#zenback  a:hover{
color:#F6AD3C;
padding: 0px 1px 0px 5px;
font-size:13px;


text-decoration: none;

font-weight:normal; 

line-height:160%;

}


div.related-articles{
	padding: 0px 2px 0px 7px;
        margin:0px 2px 5px 5px;
	float: left;
	width: 770px;	
        font-size: 11px;
        font-weight: nornal;
        background-color:#;
        border: 0px solid #C9CACA;
        background-color:#;
}

div.related-articles h3 ,div.sbm h3 {
  color:#002855 ;
	margin: 0px 362px 5px 0px;
        padding: 0px 2px 10px 2px;
	font-size: 16px;
border-bottom: 0px solid #002855;
border-left: 0px solid #002855;
font-size: 12px;
font-weight: bold;
line-height: 29px;
padding: 2px 0px;
background-color:#ffffff;
}

div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
        margin-bottom: 0px;
       margin-left: 10px;
}
div.related-articles ul li{
	background: url(http://livedoor.blogimg.jp/redcomet2ch/imgs/b/d/bde70666.jpg) no-repeat 0 9px;
	padding: 0 0 0px 10px;
	margin-left: 0px;
	font-size: 11px;
       margin-bottom: 2px;
}


.bp8 {
	margin:15px 0px 5px 0px;
	padding:0px 0px 0px 0px;
        background:#;
	border:solid 0px #adadad;
        font-size:15px;
}

.bp9 {
	margin:-5px 5px -4px 5px;
	padding:0px 0px -5px 0px;
         background:#ffffff;
	 border-left: 0px solid #dbdbdb;
        border-right: 0px solid #dbdbdb;
	border-bottom: 0px solid #b5b5b5;
	border-top: 0px solid #dbdbdb;
        font-size:15px;
        
}


.bp5 {
	margin:-4px 2px 0px 5px;
	padding:5px 0px 0px 0px;
        background:#ffffff;
	border:solid 2px #d3d3d3;
        font-size:15px;
}
.hentry .bp5 {
	margin:0px 0;
	padding:0;
	border:none;
}

.samunerss {
	width:px;
	margin:0px 1px 0px 0px;
	text-align:center;
        border: 1px solid #afafaf;
        background-color:#FDFDFF;
          margin-right: 3px;
        margin-bottom: 5px;
        margin-left: 7px;
        padding-top: -6px;
        padding-bottom:0px;
        padding-left: 8px;
        padding-right:4px;
}



.fukugan {
	margin:9px 0px -16px 4px;
	padding:0px 0px 0px 0px;
        background:#;
	border:solid 0px #adadad;
        font-size:15px;
}







.tsuduki a:hover {
	color: #ff0000;
	
        text-decoration:none;
}

.samune {
	margin:5px auto;
	padding:1px;
        background:#;
	border:solid 1px #;
        text-align:center;
}




.naiad{

border-top:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;


        margin-top: -5px;
        margin-right: 5px;
        margin-bottom: 55px;
        margin-left: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 0px;
	color: #;
        background-color:#ffffff;
        

}

.nainaiad{

border-top:0px solid #CCC;
border-bottom:0px solid #CCC;



        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom:10px;
        padding-left: 0px;
        padding-right: 0px;
	color: #;
        background-color:#fcfcfc;
        

}


.adnai-wrapper{
	width:640px;
	overflow:hidden;
}
.adnai-column{
	float:left;
	width:50%;
}


body.toprss{
border:none;
background:#ffffff;
color:#555555;
margin:0;
padding:0 0 5px;
font-size:11px;
font-weight:normal;
}

body.toprss-rec{
border:none;
background:/*#0000ff*/#fff;
color:#FFF;
margin:0;
padding:0 0 5px;

}

body.toprss a,
body.toprss-rec a{
color:#0000ff;
}

body.toprss2{
border:none;
background:#ffffff;
color:#555555;
margin:0;
padding:0 0 5px;
font-size:11px;
font-weight:normal;
}

body.toprss2-rec{
border:none;
background:/*#0000ff*/#fff;
color:#FFF;
margin:0;
padding:0 0 0px;

}

body.toprss2 a,
body.toprss2-rec a{
color:#0000ff;
}




#rsst {
	width:px;
	margin:0px 1px 0px 0px;
	
        border-bottom: 1px dotted #888888; 
        background-color:#fcfcfc;
        
}



#rsst a:link{
color:#000049;
font-size:14px;

text-decoration: none;
border-bottom: 0px dotted #888888; 

font-weight:normal;

line-height:140%;

}

#rsst a:visited{
color:#00194a;
font-size:14px;
text-decoration: none;
border-bottom: 0px dotted #888888; 

font-weight:normal;

line-height:140%;


}


#rsst a:hover{
color:#ff0000;
font-size:14px;
text-decoration: none;
border-bottom: 0px dotted #888888; 

font-weight:normal;

line-height:140%;


}



#urss{
		width:px;
	margin:0px 1px 0px 0px;
	text-align:center;
        border: 0px solid #afafaf;
        background-color:#;
          margin-right: 3px;
        margin-bottom: 5px;
        margin-left: 2px;
        padding-top: -2px;
        padding-bottom:0px;
        padding-left: -12px;
        padding-right:4px;
       
}
#urss a:link{
color:#1D2088;
font-size:14px;
font-weight:normal;
text-decoration: none;
border-bottom: 1px dotted #888888; 
line-height:180%;

}

#urss a:visited{
color:#0000ff;
font-size:14px;
font-weight:normal;
text-decoration: none;
line-height:180%;
padding-top: -8px;

}

#urss a:hover{
color:#ff0000;
font-size:14px;
font-weight:normal;
text-decoration: none;
line-height:180%;
margin-left: 2px;
padding-top: -8px;
}






#crss{
		width:px;
	margin:0px 1px 0px 0px;
	text-align:left;
       
        background-color:#ffffff;
       
}
#crss a:link{
color:#0044CC;
font-size:13px;
font-weight:normal;
text-decoration: none;


line-height:140%;
}

#crss a:visited{
color:#438bc5;
font-weight:normal;
font-size:13px;

text-decoration: none;
line-height:140%;
}

#crss a:hover{
color:#ff0000;
font-size:13px;
font-weight:normal;

text-decoration: none;
line-height:140%;
}




#curss{
		width:px;
	margin:0px 1px 0px 0px;
	text-align:left;
        border: 0px solid #afafaf;
        background-color:#fcfcfc;
       
}
#curss a:link{
color:#1111cc;
font-size:14px;
font-weight:normal;
text-decoration: none;


line-height:140%;
}

#curss a:visited{
color:#438bc5;
font-weight:normal;
font-size:14px;

text-decoration: none;
line-height:140%;
}

#curss a:hover{
color:#ff0000;
font-size:14px;
font-weight:normal;

text-decoration: none;
line-height:140%;
}




#rssf {
	width:px;
	margin:0px 1px 0px 0px;
	text-align:center;
        border: 0px solid #afafaf;
        background-color:#FDFDFF;
        
}



#rssf a:link{
color:#004986;
font-size:15px;
font-weight:bold;
text-decoration: none;
border-bottom: 1px dotted #888888; 


line-height:160%;

}

#rssf a:visited{
color:#002855;
font-size:15px;
font-weight:bold;
text-decoration: none;
border-bottom: 1px dotted #888888; 

line-height:160%;


}

#rssf a:hover{
color:#ff0000;
font-size:15px;
font-weight:bold;
text-decoration: none;

line-height:160%;
border-bottom: 1px dotted #888888; 

}



#rssf2 {
	width:px;
	margin:0px 1px 0px 35px;
	text-align:center;
        border: 0px solid #afafaf;
        background-color:#FDFDFF;
        
}



#rssf2 a:link{
color:#004986;
font-size:12px;
font-weight:normal;
text-decoration: none;
border-bottom: 1px dotted #888888; 


line-height:190%;

}

#rssf2 a:visited{
color:#02004C;
font-size:12px;
font-weight:normal;
text-decoration: none;
border-bottom: 1px dotted #888888; 

line-height:190%;


}

#rssf2 a:hover{
color:#ff0000;
font-size:12px;
font-weight:normal;
text-decoration: none;

line-height:190%;
border-bottom: 1px dotted #888888; 

}


#rssf3 {
	width:px;
	margin:0px 1px 0px 0px;
	text-align:center;
        border: 0px solid #afafaf;
        background-color:#FDFDFF;
        
}



#rssf3 a:link{
color:#004986;
font-size:12px;
font-weight:normal;
text-decoration: none;
border-bottom: 1px dotted #888888; 


line-height:180%;

}

#rssf3 a:visited{
color:#02004C;
font-size:12px;
font-weight:normal;
text-decoration: none;
border-bottom: 1px dotted #888888; 

line-height:180%;


}

#rssf3 a:hover{
color:#ff0000;
font-size:12px;
font-weight:normal;
text-decoration: none;

line-height:180%;
border-bottom: 1px dotted #888888; 

}



#rssf4 {
	width:px;
	margin:0px 1px 0px 0px;
	text-align:center;
        border: 0px solid #afafaf;
        background-color:#FDFDFF;
        
}



#rssf4 a:link{
color:#004986;
font-size:14px;
font-weight:normal;
text-decoration: none;
border-bottom: 1px dotted #888888; 


line-height:240%;
padding-top: 6px;
        marjin-bottom:12px;
        padding-left: 6px;
        padding-right:6px;


}

#rssf4 a:visited{
color:#02004C;
font-size:14px;
font-weight:normal;
text-decoration: none;
border-bottom: 1px dotted #888888; 

line-height:240%;
padding-top: 6px;
        marjin-bottom:12px;
        padding-left: 6px;
        padding-right:6px;

}

#rssf4 a:hover{
color:#ff0000;
font-size:14px;
font-weight:normal;
text-decoration: none;

line-height:240%;
border-bottom: 1px dotted #888888; 
padding-top: 6px;
        marjin-bottom:12px;
        padding-left: 6px;
        padding-right:6px;

}

















#rss2 {
	font-size:11px;
font-weight:normal;
        
}


.post{
	font-size:12px;
	text-align:left;
	margin:0px 5px 16px 0px;
       

}


.posted{
	font-size:12px;
	text-align:right;
	margin:20px 5px 16px 0px;
       

}


div.subject {
    text-align: right;
    float: right;
}




#Count {
color:#333333;
padding: 1px 23px 5px 1px;
font-size:11px;
background: url(http://livedoor.blogimg.jp/redcomet2ch/imgs/c/d/cdee9459.png) no-repeat 0 0px;
border: 0px solid #afafaf;
}

#Count a:link{
padding: 0px 3px 0px 4px;
color:#14126F;
font-size:13px;

font-weight:normal;





}

#Count  a:visited{
color:#14126F;
font-size:13px;
padding: 1px 3px 0px 4px;
text-decoration: none;


font-weight:normal;


}

#Count  a:hover{
color:#ff0000;
padding: 0px 3px 0px 4px;
font-size:13px;


text-decoration: ;

font-weight:normal;


}


#kazu {
color:#333333;
padding: 0px 3px 3px 1px;
font-size:12px;
background: url() no-repeat 0 0px;
border: 0px solid #afafaf;
}


#footer-panel {
padding:3px 4px 3px 2px;
margin:0;
width:60px;
height:505px;
background:#;
position:fixed;
bottom:0;
right:0;
background:url("http://livedoor.blogimg.jp/redcomet2ch/imgs/9/d/9d728bc0.jpg") 0 0 no-repeat;
}
#footer-panel li {
float:left;
display:block;
padding:0 5px;
width:100px;
}
#footer-panel #fp1 {
width:110px;
} 
#footer-panel a {
display:block;
overflow:hidden;
height:35px;
text-indent:-999em;
background:url("http://livedoor.blogimg.jp/redcomet2ch/imgs/9/d/9d728bc0.jpg") no-repeat;
}
#fp1 a { background-position:-7px -3px; }



* html #footer-panel {
display:none;
}

#footer-panel2 {
padding:3px 4px 3px 2px;
margin:0;
width:60px;
height:440px;
background:#;
position:fixed;
bottom:0;
right:0;
background:url("http://livedoor.blogimg.jp/redcomet2ch/imgs/0/9/09e56a83.jpg") 0 0 no-repeat;
}
#footer-panel2 li {
float:left;
display:block;
padding:0 5px;
width:100px;
}
#footer-panel2 #fp1 {
width:110px;
} 
#footer-panel2 a {
display:block;
overflow:hidden;
height:35px;
text-indent:-999em;
background:url("http://livedoor.blogimg.jp/redcomet2ch/imgs/0/9/09e56a83.jpg") no-repeat;
}
#fp2 a { background-position:-7px -3px; }



* html #footer-panel2 {
display:none;
}







#rss_text{
width:774px;
height:225px;
line-height: 1.3;
overflow-y:hidden;
font-size:15px;
position:relative;
text-align: left;
}

#rss_text2{
width:774px;
height:180px;
overflow-y:hidden;
font-size:18px;
position:relative;
text-align: left;
}



#top_rss{
background-color: #fcfcfc;
overflow:hidden;
margin-left:1px;
margin-right:5px;
width: 792px;
margin-top:0px;
margin-bottom:6px;
   border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;




}
#top_rss .over{
margin:0px 0 -30px;
overflow:hidden;
border-bottom:#000000 0px solid;
width: 789px;
background-color: #fcfcfc;
}


#top_rss3{
background-color: #fcfcfc;
overflow:hidden;
margin-left:1px;
margin-right:5px;
width: 1064px;
margin-top:0px;
margin-bottom:6px;
   border-left: 2px solid #cecece;
        border-right: 2px solid #cecece;
	border-bottom: 2px solid #cecece;
	border-top: 2px solid #cecece;




}
#top_rss .over3{
margin:0px 0 -30px;
overflow:hidden;
border-bottom:#000000 0px solid;
width: 1065px;
background-color: #fcfcfc;
}




p.sample7 {border-bottom-style: inset;}

#sample1 {border-bottom: double 10px #0000ff;}

#kijisita_rss{
overflow:hidden;
margin-left:18px;
}
#kijisita_rss .over{
margin:-378px 0 0;
overflow:hidden;
}


#kijisita_rss2{
overflow:hidden;
margin-left:18px;

}
#kijisita_rss2 .over{

margin-left:3px;
margin-right:0px;
margin-bottom:0px;
margin-top:-500px;
overflow:hidden;

}



#top_rss2{
background-color: #fcfcfc;
overflow:hidden;

width: 1026px;
margin:0 auto 0px;

   border-left: 2px solid #dbdbdb;
        border-right: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	border-top: 2px solid #dbdbdb;




}
#top_rss .over2{
margin:0px 0 -30px;
overflow:hidden;
border-bottom:#000000 0px solid;
width: 100%;
background-color: #fcfcfc;
}





#under_rss{
overflow:hidden;
border:3px double #999999;
margin-left:10px;
margin-right:0px;
margin-bottom:20px;
margin-top:10px;
width: 750px;
}
#under_rss .over{
margin:-1010px 0 0;
}


.space{
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
　　　　margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 15px;
	margin-left: 0px;
}



/* サイドナビゲーション */
div.side-navi {
	position:fixed;
	right:5px;
	bottom:50px;
	z-index:100;
}
div.side-navi ul{
	margin:0;padding:0;
	list-style:none;
}
div.side-navi ul li{
	margin:0;padding:0;
	line-height:40px;
	text-align:center;
}
div.side-navi ul li a{
	margin:0;padding:0;
	display:block;
	width:45px;
	height:45px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	background:#000000;
	border:solid #f0f0f0;
	border-width:0 1px 1px 1px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
div.side-navi ul li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
div.side-navi ul li:first-child a{}
div.side-navi ul li:last-child a{}
div.side-navi ul li.sn-prev a,
div.side-navi ul li.sn-next a,
div.side-navi ul li.sn-top a{
	height:35px;
	padding-top:10px;
}
div.side-navi ul li.sn-comment{
	line-height:15px;
}
div.side-navi ul li.sn-comment a{
	height:37px;
	padding-top:8px;
}
div.side-navi ul li.sn-prev a{
	background:#000000 url(http://livedoor.blogimg.jp/redcomet2ch/imgs/5/7/57cb2381.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-next a{
	background:#000000 url(http://livedoor.blogimg.jp/redcomet2ch/imgs/d/5/d5cc41bc.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-top a{
	background:#000000 url(http://livedoor.blogimg.jp/redcomet2ch/imgs/f/a/fa66d221.gif) no-repeat 50% 25%;
}


.hdn{
height:26px;
margin:0 auto;
background:#002855 repeat-x scroll 0 0;
border-top:2px solid #FFBE51
font-size:12px;
width:1064px;
}


ul.headnav{
width:1064px;
margin:0 auto;
list-style:none;
}

ul.headnav li,
ul.headnav li a{
font-size:11px;
float:left;
display:block;
padding: 2px 5px 4px 4px;
height:26px;

color:#FFF;
text-align:center;
font-weight:bold
}
/*
ul.headnav li a:hover{
color:#cccccc;
background:url() center -40px no-repeat;

}*/

.mber{
height:23px;
margin:0 auto;
   margin-bottom:3px;
background:#002855 repeat-x scroll 0 0;
border-top:2px solid #FFBE51
font-size:12px;
width:1064px;
}


ul.mber{
width:1064px;
margin:0 auto;
list-style:none;
}

ul.mber li,
ul.mber li a{
font-size:11px;
float:left;
display:block;
padding: 2px 5px 4px 4px;
height:13px;

color:#FFF;
text-align:center;
font-weight:bold
}
/*
ul.mber li a:hover{
color:#cccccc;
background:url() center -40px no-repeat;

}*/





.mber1{
height:23px;
  margin-left:auto;
        margin-right:auto;
        margin-bottom:7px;
         margin-top:-4px;
   padding-right:-12px;
background:#fcfcfc repeat-x scroll 0 0;
   border-left: 2px solid #cecece;
        border-right: 2px solid #cecece;
	border-bottom: 2px solid #cecece;
	border-top: 2px solid #cecece;

border-color:#e8e8e8 ;
font-color:#0044CC;
font-size:12px;
width:1064px;
}


ul.mber1{
font-color:#0044CC;
width:1060px;
margin:0 auto;
list-style:none;
}




ul.mber1 li,
ul.mber1 li a{
font-size:11px;

float:left;
display:block;
padding: 2px 1px 5px 4px;
height:13px;

color:#111111;
text-align:center;
font-weight:normal
}
/*
ul.mber1 li a:hover{
font-color:#cccccc;
background:url() center -40px no-repeat;

}*/

.mspace{
height:3px;

margin:0 auto;
background:#repeat-x scroll 0 0;
border-top:2px solid #FFBE51
font-size:12px;
width:1064px;
}



hr.example1 {
height: px;
background-color: #;
border:dotted 1px #bfbfbf;
color: #bfbfbf;
 width: 90%;
margin-top: 20px;
margin-bottom: 30px;
	
}



#mypopup {
font-size:13px;
display: none;
position: absolute;
border:1px solid #cccccc;
padding-top: 6px;
        padding-bottom:12px;
        padding-left: 6px;
        padding-right:6px;

color:#111;
background-color:#f5f5f5;
list-style-type:none;
line-height:1.2;
text-align:left;
max-width:750px;
min-width:250px;
box-shadow: 4px 4px 4px #ccc;
-moz-box-shadow: 4px 4px 4px #ccc;
-webkit-box-shadow: 4px 4px 4px #ccc;
}

#mypopup li.comment-date{
display: inline;
color:#666;
}

#mypopup .comment-body{
font-size:15px;
color:#333;
padding-top: 9px;
        padding-bottom:8px;
        padding-left: 2px;
        padding-right:4px;
  border-left:0px  solid #c9c9c9;
        border-right:0px solid #d5d5d5;
        border-top:0px dotted #999999;
        border-bottom:0px dotted #7f7f7f;
background-color:#;

}

 #mypopup li.comment-author{
 color:#008000;
font-size:13px;
padding-top: 6px;
        padding-bottom:1px;
        padding-left: 6px;
        padding-right:4px;
       
}

 #mypopup li.comment-info{
	color:#999999;
       font-size:11px;
        padding-left: 9px; 
}




.b {
	font-size:15px;
        color:#222222;
	 font-weight: normal;
        margin-left:12px;
        margin-right:32px;
        margin-bottom:8px;
         margin-top:-10px;


        line-height: 130%; 
       
	
}

.adboxtop-wrapper{
	float:center;
　　　
	overflow:hidden;
          margin-top: 3px;
          margin-bottom: -15px;
            background:#ffffff;
	  margin-left: px;
          margin-right: px;
　　　　 font-weight: normal;
            border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #b5b5b5;
	border-top: 1px solid #dbdbdb;
         padding-top: 3px;
         padding-bottom: 0px;
            padding-right: 0px;
       
        padding-left: 1px;
}


.adboxtop-column{
	float:left;
	width:45%;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:5px 50px 10px; 
 height:250px;
 
}
div.google-2ad-a {
 margin:5px 10px 10px; 
 height:250px;
}

div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:50px; 
}



.google-user-adtt { margin:10px; }
.google-user-ad-728tt { margin:0px; }
.ad-center { text-align:center; }

div.google-2adtt {
 margin-top: 3px;
          margin-bottom: 0px;
            background:#ffffff;
	  margin-left: px;
          margin-right: px;
  padding-top: 6px;
         padding-bottom: 4px;
            padding-right: 0px;
       
        padding-left: 1px;
 height:255px;
  
}
div.google-2ad-att {
 margin:10px 10px 5px; 
 height:255px;
   border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #b5b5b5;
	border-top: 1px solid #dbdbdb;
    background:#ffffff;
}

div.g-ad1tt {
 float:left;
 margin-left:9px; 

}
div.g-ad2tt {
 float:left;
 margin-left:30px; 

}



.google-user-adkk { margin:10px; }
.google-user-ad-728 { margin:0px; }
.ad-center { text-align:center; }

div.google-2adkk {
 margin:10px 50px 10px; 
 height:250px;
 
}
div.google-2ad-akk {
margin-top: -2px;
          margin-bottom: 30px;
        
	  margin-left: px;
          margin-right: px;
 height:250px;
}

div.g-ad1kk {
 float:left;
 margin-left:15px; 
}
div.g-ad2kk {
 float:left;
 margin-left:30px; 
}


 

#breadcrump{
height:23px;
font-size:13px;
margin-top: -1px;
margin-bottom: 5px;
margin-left: 3px;
background:#fcfcfc repeat-x scroll 0 0;

}

#breadcrump ol li{
float: left;
line-height:110%; 
list-style-type:none;
 padding-bottom:8px; 
margin-left:8px;
padding-top:6px; 
font-size:11px;
}

#breadcrump ol li a{
font-size:11px;
margin-right:5px; 
padding-right:10px; 

text-decoration: none;
}

#breadcrumb ol li a:hover{
font-size:11px;
color:#40c0f0;
text-decoration: underline;

}



.kspace{
height:3px;
visibility: hidden;
margin:0 auto;
background:#repeat-x scroll 0 0;
border-top:0px solid #FFBE51
font-size:12px;
width:1064px;
}


commemato-set{
	color:#444444;
   font-size:13px;
       font-weight:normal;
   list-style: none;
}


.commemato-date{
       list-style: none;
  font-size:13px;
	  font-weight:normal;
	font-weight: ;
	color:#444444;
        padding-left: 1px; 
     
}

commemato-set{
	color:#444444;
   font-size:13px;
       font-weight:normal;
   list-style: none;
}


commemato-info{
	color:#444444;
   font-size:13px;
       font-weight:normal;
   list-style: none;
}




commemato-author{
       list-style: none;
	margin-left: 2px;
	  color:#008000;
	font-size:13px;
        padding-left: 3px; 
        font-weight:normal;
       border-left: 10px solid #;
}








commemato-body { 


color: #111111;

font-size:18px;
line-height:19px;
      
        margin-top: 13px;
	margin-left: 12px;
        margin-right: 41px;
        margin-bottom: 25px;
        padding-top: 6px;
        padding-bottom: 30px;
        padding-left: 12px;
        padding-right: 12px;
	
        
       
         border-left:0px  solid #c9c9c9;
        border-right:0px solid #d5d5d5;
        border-top:0px dotted #999999;
        border-bottom:1px dotted #7f7f7f;
　　　 
}




.article h5{
	 font-size:15px;
 font-weight: normal;
  text-align:left; /* タイトルの中央寄せ */
  border-top:0px solid #004488; /* 枠線色 */
  border-right:0px solid #4b0082; /* ワンポイント色 */
  border-left:10px solid #004488;
  border-bottom:0px solid #004488;
padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 0px;
}


