/* font size & font family */
body                        {font-family:"ＭＳ Ｐゴシック";font-size:small;}
#banner                     {font-family:"Verdana" sans-serif;}
#banner h1 a                {font-size:x-large;}
.tag-title                  {font-size:x-large;}
#banner .description        {font-size:normal;}
.sidetitle                  {font-size:normal;}
.syndicate                  {font-size:normal;}
.date                       {font-size:small;}
h2.title                    {font-size:large;}
.listCategoryArticle ul li  {font-size:x-small;}
.tag-word                   {font-size:x-small;}
.posted                     {font-size:x-small;}
#calendar th                {font-size:small;}
.calendarday                {font-size:small;}
.comments-body              {font-size:x-small;}



body{
	text-align:center;
	margin:0;
	padding:0;
	color:#555;
}

a:link{color:#E95295;}
a:visited{color:#DB1C72;}
a:hover{text-decoration:none;}


.date
,h2{padding:0;margin:0;}


#container{
	width:960px;
	text-align:left;
	margin:0 auto;
}
#banner{
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
}
#banner h1 a{
	color:#333;
	text-decoration:none;
}
#banner h1{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}
#banner .description{
	color:#888;
	font-weight:normal;
	padding-left:0px;
}
.navi {
	text-align:center;
	padding-bottom:14px;
}
.navi a{
	text-decoration:none;
}
#links-left{
	width:240px;
	float:left;
	padding:0px 0px 0px 0px;
	line-height:1.5;
	margin-right:40px;
}
#links{
}
.sidetitle{
	color:#333;
	text-align:center;
	padding:10px 0px 0px 0px;
	margin-bottom:0px;
	font-weight:bold;
}
.side{
	margin-top:0px;
	margin-bottom:25px;
	padding:10px 15px 15px 15px;
}
.side-tag {
	margin-top:0px;
	margin-bottom:25px;
	padding:10px 15px 15px 15px;
}
#content{
	width:680px;
	float:left;
}
.blog{
	padding-top:0px;
	margin-bottom:25px;
}

.date{
	font-weight:normal;
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 0px 0px 0px;
	font-size:12px;
	color:#583822;
}
.blogbody{
	margin-bottom:0px;
	}
	h2.title{
		margin:0 0px 10px;
		padding:0px 0px 3px 0px;
		line-height:1.5;
		font-size:14px;
		color:#E7142D;
		font-weight:bold;
		border-bottom:dotted 1px #333;
	}
	a.title{
		text-decoration:none;
		color:inherit;
	}
	.text:after{
		content:".";
		display:block;
		clear:both;
		height:0;
		visibility:hidden;
	}
	.text{
		margin:0 0 0 0px;
		color:inherit;
		padding:0px 15px 10px 0px;
		line-height:200%;
		font-weight:normal;
		background-color:#fff;
		min-height: 1px;
	}
	* html .text{
		height:1px;
		_height:100%;
		/*\*//*/
		height:auto;
		overflow:hidden;
		/**/
	}
		.text blockquote{
			border:1px solid #f8f8f8;
			margin:10px;
			padding:8px 12px;
			color:inherit;
			border:solid 1px #f8f8f8;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			background-color:#f8f8f8;
		}
		.tag-word{
			margin:0px 0px 0px 0px;
			line-height:1.4em;
			text-align:right;
		}
		.tag-word a{
			color:#E7142D;
		}
		.bookmark{
			margin-top:5px;
		}
	.posted{
		padding:0px 15px 15px 0px;
		text-align:right;
		margin-bottom:0px;
		color:inherit;
	}
	.posted a{
		color:#E7142D;
	}


/*ブログコンテンツ内見出し */
h4 {
font-family:"メイリオ";
font-size: 14px;
line-height: 1; width:500px;
border-left:7px solid deepskyblue;
border-bottom:1px solid deepskyblue;
padding:.6em .8em
}


/*リスト内罫線*/
#sample {
width:650px;
font-size: 12px;
}
#sample li {
list-style-type : disc;
padding:5px 10px;
border-bottom:1px dashed #000000;
}



/*吹き出し見出し01*/
.fukidashi01{
font-family:"メイリオ";
font-weight: bold;
font-size: 15px;
    position: relative;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #00bfff;
    font-size: 20px;
    color: #ffffff;
}

.fukidashi01:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 16px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top: 8px solid #00bfff;
    border-right: 8px solid #00bfff;
}

/*見出し01外枠あり大見出し*/
.midashi01{
font-family:"メイリオ";
font-weight: bold;
font-size: 15px;
    position: relative;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #00bfff;
    border: 4px solid #f0e68c;
    font-size:20px;
    color: #ffffff;
}

