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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ホワイトプレス";
 :shortdesc "Design Template for livedoor Blog";
 :created "201r2-09-28";
 :release [:revision "1.30"; :created "2014-02-19"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "LINE Corporation".
*/




/* 「ユナイテッドブレイズ」記事内広告をＰＣで非表示にする */
@media screen and (min-width: 400px){
.screensize2 {       display:none;}
}





/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
}
#wrapper {
    padding-top: 24px;
}
#container {
    margin: 0 auto;
    width: 1120px;
}
#content {
    position: relative;
}
#main {
    width: 778px;
}
#sidebar {
    width: 338px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
    float: left;
}
body.sidebar-right #sidebar {
    float: right;
}
body.sidebar-left #main {
    float: right;
}
body.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #000;
    font: 13px/1.2 "Helvetica Neue",Helvetica,Arial,Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}
a {
    color: #910000;
    text-decoration: none;
}
a:link {
    color: #1111cc;
    text-decoration: none;
    font-weight:bold; 
}
a:visited {
    color: #1111cc;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #062576;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    margin-bottom: 10px;
    position: relative;
}
#blog-header-inner {}
#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 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0;
}
#blog-title a {
    color: #000;
}
#blog-description {
    color: #979797;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin: 30px 0;
}
#blog-description a {
    color: #979797;
}

/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-inner {
    position: relative;
}
#blog-header.show-image #blog-header-image {
    height: auto;
}
#blog-header.hide-text #blog-header-inner,
#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;
}


/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu-list {
    position: absolute;
    bottom: 0;
    background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_60.png);
    background: rgba(205,205,205,0.7);
    zoom:100%;
    width: 1120px;
    margin: 0 auto;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 18px;
    line-height: 1.4;
    display: block;
    font-size: 18px;
    color: white;
    text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover{
    background: #dbdbdb;
    background: rgba(249,3,126,0.7);
}


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

.article {
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
    margin-bottom: -1px;
    padding: 30px 0;
    position: relative;
}
.article-inner {
    height:150px;
    overflow: hidden;
    position: relative;
}
.article-header,
.article-body {
    margin-left: 180px;
}
.article-first-image {
    background-color: #f0f0f0;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 150px;
}
.article-first-image a {
    background-color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.article-first-image img{
    width: 150px;
    display: inline;
}

.article.first-article {
    border-top: 0;
}
.article.last-article {
    border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 15px;
    position: relative;
}
.article-title {
    margin-bottom: 5px;
    max-height: 112px;
    overflow: hidden;
}
.article-title a {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

/* 日付 */
.article-date {
    color: #808080;
    font-size: 12px;
}

/* 個別記事のみ */
body.page-article .article {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
body.page-article .article-title {
    max-height: none;
}
body.page-article .article-header,
body.page-article .article-body {
    margin-left: 0;
}
body.page-article .article-header {
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}

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

/* 関連記事 */
.article-body .related-articles {
    margin:4em 0;
    line-height:1.6
}
.article-body .related-articles h3 {
    font-size: 26px;
    font-weight: bold;
　　color: #ce0025;
    background-color: #FFEE51;
}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
    font-size: 16px;
}
.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: 14px;
    line-height: 1.6;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.article-body-inner img.pict{
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    margin-left: 16px;
    color: #666;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
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: 13px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.sidewrapper .sidetitle {
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
    padding:6px 0;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    padding: 4px 0;
    border-bottom: 1px dashed #999;
}
.sidewrapper .side .sidebody:last-child {
    border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
}

/* カレンダー */
.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 {
    border-bottom: 2px solid #333;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 0;
}

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

/* ページトップへ */
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
  outline: 0;
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}



/*メッセージボード*/
.message-board-outer{
	margin-bottom:10px !important;
	padding:10px;
	border:3px solid #ffc100;
	background:#fff2c6;
	font-size:15px;
	line-height:1.6;
}
.message-board-outer a{
	text-decoration:none;
}
.message-board-outer a:hover{
	text-decoration:underline;
}





/*画像付きRTorコメントリスト*/
.listWithImage{
margin-left: 0px;
}

.listWithImage li{
margin-bottom:0 !important;
}

.listWithImage li:hover{
opacity: 0.6;
}

.listWithImage div.popularArticlesWithImage.A ul li{
border: 1px solid #ffffff;
}

.listWithImage div.popularArticlesWithImage.A ul li a{
border: 0px solid ##CCFF66 !important;
}

.listWithImage div.popularArticlesWithImage.A div.title{
color: #0101DF;
padding-bottom: 10px;
font-size:16px;
}

.side div.popularArticlesWithImage.A div.title{
	padding: 3px 2px;
	font-size:12px;
}

div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment{
	padding: 0px 0px 0 0px;
	background: #000000 !important;
	text-shadow: none !important;
}





/* ヘッダー　グレー部分
----------------------------------------------- */
#blog-header02{
	position: absolute;
	bottom: 0;
	*left: 0;
}

#blog-header02 .header-inner02{
	margin: 0 auto;
	width: 1168px;

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33333333,EndColorStr=#33333333);
	background-color: #555555;
	background: rgba(0,0,0,0.7);
}

