/* CSS化 ブログページ */
#wrapper_blog{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#header_blog{
	width: 780px;
	height: 185px;
}
#header_blog_title{
	width: 780px;
	height: 145px;
	text-align: left;
}

#blog_main{
	width: 780px;
}
#blog_left{
	width: 200px;
	float: left;
}
#blog_right{
	width: 570px;
	float: right;
	padding-right: 10px;
}
.clear{
	clear: both;
}
#blog_bottom{
	width: 780px;
}
.blog-url{
	font-size:9pt;
	border-bottom:7px solid #FFFFFF;
	background: #EAEAEA;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* ブログヘッダー部分
 ------------------------------------------ */
.blog-header {
   padding:15 15 109 15;
   font-size:14pt;
}

.sub-url {
	padding:7 10;
	font-size:9pt;
	border-bottom:7px solid #FFFFFF;
	background: #EAEAEA;
}


/* ブログレフト部分
 ------------------------------------------ */
.blog_left_div{
	width: 190px;
	padding: 3px;
	border: 1px solid #FFCC66;
	background: #FFFFFF;
	word-break:break-all;
	line-height: 1.2em;
}

　/* プロフィール部分 */

.profile {
   border:1px solid #FFCC66;
}

.blog-writer {
	border-top:1px dashed #BBBBBB;
	border-bottom:1px dashed #BBBBBB;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.blog-pr {
	font-size:8pt;
	padding:5px;
	border:1px solid #FFCC66;
	word-wrap:break-word;
	word-break:break-all;
	background: #FFFFCC;
	text-align: left;
}

　/* カレンダー部分 */

.calender-frame {
   border:1px solid #BBBBBB;
   font-size:9pt;
}

　/* レフト部分基本枠 */

.subframe1 {
   border:1px solid #FFCC66;
   font-size:9pt;
}
　/* レフト部分基本枠　ヒトコト用 */
.subframe2 {
	border:1px solid #65A4E2;
	font-size:9pt;
	line-height:1.8em; 
	font-weight:bold;
	text-decoration:none;
   
}

.h_link1 a:, .h_link1 a:link, .h_link1 a:visited{
	color: #F7B142;
}

.h_link1 a:hover{
	color: #fff;
	background:#F7B142;
	text-decoration:none;
}


.h_link2 a:, .h_link2 a:link, .h_link2 a:visited{
	color: #65A4E2;
}

.h_link2 a:hover{
	color: #fff;
	background:#65A4E2;
	text-decoration:none;
}

.h_link3 a:, .h_link3 a:link, .h_link3 a:visited{
	color: #70AD3D;
}

.h_link3 a:hover{
	color: #fff;
	background:#70AD3D;
	text-decoration:none;
}

.h_link4 a:, .h_link4 a:link, .h_link4 a:visited{
	color: #DD557D;
}

.h_link4 a:hover{
	color: #fff;
	background:#DD557D;
	text-decoration:none;
}

.h_link5 a:, .h_link5 a:link, .h_link5 a:visited{
	color: #996600;
}

.h_link5 a:hover{
	color: #fff;
	background:#996600;
	text-decoration:none;
}





　/* ポストカテゴリー表示 */

.pcate-list {
   line-height:1.3em;
   padding:4;
}

　/* お気に入りブログ表示 */

.favorite-list {
   line-height:1.3em;
   padding:4;
}

　/* 最新のコメント表示 */

.new-comment {
   line-height:1.2em;
   font-size:8pt;
}


/* メインポスト表示部分
 ------------------------------------------ */

.post-title {
   padding:0 0 7 0;
   border-bottom:1px dashed #AAAAAA;
}

.post-main {
   padding:4 0;
   line-height:1.4em;
   word-wrap:break-word;
   word-break:break-all;
}

.post-sign {
   border-top:1px dashed #AAAAAA;
   font-size:8pt;
   padding:5 5 6 0;
   background-color:FFFFCC;
}

/* コメント表示部分
 ------------------------------------------ */

.comment-frame {
   padding:5px;
   border-top:1px dashed #AAAAAA;
}

.comment-subframe {
   border-bottom:1px solid #AAAAAA;
}

.comment-main {
   margin:0;
   padding:5;
   font-size:9pt;
   line-height:1.3em;
}

.comment-sub {
   margin:0;
   padding:5;
   font-size:8pt;
   background-color:EEEEEE;
}

.comment-area {
   font-size:9pt;
   width:400;
}


.subframe2 {
	border:1px solid #65A4E2;
	font-size:9pt;
	line-height:1.8em; 
	font-weight:bold;
	text-decoration:none;
   
}