/*見出し02前■外枠小見出し*/
.midashi02{
border:#00bfff solid 1px;
display:block;
padding:.2em .3em
}
.midashi02b{
border-left:#00bfff solid 6px;
padding:.3em .3em .3em .8em
}

/*見出し03前ズレ○見出し*/
.midashi03{
font-family:"メイリオ";
font-weight: bold;
font-size: 14px;
	position: relative;
	padding: .2em .2em .5em 2em;
	border-bottom: 1px solid #00bfff;
}
.midashi03:after,
.midashi03:before{
	position: absolute;
	content: '';
	border-radius: 100%
}
.midashi03:after{
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 16px;
	height: 16px;
	background-color:#00bfff;
}
.midashi03:before{
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background-color:pink;
}


/*見出し04前ズレ□見出し*/
.midashi04{
font-family:"メイリオ";
font-weight: bold;
font-size: 14px;
	position: relative;
	padding: .2em .2em .5em 2em;
	border-bottom: 1px solid #00bfff;
}
.midashi04:after,
.midashi04:before{
	position: absolute;
	content: '';
	border-radius: 0%
}
.midashi04:after{
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 16px;
	height: 16px;
	background-color:#00bfff;
}
.midashi04:before{
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background-color:pink;
}




/*青枠線あり囲み吹き出し*/
.kakomifukidashi{
font-family:"メイリオ";
font-weight: bold;
font-size: 14px;
    position: relative;
border-style: solid ;
border-width: 2px;
padding: 10px 5px 10px 20px;
border-color: #00bfff;
background-color: #fffaf0;
width: 650px;
border-radius: 10px;
}

.kakomifukidashi:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #00bfff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


/*青枠線あり囲み吹き出し尻尾無し*/
.kakomifukidashi02{
font-family:"メイリオ";
font-weight: nomal;
font-size: 17px;
    position: relative;
border-style: solid ;
border-width: 2px;
padding: 10px 5px 10px 20px;
border-color: #00bfff;
background-color: #fffaf0;
width: 650px;
border-radius: 10px;
}


/*青枠線あり囲み吹き出しひげ色抜き*/
.kakomifukidashi03{
font-family:"メイリオ";
font-weight: nomal;
font-size: 17px;
    position: relative;
border-style: solid ;
border-width: 2px;
padding: 10px 5px 10px 20px;
border-color: #00bfff;
background-color: #fffaf0;
width: 650px;
border-radius: 10px;
}

.kakomifukidashi03:after, .kakomifukidashi03:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.kakomifukidashi03:after {
	border-color: rgba(254, 250, 255, 0);
	border-top-color: #fefaff;
	border-width: 12px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
}
.kakomifukidashi03:before {
	border-color: rgba(245, 129, 51, 0);
	border-top-color: #00bfff;
	border-width: 15px;
    left: 10%;
    z-index: 90;
    margin-left: -18px;
}


/*ドロップダウンメニュー */
#dropmenu{
  list-style-type: none;
  width: 680px;
  height: 40px;
  z-index: 1000;
  margin: 30px auto 5px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 16.66%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-family:"メイリオ";
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 300%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-family:"メイリオ";
  font-size: 14px;
  font-weight: normal;
}
#dropmenu li ul li:hover > a{
  background: #F5F5F5;
  color: black;
  text-decoration: underline;
}
#dropmenu li ul li:active > a{
  background: red;
  color: white;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
  background: #616d0b;
  color: white;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/*ドロップダウンメニュートップ下連結*/
#dropmenu4{
  list-style-type: none;
  width: 680px;
  height: 40px;
  z-index: 1000;
  margin: 0px auto 15px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu4 li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  
}
#dropmenu4 li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-family:"メイリオ";
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu4 li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu4 li:last-child ul{
  left: -100%;
  width: 100%;
}
#dropmenu4 li ul li{
  overflow: hidden;
  width: 300%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu4 li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-family:"メイリオ";
  font-size: 14px;
  font-weight: normal;
}
#dropmenu4 li ul li:hover > a{
  background: #F5F5F5;
  color: black;
  text-decoration: underline;
}
#dropmenu4 li ul li:active > a{
  background: red;
  color: white;
}
#dropmenu4 > li:hover > a{
  border-radius: 3px 3px 0 0;
  background: #616d0b;
  color: white;
}
#dropmenu4 li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu4 li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu4 li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu4 li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}





/*自由重ね位置決め*/
.block {
position: absolute;
top: -10px;
left:10px;
}