#blog-header02 .header-inner02:after {
	 display: block;
	 visibility: hidden;
	 clear: both;
	 height: 0;
	 content: ".";
}

/* ヘッダー　ナビ部分
----------------------------------------------- */
.header-inner02 ul.header-menu{
	float: left;
	width: 730px;
	height: auto;
	border-left: 1px solid #000000 ;
}

ul.header-menu li{
	float: left;
	border-top: 1px solid #323232;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;
	color: #ffffff;
	list-style: none;
	font-size: 12px;
}

ul.header-menu li a{
	display: block;
	padding: 0 22px;
	height: 51px;
	border-right: 1px solid #000000;
	color: #ffffff;
	text-decoration: none;
	line-height: 51px;
}

ul.header-menu li:first-child a{
	border-left: 1px solid #6c6c6c;
}

ul.header-menu li a:hover{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#11111111,EndColorStr=#11111111);
	background-color: #111111;
	background: rgba(0,0,0,0.8);
}


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	float: right;
	margin-right: 15px;
	padding-top: 17px;
	width: 420px;
}

.header-sarch img{
	margin-top: -2px;
}

.header-sarch img:hover{
	opacity: 0.6;
}

.header-sarch li{
	float: left;
	margin-left: 20px;
	list-style: none;
}


/* 検索 */
.header-sarch input.sf {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
}

.header-sarch input.sf,
.header-sarch input.sfbtn {
	outline: 0;
	border: 1px solid #aaa;
}

.header-sarch input.sf {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	width: 225px;
	height: 20px;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	background-position: 5px -264px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	vertical-align: top;
	*width: 180px;
}

.header-sarch input.sfbtn {
	float: right;
	width: 75px;
	height: 20px;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
	    -ms-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}

.header-sarch input.sfbtn:hover,
.header-sarch input.sfbtn:focus {
	color: #2e90c5;
}



<script src='http://twitbtn.com/ui/js/badge.js' type='text/javascript' charset='utf-8'></script>
<script type='text/javascript' charset='utf-8'>
<!--
tbadge('kurusoku', 2, '#35ccff', 'left', 120);
-->
</script>





/* ----------------------------------------------- */
/*
      BlogRoll css(1)
*/
/* ----------------------------------------------- */

.anpan .blogroll-channel {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: none;
text-align: left;

}
.anpan .blogroll-channel {
margin-bottom: 15px;
padding: 0px;
background: #F2F2F2;
height: 345px;
overflow: auto;
}

.anpan .blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 10px;
font-size: 15px;
width: auto;
padding: 6px;
border: 0px solid ;
border-color : #e5e5e5 #9e9e9e #9e9e9e #e5e5e5 ;
}


.anpan .blogroll-channel .blogroll-list a {
color : #1111cc;
}

.anpan .blogroll-channel .blogroll-list a:hover {
color : #00bfff;
}

.anpan .blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.anpanblog {
border: 0px double ;
border-color : #ff003f #ff54ee #ff003f #ff54ee ;
}





/* ----------------------------------------------- */
/*
      BlogRoll css(2)
*/
/* ----------------------------------------------- */


/* ▼　相互RSS ▼ */
}
.blogroll-wrapper2{
width: 100%; 
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;　
}
.blogroll-column2{
float:left;
width:50%;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}


.blogroll-column2 .blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 0px;
font-size: 15px;
width: auto;
padding: 6px;
border: 0px;
border-color : #e5e5e5 #9e9e9e #9e9e9e #e5e5e5 ;
}

	




/* ----------------------------------------------- */
/*
      BlogRoll css(3)
*/
/* ----------------------------------------------- */

.anpan3 .blogroll-channel {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: none;
text-align: left;
}
.anpan3 .blogroll-channel {
margin-bottom: 15px;
padding: 0px;
background: #F2F2F2;
height: 220px;
overflow: auto;
}

