@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : ミシン目・白（2カラム）
 Layout : 2カラム

 Update : 2008.05.19
==================================================
*/

/*
	背景        : #ffffff; { background1 }
	背景2       : #ffffff; { background2 }
	背景3       : #ffffff; { background3 }
	文字        : #000000; { text1 }
	文字(薄)    : #666666; { text2 }
	文字(題1)   : #000000; { text3 }
	文字(題2)   : #000000; { text4 }
	文字(暦薄)  : #999999; { text5 }
	リンク(濃)  : #222222; { link1 }
	リンク(薄)  : #666666; { link2 }
	ボーダー    : #808080; { border1 }
	ボーダー(薄): #c4c4c4; { border2 }
	点々        : #b0b0b0; { border3 }
*/

* {
	word-break: break-all;
}

body {
	margin: 0;
	padding: 0 0 24px;
	color: #000000; /* text1 */
	text-align: left;
	line-height: 1.5;
　　  font-size: 15px;
        background-color: #ffd5ea;
	background-image: url();
        background-repeat: no-repeat;            /* 背景を繰り返さない */
        background-position: 45% -30%;            /* 背景画像の位置*/
        background-attachment:fixed;             /* 背景画像を固定する */
}

a:link {
	color:#222222; /* link1 */
	text-decoration: underline;
}
a:visited {
	color:#666666; /* link2 */
	text-decoration: underline;
}
a:hover {
	color:#222222; /* link1 */
	text-decoration: none;
}
a:active {
	color:#666666; /* link2 */
	text-decoration: none;
}

/* ----------------------------------------------- */
/* 最上部のライブドアの広告とか */
table#header{
	font-size: 12px;
	width: 100%;
}
/* 基本構造 */

#container {
        border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 3px white solid;     /* 枠線の装飾 */
   background-color: white;   /* 背景色 */
	margin: 0 auto;
	width: 100%;
	background: #4E799F;
        text-align: left;
        padding-bottom: 15px;
	}

div#container {
	width:950px;
	margin: 0 auto;
        padding-left: 15px;
	padding-bottom: 10px;
	background-color: white;
	position: relative;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: white;
}


div#articles-outer {
        font-size: 120%;
	float: left;
	width: 780px;
	text-align: left;

　　  }
div#articles-inner {
	padding: 0 19px 0 9px;
        
}


div#sidebar-outer {
        float: right;
	width: 150px;
	margin-bottom: 30px;
        margin-top: -10px;
　　  margin-left: -10px;
	
  font-size: 8px;
	
}

div#sidebar-inner {
　　font-size: 8px;
         float: left;
	width: 125px;
        margin-left: 10px;
	margin-bottom: 30px;
　　 background: white; /* background3 */
	border: solid 2px white; /* border1 */

	background: white; /* background3 */
}

div#sidebar-header {
　　font-size: 5px;
         float: left;
	width: 125px;
        margin-left: 10px;
	margin-bottom: 30px;
　　 background: white; /* background3 */
	border: solid 2px white; /* border1 */

	background: white; /* background3 */
}

div#sidebar-footer {
　　font-size: 5px;
         float: left;
	width: 125px;
        margin-left: 10px;
	margin-bottom: 30px;
　　 background: white; /* background3 */
	border: solid 2px white; /* border1 */

	background: white; /* background3 */
}


div#blog-body-clear {
	clear: both;
}
div#blog-footer-outer {
	padding-top: 60px;
}
div#blog-footer-inner {
	font-size: 12px;
	text-align: center;
	padding: 60px;
	border-top: dashed 1px pink; /* border1 */
	border-bottom: solid 1px pink; /* border1 */
}






/* ----------------------------------------------- */
/* タイトル */
#blog-header-outer {
	text-align: left;
         }
#blog-header-outer a {
	text-decoration: none;
	color: #black; /* text3 */
}
#blog-header-outer a:hover {
	text-decoration: underline;
}
#blog-header-inner {
	padding: 0px 0px 35px;
}
#blog-title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}

#blog-description {
	color: #000000; /* text3 */
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
}

#mini {
	color: #000000; /* text3 */
	margin-left: -16px;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
}

/* ----------------------------------------------- */
/*   サイドバー
   [sidetitlebody]
   [   sidetop   ]
   [     side    ]
   [ sidebottom  ] */


div.sidetitlebody{


table-border: 10px red solid;
table-layout: fixed;
  font-size: 8px;




        float: right;
        text-align: left;
	width: 150px;
	

}