/* 文字を点滅させる */
.blinking{
transform: rotate(-45deg);
-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}

    100% {opacity:1;}
}   

/* 文字を回転させる */
.kaiten{
  transform: rotate(-0deg);
}





/*ドロップダウンメニュー 左サイド用*/
#dropmenu2{
  list-style-type: none;
  width: 240px;
  height: 40px;
  z-index: 1000;
  margin: 30px auto 15px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu2 li{
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu2 li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu2 li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu2 li:last-child ul{
  left: 0%;
  width: 100%;
}
#dropmenu2 li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu2 li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu2 li ul li:hover > a{
  background: #F5F5F5;
  color: black;
  text-decoration: underline;  
}
#dropmenu2 li ul li:active > a{
  background: red;
  color: white;
}

#dropmenu2 > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu2 li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu2 li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu2 li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu2 li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/*ドロップダウンメニュー 左サイド用下側*/
#dropmenu3{
  list-style-type: none;
  width: 240px;
  height: 40px;
  z-index: 500;
  margin: 30px auto 15px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu3 li{
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu3 li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu3 li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 500;  
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu3 li:last-child ul{
  left: 0%;
  width: 100%;
}
#dropmenu3 li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu3 li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu3 li ul li:hover > a{
  background: #F5F5F5;
  color: black;
  text-decoration: underline;  
}
#dropmenu3 li ul li:active > a{
  background: red;
  color: white;
}
#dropmenu3 > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu3 li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu3 li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu2 li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu3 li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}





/*Line風吹き出し*/
.commentlist{
    list-style-type:none;
}
.commentlist li{
    overflow:hidden;
    margin-top:15px;
}
.commentlist .author{
    text-align:center;
    width:100px;
}
.commentlist .balloon{
    position:relative;
    color:#36393d;
    font-size:14px;
    line-height:20px;
    padding:15px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;    
}
.commentlist .balloon-lef .balloon{
    margin-left:110px;
    background-color:#e4e8eb;
}
.commentlist .balloon-lef .author{
    float:left;
}
.commentlist .balloon-rig .balloon{
    margin-right:110px;
    background-color:#bef18c;
}
.commentlist .balloon-rig .author{
    float:right;
}
.commentlist .balloon:before, .commentlist .balloon:after{
    content:"";
    position:absolute;
    width:0;
    height:0;
}
.commentlist .balloon-lef .balloon:before{
    top:10px;
    left:-20px;
    border-top:10px solid transparent;
    border-left:10px solid transparent;
    border-right:10px solid #e4e8eb;
}
.commentlist .balloon-lef .balloon:after{
    top:20px;
    left:-10px;
    border-top:10px solid #e4e8eb;
    border-left: 10px solid  transparent;
    border-right: 10px solid transparent;
}
.commentlist .balloon-rig .balloon:before{
    top:10px;
    right:-20px;
    border-top:10px solid transparent;
    border-left:10px solid #bef18c;
    border-right: 10px solid transparent;
}
.commentlist .balloon-rig .balloon:after{
    top:20px;
    right:-10px;
    border-top:10px solid #bef18c;
    border-left: 10px solid  transparent;
    border-right: 10px solid transparent;
}


/*linkページ用見出し*/
.linkmidashi{
font-family:"メイリオ";
font-size: 18px;
font-weight: bold;
position:relative;
padding:.75em 1em .75em 1.5em;
border:1px solid #ccc;
}
.linkmidashi::after{
position:absolute;
top:.5em;
left:.5em;
content: '';
width: 6px;
height:-webkit-calc(100% - 1em);
height:calc(100% - 1em);
background-color: deepskyblue;
border-radius:4px;
}


/*linkページ用テーブル*/
.linktable_01 {
border-collapse: collapse;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
border-left: 5px solid deepskyblue;
}
.linktable_01 th {
width: 147px;
padding: 10px;
font-weight: bold;
vertical-align: top;
color: #153d73;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.linktable_01 td {
width: 349px;
padding: 10px;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

/*linkページ用吹き出し*/
.linkarrow_box {
position: relative;
background: #fffaf0;
border: 2px solid #00bfff;
padding: 10px 5px 10px 20px;
font-family:"メイリオ";
font-size: 14px;
}
.linkarrow_box:after, .linkarrow_box:before {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.linkarrow_box:after {
border-color: rgba(255, 250, 240, 0);
border-right-color: #fffaf0;
border-width: 15px;
margin-top: -15px;
}
.linkarrow_box:before {
border-color: rgba(0, 191, 255, 0);
border-right-color: #00bfff;
border-width: 18px;
margin-top: -18px;
}




#footer{clear:both;}

.powered {
	padding:20px 0px 20px 0px;
	text-align:center;
}
.powered table{
	margin:0px auto;
}
.syndicate {
	margin-right:10px;
	text-align:center;
}
#calendar {
	text-align:center;
	margin-bottom:25px;
}
	#calendar table{
		width:100%;
		margin:0px auto;
	}
		.calendarhead {
			color:inherit;
			text-align:center;
			padding:10px 0px 5px 0px;
			margin-bottom:0px;
			font-weight:bold;
		}
			.calendarhead a{
				text-decoration:none;
				color:inherit;
			}
			.calendarhead .calendarday a{
				text-decoration:none;
				display:inline;
				color:#E7142D;
			}
	#calendar th{
		color:#C7DC68;
	}
	.calendarday {
		padding:0px 0px 5px;
		color:inherit;
		text-align:center;
	}
	.calendarday a{
		font-weight:bold;
		display:block;
		text-decoration:underline;
		padding:0px 0;
		color:#E95295;
	}



