@import url("share.css");

#leftContent{
	height:auto;
	float:left;
	padding-left:0;
	background:#F4F1E9;
	color:#333;
}

#mainContent{
	width:345px;
	margin:15px 0 0 15px;
	height:auto;
	background:#FFF;
	float:left;
}

.h3Box{
	width:350px;
	height:27px;
	background-image:url(../img/h3_2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#transparent;	
	margin-bottom:10px;
}

.h3Box h3{
	margin:5px 0 0 17px;
	font-size:14px;
	font-weight:bold;
	color:#933;
}

.topInfo{
	width:340px;
	padding-bottom:20px;
	font-size:12px;
	line-height:1.4;
	color:#333;
}

.entry{
	width:350px;
	height:auto;
	padding:10px 0;
}

.h4Box{
	width:350px;
	background:url(../img/arrow_red.gif) #FAECEC;
	background-position:1px 4px;
	margin-bottom:5px;
	border-bottom:1px dotted #F00;
	background-repeat:no-repeat;
}

.h4Box h4{
	font-size:14px;
	line-height:1.4;
	color:#03C;
	font-weight:bold;
	margin:0 0 2px 17px;
	background-repeat:no-repeat;
}

.entry h4 a{
	font-weight:bold;
}

.entry-body p{
	width:350px;
	font-size:12px;
	line-height:1.4;
	padding:0 0 5px 0;
}

.entry-body img{
	margin:3px 0 10px 0;
}

.entry-footer{
	width:332px;
	text-align:right;
	font-size:10px;
	color:#333;
	background:transparent;
}


/************** コメント ***************/

.commentTitle{
	text-align:left;
	margin:30px 0 0 10px;
}

.commentTitle p{
	font-size:12px;
	font-weight:bold;
	color:#F66;
	background:transparent;
}

.commentBox{
	padding:5px 0 10px 0;
}

.commentBox p{
	font-size:12px;
	line-height:1.4;
	letter-spacing:1;
	color:#333;
	background:transparent;
	text-align:left;
}

.commentDay{
	margin-bottom:15px;
}

.commentDay p{
	font-size:10px;
	color:#333;
	background:transparent;
	text-align:right;
}
.commentFrame{
}

.formBox{
	border:1px dotted #F00;
	width:350px;
	margin:20px 0 20px 0;
	height:auto;
	padding-top:10px;
	background:#FFF;
	text-align:left;
	float:left;
}

.formBox table{
}

.commentInfo{
	font-size:12px;
	color:#F66;
	padding:5px 5px 5px 10px;
	font-weight:bold;
	text-decoration:underline;
	background:transparent;
	text-align:left;
}

.formBox table tr td{
	font-size:12px;
	color:#333;
	padding:5px 5px 5px 10px;
	background:transparent;
	text-align:left;
	
}

.toroku{
	font-size:12px;
}

.bold{
	font-weight:bold;
}

/************** 右コンテンツ ***************/

#rightContent{
	padding:15px 10px 0 0;
	height:auto;
	float:right;
}

/*IE8ハック*/
head~/* */body #rightContent{
	padding:15px 0 0 0;
	height:auto;
	float:right;
	width:170px;
}

.entryView h5{
	width:150px;
	height:16px;
	padding:5px 0 5px 7px;
	color:#600;
	background:#F99;
	border-top:1px solid #FCC;
	border-left:1px solid #FCC;
	border-right:1px solid #C33;
	border-bottom:1px solid #C33;
	font-size:12px;
	line-height:1.4;
	font-weight:normal;
}

/*IE8ハック*/
head~/* */body .entryView h5{
	width:110px;
	height:16px;
	padding:5px 0 5px 7px;
	color:#600;
	background:#F99;
	border-top:1px solid #FCC;
	border-left:1px solid #FCC;
	border-right:1px solid #C33;
	border-bottom:1px solid #C33;
	font-size:12px;
	line-height:1.4;
	font-weight:normal;
}

.entry-list{
	width:150px;
	list-style-type:none;
	margin-bottom:20px;
}

.entry-list li h6{
	width:150px;
	height:auto;
	margin-top:10px;
	font-size:12px;
	line-height:1.2;
	letter-spacing:0;
	padding-bottom:2px;
	border-bottom:1px dotted #F99;
}

.old-list{
	width:150px;
	margin-top:10px;
	list-style-type:none;
}

.old-list li h6{
	width:150px;
	height:auto;
	margin-top:5px;
	font-size:12px;
	line-height:1.2;
	padding:2px 2px 2px 5px;
	border:1px solid #F99;
}