/* livedoorのロゴ*/

div.sidetitle{
        width: 60px;
        text-align: left;
        float: center;
	padding: 13px 45px 10px;
        margin-bottom: 3px;
        margin-left : -9px;
	font-weight: bold;
        font-size: 100%;
	color: #000000; /* text4 */
       background-image: url(http://livedoor.blogimg.jp/nanaconn/imgs/f/d/fd8bf5d2.jpg);
background-repeat: no-repeat;
background-position: left;


        border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 2px pink solid;     /* 枠線の装飾 */
 

}
div.sidetop {
        
        font-size: 8px;
	display: none;
         float: right;
         text-align: left;
}
div.side {
        lline-height : 16pt;
　　  font-weight: bold;
        font-size: 13px;
        float: right;
        text-align: left;
	width: 150px;
	padding-top: 10px;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 5px;
	margin-bottom: 25px;
        border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 2px #f1d5b8 solid;     /* 枠線の装飾 */
 

}

img.imglink{	border:1px solid white; }
a:hover img.imglink{	border-color:red; }

div.side ul.tagcloud {
  font-size: 10px;
	margin: 6px;
	padding: 3px;
}
div.side ul.daily_count {
       font-size: 5px;
	margin: 6px;
	padding: 3px;
}
div.afbody {
        font-size: 5px;
	margin: 6px;
	padding: 3px;
}
div.side ul.type_counter {
          font-size: 5px;
	text-align: left;
}
div.side p.daily_count_free_area {
        font-size: 5px;
	margin: 12px 6px;
	padding: 3px;
	text-align: left;
}
div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 10px;
	text-align: left;
        font-size: 8px;
}
div.sidebottom {
	display: none;
}


/* ----------------------------------------------- */
/* Calendar */
.calendarheadbody {
	width: 145px;
	border-top: solid 1px #808080; /* border1 */
	border-left: solid 1px #808080; /* border1 */
	border-right: solid 1px #808080; /* border1 */
	border-bottom: dashed 1px #808080; /* border1 */;
	background: #ffffff; /* background3 */
}
.calendarhead {
	padding: 7px 15px 7px;
	font-weight: bold;
	color: #000000; /* text4 */
}
.calendarhead a {
	text-decoration: none;
}
.caltop {
	display: none;
}
.calbody {
	width: 145px;
	padding: 6px 0;
	margin-bottom: 25px;
	border-left: solid 1px #808080; /* border1 */
	border-right: solid 1px #808080; /* border1 */
	border-bottom: solid 1px #808080; /* border1 */
	background: #ffffff; /* background3 */
}
.caltbl {
	width: 145px;
	margin: 0 auto;
}
.calendartable {}
.caltblwkbg {}
.calendarwd {}
.caltblwk {}
.caltblwk td {
	width: 25px;
	padding: 3px 6px 3px 6px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.calendarweek {}
.weekday {}
.sun {}
.sat {}
.caltbldaybg {}
.caltblday {
	margin: 0 auto 8px;
}
.caltblday td {
	width: 25px;
	/*height: 18%;*/
	padding: 3px 6px 3px 0;
	text-align: right;
	font-size: 12px;
}
.calendard {}
.calendardbg {}
.calendar {
	color: #999999; /* text5 */
}
.calon { text-align: right; }
.caloff { text-align: right; }
.even {}
.odd {}
.calbottom {
	display: none;
}

/* ----------------------------------------------- */
/* TagCloud */
.side ul.tagcloud li.tag-weight-0 {
	font-size: 100%;
}
.side ul.tagcloud li.tag-weight-1 {
	font-size: 130%;
}
.side ul.tagcloud li.tag-weight-2 {
	font-size: 160%;
}
.side ul.tagcloud li.tag-weight-3 {
	font-size: 190%;
}
.side ul.tagcloud li.tag-weight-4 {
	font-size: 220%;
}

/* ----------------------------------------------- */

div#articles-header {
	font-size: 0px;
	line-height: 0px;
}
div#articles-header h2.archives-title {
	margin: 0;
	padding-bottom: 12px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}
span.archives-title-header {
	color: #666666; /* text2 */
}
.pager-inner {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 12px;
}
ul.article-pager {
	text-align: left;
}
ul.index-navigator {
	padding: 0;
	margin: 0;
}
ul.article-pager li {
	padding: 6px 12px;
}
ul.archives-pager li {
	padding: 2px 12px;
}