input{
	max-width:200px;
}
#comments .input-submit{
	background:url(http://blog.seesaa.jp/img/bg/super_simple/btn_bg.jpg) no-repeat;
	width:69px;
	height:29px;
	border:0;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin-right:5px;
}
#comments {
	padding:15px 15px 15px 0px;
	margin-top:25px;
	background:#fff;
}
#comments form {
	margin:0px;
	padding:0px 10px;
}
textarea{
	width:95%;
	margin-bottom:5px;
}
.comments-head{ 
	margin:0 0px 10px;
	padding:0px 0px 3px 0px;
	line-height:1.5;
	font-size:14px;
	background-repeat:repeat-x;
	background-position:bottom center;
	color:#E7142D;
	font-weight:bold;
	border-bottom:dotted 1px #333;
}
.comments-body {
	margin:0px;
	padding:0px;
}
.comments-body .text{
	border:1px solid #f8f8f8;
	margin:0px;
	padding:8px 12px;
	color:inherit;
	border:solid 1px #f8f8f8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#f8f8f8;
}
.comments-post {
	padding:5px 10px;
	text-align:right;
	margin-bottom:25px;
	color:#888;
}
#trackback {
	padding:15px 15px 15px 15px;
	margin-top:25px;
	background:#fff;
}
.copyright{
	text-align:center;
}
.diet-content{
	padding-left:10px;
}
#diet-foods{
	padding-left:10px;
}
.food-title{
	width:20%;
	clear:left;
	float:left;
}
.food-content{
	width:75%;
	padding-top:10px;
}
#diet-container{
	border:1px solid #999;
	padding:5px;
	margin-bottom:5px;
}
.diet-title{
	padding:2px 10px 2px 5px;
	margin-top:5px;
}
.diet-content{
	padding-left:10px;
}
#diet-foods{
	padding-left:10px;
}
.food-title{
	width:20%;
	clear:left;
	float:left;
}
.food-content{
	width:75%;
	padding-top:10px;
}
.tag{
	margin-top:0px;
	padding:10px;
	margin-left:0px;
	background:#fff;
}
#tag_cloud{
	border:1px solid #CCC;
	padding:10px;
	text-align:left;
	position:relative;
}
#tag_cloud a {
	padding:2px;
}
.tag-title{
	font-weight:bold;
	text-align:left;
}
.tag-body{
	margin:10px 0px;
	padding:10px 0px 0px 0px;
	position:relative;
}
.tag-service{
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding:0px 0px 5px 0px;
	clear:left;
	position:relative;
}
.tag-search{
	text-align:right;
	padding:5px 0px;
	margin-bottom:10px;
	font-weight:bold;
	position:relative;
}
.tag-article{
	padding:0px 10px 10px 10px;
	text-align:left;
	position:relative;
}
.tag-article-title{
	text-align:left;
	padding:0px 0px 5px 0px;
	font-weight:bold;
	position:relative;
}
.tag-article-posted{
	font-weight:normal;
	position:relative;
}
.tag-article-summary{
	padding:0px 10px;
	line-height:1.4em;
	position:relative;
}
.tag-more{
	text-align:right;
	margin:10px 0px;
	clear:left;
	position:relative;
}
.tag-photos{
	float:left;
	margin:10px 5px;
	position:relative;
	width:140px;
	height:200px;
}
.tag-photos-title{
	line-height:1.4em;
	padding:5px 0px;
	text-align:left;
	position:relative;
}
.tag-audios{
	margin:5px;
	position:relative;
}
.tag-audios-title{
	text-align:left;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	position:relative;
}
.tag-audios-posted{
	font-weight:normal;
	position:relative;
}
.tag-videos{
	float:left;
	margin:10px 5px;
	position:relative;
}
.tag-videos-title{
	line-height:1.4em;
	padding:5px 0px;
	text-align:left;
	position:relative;
}
.tag-navi{
	clear:left;
	text-align:center;
	margin:10px 0px;
	position:relative;
}




