@charset "EUC-JP";

* {
	margin : 0;
	padding : 0;
	font-size:10px;
	word-break:break-all;
	font-family:"Verdana";

	scrollbar-face-color: mistyrose;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;

}

	a:link {color : #000000 ;text-decoration : underline;}
	a:visited {color : #000000 ;text-decoration : underline;}
	a:hover {color : #f73759 ;text-decoration : none;background:mistyrose}
	a:active {color : #000000 ;text-decoration : none;}

body {
	color : #000000;
	background :#ffffff url();
	text-align : left;
	line-height : 1.5;
}

/* バナー部分 */

#banner{
	width : 640px;
	height : 309px;
	background : url(http://blog-imgs-27.fc2.com/x/x/r/xxribbonxx/7-cut.jpg) no-repeat;
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px solid #000000;
}

h1{
	voice-family : "\"}\"";
	voice-family : inherit;
	padding : 240px 0px 10px 30px;
	width:600px;
}

h1 a{
	font-size : 20px;
	font-weight : bold;
	float:right;
}


h2{
	padding : 0 0px 0 20px;
	font-size:10px;
	color:#000000;
	width:600px;
	line-height:1em;
	float:left;
	font-style : normal;
	font-weight : normal;
	text-align:right;

}

/* 本文 */

#container{
	width:640px;
	background :#fff;
	margin:0 auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#blogcontainer{
	padding:0 8px;
}


/* 左サイドバー */

#left{
	float:left;
	width:200px;

}

#left h3{
	height : 20px;
	color:#f73759;
	font-weight:bold;
	background :mistyrose url() no-repeat;
	text-align : left;
	padding:5px 0 0 10px;
	border:1px dotted #000000;
	margin-bottom:10px;
}

.sidebody{
	padding:0 15px;
	overflow:hidden;
}

.description{
	padding:0 15px;
}


#left ul {
	margin : 0 10px 0 20px;
}

.sidebottom{
	margin-bottom:20px;
}

.calender{
	width:180px;
	margin:0 0px 0 5px;
}

.calender caption{
}

.calender th{
	text-align:center;
}

.calender td{
	text-align:center;
}

.calender td a{
	text-decoration:underline;
}

.ads{
	color:#000000;
}

.categories td{
	width:22px;
}

/* メイン */

#blog{
	float:right;
	width:400px;
	overflow:hidden;
}


.entry-header{
	height:23px;
	background :mistyrose url() 50% 0 no-repeat;
	border:1px dotted #000000;

}


.date{
}


#blog .entry-header h3{
	float:left;
	height:23px;
	font-size:10px;
	font-weight:bold;
	overflow:hidden;
	display:inline;
	padding:5px 10px 0 10px;
}

#blog h3 a{
	font-size:10px;
	font-weight:bold;
	color:#f73759;

}

.headerdate{
	float:right;
	padding:6px 30px 0 0;
}

.entry-body{
	padding:20px 20px 20px 20px;
	background:url() 50% 0 repeat-y;
}

.aabody{
	width:100%;
	overflow:hidden;
}

.entry-footer1{
	background:url() 50% 100% repeat-y;
}

.entry-footer{
	text-align:center;
	margin:0 15px;
	text-align:center;
}


.section{
}


.date{
	color:#000000;
}

.section ul.entry-footer {
	padding : 10px 0 5px 0;
	list-style-position : inside;
	text-align:center;
}

.section ul.entry-footer li {
	display : inline;
	list-style-type : none;
	text-align:center;
}

.blogbottom{
	background:url() 0 100% no-repeat;
	height:67px;
	margin-bottom:16px;
	text-align:center;
}

.blogbottom img{
	text-align:center;
	margin:0 auto;
}


/* コメント部 */

.comment-top,.comment-post{
	font-weight:bold;
	font-size:16px;
}

.comment-header{
	font-size:13px;
	font-weight:bold;
}

.comment-body{
	margin : 0 1em;
}
.comment-footer{
	margin : 0 0 2em 0;
}

.trackback-header{
	font-size:13px;
	font-weight:bold;
}

.trackback-excerpt{
	margin : 0 1em;
}
.trackback-footer{
	margin : 0 0 1em 0;
}

.prev-next-navi{
	text-align:center;
}

.prev-next-navi a:link,.prev-next-navi a:hover,.prev-next-navi a:visited,.prev-next-navi a:active{
	color:#000;
}

/* フッター */
#footer{
	text-align:center;
	height:100px;
	padding-top:6px;
}

.footer-link a{
	background:mistyrose;
}

hr{
	width:95%;
	border:1px dashed #000;
}