/* ----------------------------------------------- */
/* 記事 */
div.article-box {
　　  
	width: 740px;
　　  text-align: left;
	margin-bottom: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
　　  background-color:white;
	  border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 3px #555555 solid;     /* 枠線の装飾 */
   background-color: white;   /* 背景色 */
}
div.article-date {
        background:url(http://livedoor.blogimg.jp/nanaconn/imgs/1/8/186bdd0b.gif);
        margin-top: 15px;
        margin-bottom: 30px;
	padding: 0px 5px;
	text-align: right;
	font-size: 16px;
	
}
div.article-title {
         background:url(http://livedoor.blogimg.jp/nanaconn/imgs/d/a/da9e3560.gif);
       
}
h3.article-title {
	margin: 0;
	padding: 0px 15px;
	font-size: 30px;
	font-weight: bold;
}
body.default_2008 dl.common-theme {
	padding: 6px 12px;
	font-size: 12px;
	background: #ffffff; /* background3 */
	border-bottom: dashed 1px pink; /* border2 */
}
div.article-body {
        
        text-align: left;
	padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
}
.article-content pre {
	font-size: 100%;
	
	
	border: double 1px #ff952b; /* border3 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */

	background-color: #ffead5;
	
	padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px; 
	color: black;



}
.article-content blockquote {
border: dotted 2px #e0e0e0;
background-color: #f0f0f0;
padding: 5px;
margin: 12px 0;
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}
.article-content object {
	margin: 12px 0;
}
.article-content embed {
	margin: 12px 0;
}
div.article-body-more-abbr {
	
        font-size: 12px;
	padding: 12px;
	border-top: dashed 1px white; /* border2 */
}
div.article-body-more {
	padding: 12px 3px 24px 12px;
	border-top: dashed 1px white; /* border2 */
}

div.article-attrs {
	padding: 4px 16px;
	font-size: 12px;
	text-align: right;
	border-top: dashed 1px #808080; /* border1 */
}
a.url {
	text-decoration: none;
}
a.url img {
	vertical-align: bottom;
	margin-right: 6px;
}
div.article-tags {
	padding: 4px 12px;
	font-size: 12px;
	border-top: dashed 1px #c4c4c4; /* border2 */
	text-align: right;
}
.tags-label {
	color: #666666; /* text2 */
}
div.article-categories {
	padding: 4px 12px;
	font-size: 12px;
	border-top: dashed 1px #c4c4c4; /* border2 */
	text-align: right;
}
.categories-label {
	color: #666666; /* text2 */
}
#ad{
        display:none;
	
}
#ad iframe{
        display:none;
	
}

/* 続きを読む */
.button02 a {
    background:url(http://livedoor.blogimg.jp/nanaconn/imgs/3/a/3a3aa120.png) no-repeat;
height: 60px;
    width: 96px;
height: 65px;
    padding: 25px 150px;
    border: 2px solid  white;
    text-decoration: none;
    color: #000!important;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
}
.button02 a:hover {        
    border: 2px solid white;
    width: 96px;
height: 65px;
    background: url(http://livedoor.blogimg.jp/nanaconn/imgs/3/a/3a3aa120.png) no-repeat;
 padding: 25px 150px;
height: 60px;
    color: #000!important;
}​

/*** blockquote & pre &kakko*/
div.article-body blockquote
, div.article-body pre {
	background-color: #ffead5;
	padding: 5px 15px 5px 15px;
	
        margin-left: 10px;
	color: black;
}


div#ninja {
        margin-bottom: 10px;
　　  margin-left: 10px;
        margin-ringht: 10px;
        padding-left: 20px;
	background: white; /* background3 */
}

div#ninja2 {
        margin-top: 40px;
        margin-bottom: -65px;
　　  margin-left: 10px;
        margin-ringht: 10px;
        padding-left: 20px;
	background: white; /* background3 */
}

div.article-body kakko {
border: dotted 2px #e0e0e0;
background-color: #f0f0f0;
padding: 4px;
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}