.listCategoryArticle{
	margin-top:5px;
	padding:5px;
	border:solid 1px deepskyblue;
}
.listCategoryArticle ul{
	list-style:none;
	padding:0;
	margin:0 0 0 10px;
	text-align:left;
	list-style-position:outside;
}
.listCategoryArticle ul li{
	margin:0;
	background:url(http://blog.seesaa.jp/img/listCategoryArticle.gif) no-repeat 0 2px;
	padding-left:12px;
	line-height:1.4;
font-size:12px;
}




.listCategoryArticle-category{
margin-top:5px;
padding:5px;
border:solid 2px deepskyblue;
}
.listCategoryArticle-category ul{
list-style:none;
padding:0;
margin:0 0 0 10px;
text-align:left;
list-style-position:outside;
}
.listCategoryArticle-category ul li{
margin:0;
background:url(http://blog.seesaa.jp/img/listCategoryArticle.gif) no-repeat 0 2px;
padding-left:12px;
line-height:1.4;
font-family:"メイリオ";  
font-size:14px;
}




#links,
#links-left,
.side,
#content,
.blog,
.blogbody,
.text{
	overflow:hidden;
}





/* twitter quote */
.tweetBlockQuote{
 margin-bottom:10px;
 overflow:hidden;
 width:98%;
}
.tweetBlockQuote img{
 border:0;
}
.tweetBlockQuote .tweetImg{
 padding:0px;
 width:53px;
 text-align:left;
 overflow:hidden;
 vertical-align:top;
 float:left;
 margin-right:7px;
}
.tweetBlockQuote .tweetMain{
 padding:5px;
 border:solid 1px #ddd;
 background:#fff;
 color:#000;
 overflow:hidden;
 vertical-align:top;
 float:left;
 width:70%;
}
.tweetBlockQuote .tweetMain a.tweetOwner{
 color:#E86390;
 font-weight:bold;
 text-decoration:none;
}
.tweetBlockQuote .tweetMain a.tweetFriends{
 font-weight:bold;
 color:#26A6DC;
 text-decoration:none;
}
.tweetBlockQuote .tweetMain .tweetText{
 color:#000;
}
.tweetBlockQuote .tweetMain .tweetText a{
 color:#000;
 text-decoration:underline;
}
.tweetBlockQuote .tweetMain .tweetDate{
 color:#9C9C9C;
}
.tweetBlockQuote .tweetBoth{
 clear:both;
}
/* twitter quote */


/*ブログリンクカラー設定 */
a:link{color:#2200C1;}
a:visited{color:#551A8B;}
a:hover{color:#7a8285;}
a:link {font-weight;}

/*サイドリンクアンダーバーなし */
.side a {text-decoration:none;}

/* 新着記事リンク色換え*/
a.shintyakukiji { text-decoration: underline; color:#2200C1; }
a.shintyakukiji:visited{ text-decoration: underline; color:#551A8B; }
a.shintyakukiji:hover { text-decoration: underline; color: black; }


/*パンくずリスト位置調整 */
.crumb {
clear: both;
margin: 10px 0 10px 0;
font-size: 14px;
line-height: 18px;}


/*基本テーブル01*/
.table01 {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;  
}
.table01 tr {
  border: solid 1px #999;
  border-collapse: collapse;
}
.table01 td {
  border: solid 1px #999;
  border-collapse: collapse;
}


/*レスポンシブテーブル02*/
.table02 {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 480px;
}
.table02 tr,
.table02 td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 3px;
  text-align: center;
}

@media screen and (max-width:680px){
.table02 {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;  
}
.table02 tr {
  border: solid 1px #999;
  border-collapse: collapse;
}
.table02 td {
  border: solid 1px #999;
  border-collapse: collapse;
}
}



/*レスポンシブテーブル03*/
.table03 {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 680px;
}
.table03 th,
.table03 td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 3px;
  text-align: center;
}
.table03 th {
  background-color:#F5F5F5;
  text-align: center;
}

@media screen and (max-width:680px){
.table03 {
    border: none;
  }
.table03 thead {
    display: none;
  }
.table03 tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
.table03 td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
.table03 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

/*レーティング行間*/
.gyoukan {
font-family:"ＭＳ Ｐゴシック";font-size:16px;
line-height: 200%;
}



