/* ブログ用CSS */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/backimg2.gif) repeat-x fixed #FFFFFF;
	text-align: center;
	font-family: "ＭＳ　Ｐゴシック";
	letter-spacing: 1px;
	line-height: 18px;
	}
	
img {
	border: none;
	}
	
a,a:hover {
	color: #3366FF;
	}
	
.fake {
	clear: both;
	}
	
.fake hr {
	display: none;
	}
	
#container {
	width: 800px;
	margin: 0 auto;
	font-size: 12px;
	text-align:left;
	background-color: #FFFFFF;
	}
	
#header {
	height: 174px;
	background: url(img/headback.jpg) no-repeat center top;
	text-align: left;
	}
	
#header h1 {
	color: #F2F2F2;
	font-size: 10px;
	margin-left: 59px;
	position: relative;
	top: 10px;
	}
	
#header h2 {
	position: relative;
	top: 54px;
	}
#content {
	margin:0 auto
}
#left {
	float: left;
	width: 593px;
	border-right: dashed 1px #999999;

	margin: 10px 10px 10px 0;
	text-align: left;
	}
	
#left h3 {
	font-size: 16px;
	color: #333366;
	border-left: solid 10px #99CCFF;
	border-bottom: solid 1px #99CCFF;
	height: 26px;
	line-height: 26px;
	letter-spacing: 2px;
	padding-left: 8px;
	margin-bottom: 10px;
	text-align: left;
	}
	
#left .cate {
	margin: 0 10px;
	}
	
#left p {
	margin: 0 10px 10px 10px;
	}
	
#left .date {
	text-align: right;
	margin-bottom: 5px;
	clear: both;
	}
	
.entrywaku {
	margin: 0 auto 20px auto;
	border-bottom: dashed 1px #999999;
	width: 563px;
	clear:both;
}
.entrywaku02 {
	margin: 0 auto;
	width: 563px;
	clear:both;

}

.entrywaku p{
	float:left;
	padding:0 0 5px 10px;
	clear:both;
}
.entrywaku img {
	margin:0 10px 0 0;
}


.comment_h {
	display: block;
	border-left: solid 6px #0066CC;
	background-color: #99CCFF;
	color: #003366;
	padding-left: 5px;
	margin: 0 10px 10px 10px;
	}

.comment_p {
	margin: 0 10px 10px 10px;
	border-bottom: dashed 1px #999999;
	}
	
.comment_p span {
	font-size: 10px;
	letter-spacing: 1px;
	color: #666666;
	margin-left: 10px;
	}
	
.comment_f {
	margin-bottom: 15px;
	}
	
.comment_f form {
	margin-left: 10px;
	}
	
.backtop {
	text-align: right;
	margin: 0 10px 0 0;
	}
	
.toplist {
	margin: 10px 10px 10px 15px;
	line-height: 20px;
	}
	
.toplist li {
	background: url(img/ICO_346.gif) no-repeat left center;
	padding-left: 14px;
	list-style-type: none;
	}
	
/* 右サイドバー */
	
#right {
	float: left;
	width: 189px;
	margin-top: 10px;
	text-align: left;
	}
	
#right h4 {
	color: #333366;
	border-left: solid 10px #99CCFF;
	border-bottom: solid 1px #99CCFF;
	height: 24px;
	font-size: 12px;
	padding-left: 6px;
	margin-bottom: 5px;
	line-height: 22px;
	}
	
#right table {
	margin-bottom: 10px;
	}
	
#right th, #right td {
	font-size: 10px;
	width: 26px;
	text-align: center;
	}
	
#right .red {
	color: red;
	}
	
#right p {
	margin: 0 0 10px 8px;
	}
	
#right .month {
	margin: 0 0 15px 18px;
	}
	
#right .comment {
	list-style-type: none;
	margin: 0 0 15px 0;
	}
	
#right .baner {
	margin: 0 0 20px 0;
	}
	
/* フッター */
#footer {
	height: 30px;
	background-color: #003366;
	text-align: center;
	font-size: 10px;
	color: #F2F2F2;
	padding-top: 15px;
	clear: both;
	}
	
	
	
	
	
	
	
	
	
.blogImg1{
	float:left;
}

/* ヘッター */
#container end {
	clear: both;
}
/********************************** パンくずリスト *******************************************/

.panList{
height:20px;
float:none;
padding-left:10px;
white-space:nowrap;
}

.panList tr td a img{float:left;}

.panList tr td, .panList tr td a{
	white-space:nowrap;
	font-size:10px;
	padding-right:5px;
	vertical-align:middle;
	line-height:1.4;
	font-weight:normal;
	color:#555;
	background:transparent;
}

.panList tr td a:link{color:#0066CC;background:transparent;text-decoration:underline}
.panList tr td a:visited{color:#0066CC;background:transparent;text-decoration:underline}
.panList tr td a:active{color:#0066CC;background:transparent;text-decoration:underline}
.panList tr td a:hover{color:#0066CC;background:transparent;text-decoration:underline}

#home {
	width:36px;
	height:14px;
}

#home a:link, #home a:visited, #home a:active{
	display:block;
	height:14px;
	text-indent:-999em;
	background:url(./img/home.gif) top left no-repeat;
}

#home a:hover{
	background:url(./img/home.gif) top left no-repeat;
	text-indent:-999em;
	background-position:0px -14px;
}