/* ----------------------------------------------- */
/* トラックバック＆コメントエリア */
div#article-options {
	font-size: 12px;
}
div.article-option {
	border-top: dashed 1px #808080; /* border1 */
	padding-bottom: 20px;
}
div.article-option h3 {

	margin: 0px;
	padding: 8px 12px;
	font-size: 12px;
	/*background: #f0f0f0;*/
}
div#trackback-form h3 {
background:  #edf4fc;
	border-bottom: dashed 1px #c4c4c4; /* border2 */
}
div#comment-form h3 {
        background:  #f4f4f4;
	border-bottom: dashed 1px #c4c4c4; /* border2 */
                
}
/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */
input#trackback-url-text {
	margin: 20px 6px 0 12px;
	width: 360px;
}
input#trackback-quick-button {
	margin: 20px 0 0 6px;
	width: 80px;
}
/* ----------------------------------------------- */
/** トラックバック一覧 */

div.trackback-box {

	border-top: dashed 1px #c4c4c4; /* border2 */
}
div.trackback-header {
	padding: 10px 0 3px 20px;
}
div.trackback-body {
	padding: 0 0 10px 36px;
}
/* ----------------------------------------------- */
/** コメント一覧 */

div.comment-box {


	
        border-top: dashed 1px #c4c4c4; /* border2 */
}

div.comment-header {

	padding: 10px 0 3px 20px;
        background:  #e2f1ea;
}
div.comment-body {
        
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 5px;
       
}

/* ----------------------------------------------- */
/** コメントフォーム */
div#comment-form-body {

 background:url();
	padding: 15px 0 15px 50px;
}

div#comment-form-body table {
	border: 0;
	width: 80%;
	line-height: 25px;
	font-size: 12px;
       
}

div#comment-form-body table th {

	width: 6em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}
input#author {
background:  #f9f9f9;
	width: 65%;
}
input#email {
	width: 65%;
}
input#url {
	width: 85%;
}
input#bake {
	margin: 0 0 0 5px;
}
textarea#text {
background:  #f9f9f9;
	width: 90%;
	height: 250px;
}
input.button {
	margin-top: 10px;
	width: 80px;
}
div#comment-form-body table tr.input-etc td {

	padding-top: 6px;
}
label.input-rating {
	margin-left: 20px;
}
label.input-rating select {
	margin-left: 3px;
}
label.input-rating-face {
	margin-left: 5px;
}
label.input-rating-star {}
div#comment-form-body table tr.submit td {
	text-align: center;
}
/* ----------------------------------------------- */
/*** コメント認証 */
div.comment-auth-announcement {

	margin: 12px 12px;
	font-size: 12px;
	border-width: 0px;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}


BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
width: auto;
height: auto;
margin-top: 0px;
padding: 0;
border: none;
text-align: left;
border-color:pink;
}
.blogroll-channel {
font-size: 20px;
height: 213px;
width: 728px;
margin-top: 5px;
padding: -200px;
margin-left: 7px;
margin-bottom: 9px;
 border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 2px pink solid;     /* 枠線の装飾 */
   background-color: #ff80bf;   /* 背景色 */
background: #ffffea;
overflow-y: scroll;

}

.blogroll-channel .blogroll-list-wrap {
margin-bottom: 0px;
}

.blogroll-channel .blogroll-list {
list-style-type:none;
margin-bottom: 5px;
margin-left: -30px;
font-size: 14px;
line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
width: 16px;
height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
margin-left: 3px;
color: red;
font-size: 12px;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
margin: 0 0 0 3px;
}

.blogroll-channel .blogroll-link-time {
margin: 0 0 0 3px;
color: #666;
font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
display: block;
margin-top: -10px;
color: #666;
font-size: 12px;
}

#globalnavi {
width: 960px;/*ヘッダーの横幅サイズ*/
font-size:10px;/*文字のサイズ*/
font-weight:bold;/*太字*/
line-height:2;
display: block;
}
#globalnavi ul{
margin: -8px;
padding: 0px;
padding-top: 0px;
margin-bottom: 10px;
padding-left: 30px;
}
#globalnavi li {
width: 170px;/*メニュー1つの横幅サイズ*/
margin: 0 2px;/*メニュー間の隙間幅*/
  border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 3px pink solid;     /* 枠線の装飾 */
   background-color: white;   /* 背景色 */
text-align: center;/*中央寄せ*/
display:inline;/*IE6対策*/
list-style: none;
float: left;
}
#globalnavi li a {
  border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 3px #f1d5b8 solid;     /* 枠線の装飾 */
   background-color: white;   /* 背景色 */
margin: 1px;
text-decoration: none;
display: block;
}
#globalnavi li a:hover {
color: #ff80bf;/*オンマウス時の文字の色*/
background-color:#fff4fa;/*オンマウス時の背景色*/
}