.anpan3 .blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 15px;
font-size: 15px;
width: auto;
padding: 6px;
border: 0px solid ;
border-color : #e5e5e5 #9e9e9e #9e9e9e #e5e5e5 ;
}


.anpan3 .blogroll-channel .blogroll-list a {
color : #1111cc;
}

.anpan3 .blogroll-channel .blogroll-list a:hover {
color : #00bfff;
}

.anpan3 .blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}


.blogroll_wrapper {
		width: 100%;
		overflow-y:scroll;
		background-color: #F7F7F7;
	}

.blogroll_innner {
		width: 50%;
		height: 300px;
		float: left;
	}
.anpanblog3 {
border: 0px double ;
border-color : #ff003f #ff54ee #ff003f #ff54ee ;
}




/* ----------------------------------------------- */
/*
      BlogRoll css(4)
*/
/* ----------------------------------------------- */

.anpan4 .blogroll-channel {
width: auto;
height: auto;
margin: 5;
padding: 5;
border: none;
text-align: left;
}
.anpan4 .blogroll-channel {
margin-bottom: 5px;
padding: 5px;
background: #F2F2F2;
height: 450px;
overflow: auto;
}

.anpan4 .blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 0px;
font-size: 15px;
width: auto;
padding: 6px;
border: 0px solid ;
border-color : #e5e5e5 #9e9e9e #9e9e9e #e5e5e5 ;
}


.anpan4 .blogroll-channel .blogroll-list a {
color : #1111cc;
}

.anpan4 .blogroll-channel .blogroll-list a:hover {
color : #00bfff;
}

.anpan4 .blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}


.blogroll_wrapper {
		width: 100%;
		overflow-y:scroll;
		background-color: #F7F7F7;
	}

.blogroll_innner {
		width: 50%;
		height: 300px;
		float: left;
	}
.anpanblog4 {
border: 0px double ;
border-color : #ff003f #ff54ee #ff003f #ff54ee ;
}





/* ----------------------------------------------- */
/*
      BlogRoll css(5)
*/
/* ----------------------------------------------- */

.anpan5 .blogroll-channel {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: none;
text-align: left;

}
.anpan5 .blogroll-channel {
margin-bottom: 10px;
padding: 0px;
background: #F2F2F2;
height: 120px;
overflow: auto;
}

.anpan5 .blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 10px;
font-size: 15px;
width: auto;
padding: 6px;
border: 0px solid ;
border-color : #e5e5e5 #9e9e9e #9e9e9e #e5e5e5 ;
}


.anpan5 .blogroll-channel .blogroll-list a {
color : #1111cc;
}

.anpan5 .blogroll-channel .blogroll-list a:hover {
color : #00bfff;
}

.anpan5 .blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.anpanblog5 {
border: 0px double ;
border-color : #ff003f #ff54ee #ff003f #ff54ee ;
}




/* ----------------------------------------------- */
/*
      BlogRoll css(6)
*/
/* ----------------------------------------------- */

.anpan6 .blogroll-channel {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: none;
text-align: left;

}
.anpan6 .blogroll-channel {
margin-bottom: 10px;
padding: 0px;
background: #ffffff;
height: 550px;
overflow: auto;
}

.anpan6 .blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 10px;
font-size: 17px;
width: auto;
padding: 6px;
border: 0px solid ;
border-color : #e5e5e5 #9e9e9e #9e9e9e #e5e5e5 ;
}


.anpan6 .blogroll-channel .blogroll-list a {
color : #1111cc;
}

.anpan6 .blogroll-channel .blogroll-list a:hover {
color : #00bfff;
}

.anpan6 .blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.anpanblog6 {
border: 0px double ;
border-color : #ff003f #ff54ee #ff003f #ff54ee ;
}






/* ----------------------------------------------- */
/*
      BlogRoll css(7)
*/
/* ----------------------------------------------- */

.anpan7 .blogroll-channel {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: none;
text-align: left;

}
.anpan7 .blogroll-channel {
margin-bottom: 5px;
padding: 0px;
background: #ffffff;
height: 500px;
overflow: auto;
}

.anpan7 .blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 5px;
font-size: 17px;
width: auto;
padding: 3px;
border: 0px solid ;
border-color : #e5e5e5 #9e9e9e #9e9e9e #e5e5e5 ;
}


.anpan7 .blogroll-channel .blogroll-list a {
color : #1111cc;
}

.anpan7 .blogroll-channel .blogroll-list a:hover {
color : #00bfff;
}

.anpan7 .blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.anpanblog7 {
border: 0px double ;
border-color : #ff003f #ff54ee #ff003f #ff54ee ;
}