#frame {
position: relative;
}
#globalnavi{
position: absolute;
top:0px;/*上から*/
left:0px;/*左から*/
z-index: 0;
}

/*-----ここまで-----*/

/*-----ここから-----*/



#globalnavi{
position: absolute;
top:61.5px;/*上から*/
left:5px;/*左から*/
z-index: 100;
}



/*-----ここまで-----*/

/* ----------------------------------------------- */

人気記事

#setvar {

margin: -8px;
padding: 0px;
padding-top: 0px;
margin-bottom: 10px;
padding-left: 30px;
line-height:2;
display: block;
}



#setvar a:link {
text-decoration: none; /*下線を消す*/
color: #cc3399; /*未訪問リンクの色*/
}

#setvar a:visited {
text-decoration: none; /*下線を消す*/
color: #cc3399; /*訪問済みリンクの色*/
}

#setvar a:active {
text-decoration: none; /*下線を消す*/
color: #cc3399; /*クリックした時の色*/
}

#setvar a:hover {
margin: -10px;
padding: 5px;
padding-top: 0px;
margin-bottom: -5px;
padding-left: 25px;
padding-right: 25px;

 border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 15px pink solid;     /* 枠線の装飾 */


color: pink; /*マウスが乗った時の色*/




#setvar2 {

margin: -8px;
padding: 0px;
padding-top: 0px;
margin-bottom: 10px;
padding-left: 30px;
line-height:2;
display: block;
color: #cc3399; 
}



#setvar2 a:link {
text-decoration: none; /*下線を消す*/
color: #cc3399; /*未訪問リンクの色*/
}

#setvar2 a:visited {
text-decoration: none; /*下線を消す*/
color: #cc3399; /*訪問済みリンクの色*/
}

#setvar2 a:active {
text-decoration: none; /*下線を消す*/
color: #cc3399; /*クリックした時の色*/
}

#setvar2 a:hover {



 border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */

   border: 15px pink solid;     /* 枠線の装飾 */


color: pink; /*マウスが乗った時の色*/


}





*/
/* ----------------------------------------------- */

/* 全体をセンタリング */
body{
	margin :0 auto;
	max-width : 1000px;
	min-width : 600px;
}

/* clearfixでwrapperに高さを出す */
div.contents-wrapper{
	/zoom : 1;
}
div.contents-wrapper:after{
	content : '';
	display : block;
	clear : both;
}

/* subを固定幅 */
div.sub-contents-wrapper{
	margin-right : -200px;
	float : left;
	width : 200px;
	position : relative;
	z-index:1;
}
/* extを%指定可変幅 */
div.ext-contents-wrapper{
	margin-left : -30%;
	float : left;
	width : 30%;
	position : relative;
	z-index:1;
}
/* margin,padding,borderをつける */
div.sub-contents,
div.ext-contents{
	margin:16px;
	padding:8px;
	border:solid 4px #ccc;
}

/* メインコンテンツを可変幅 */
div.main-contents-wrapper{
	float : left;
	width:100%;
	position : relative;
}
div.main-contents{
	margin:16px;
	margin-left : 216px;
	margin-right : 31.5%;
	width : auto;
	padding:8px;
	border:solid 4px #ccc;
}

/* wpapper はblue系 */
div.contents-wrapper{
	background:#c0e0ff;
}
div.main-contents-wrapper{
	background:#b0d0ff;
}
div.sub-contents-wrapper,
div.ext-contents-wrapper{
	background:#a0c0f0;
}
/* contents はgray系 */
div.main-contents{
	background:#e8e8e8;
}
div.sub-contents,
div.ext-contents{
	background:#f0f0f0;
}


*/
/* ----------------------------------------------- */


/*はてブウィジェット*/
/*リストのブックマーク数部分のリンクの定義*/ 
span.hatena-bookmark-count a:link    { color: #FF0000; text-decoration:none;} 
span.hatena-bookmark-count a:visited { color: #FF0000; text-decoration:none;} 
span.hatena-bookmark-count a:active  { color: #FF0000; text-decoration:none;} 
span.hatena-bookmark-count a:hover   { color: #FF0000; text-decoration:underline;}

/*フッターとヘッダーのリンクの定義1*/
div.hatena-bookmark-widget-title a{ 
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 3px;
    color: #454545;
}


/* ----------------------------------------------- */

* html body {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0;
    padding-left: 0;
}
div#meerkat-wrap {
    right: 10px;
    bottom:-15px;
}
/*============================================================================*/

