@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_3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#transparent;	
	margin-bottom:10px;
}

.h3Box h3{
	margin:6px 0 0 17px;
	font-size:14px;
	font-weight:bold;
	color:#00F;
}

.h3Box h3 a:link, .h3Box h3 a:visited, .h3Box h3 a:active {
	color:#00F;
	font-weight:bold;
	text-decoration:none;
	background:transparent;
}

.h3Box h3 a:hover {
	color:#F00;
	font-weight:bold;
	text-decoration:underline;
	background-color:transparent;
}

.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_blue2.gif) #E6EDF5;
	background-position:1px 4px;
	margin-bottom:5px;
	border-bottom:1px dotted #00F;
	background-repeat:no-repeat;
}

.h4Box h4{
	font-size:14px;
	line-height:1.4;
	color:#6AA8ED;
	font-weight:bold;
	margin:0 0 2px 17px;
	background-repeat:no-repeat;
}

.h4Box h4 a:link, .h4Box h4 a:visited, .h4Box h4 a:active {
	color:#00F;
	font-weight:bold;
	text-decoration:none;
	background:transparent;
}

.h4Box h4 a:hover {
	color:#F00;
	font-weight:bold;
	text-decoration:underline;
	background-color:transparent;
}

.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;
}

/************** 右コンテンツ ***************/

#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:#FFF;
	background:#5E9FE7;
	border-top:1px solid #A6CCF7;
	border-left:1px solid #A6CCF7;
	border-right:1px solid #31547A;
	border-bottom:1px solid #31547A;
	font-size:12px;
	line-height:1.4;
	font-weight:bold;
}

.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 #5E9FE7;
}

.entry-list li h6 a:link, .entry-list li h6 a:visited, .entry-list li h6 a:active {
	color:#00F;
	text-decoration:none;
	background:transparent;
}

.entry-list li h6 a:hover {
	color:#F00;
	text-decoration:underline;
	background-color:transparent;
}

.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 #5E9FE7;
}

.old-list li h6 a:link, .old-list li h6 a:visited, .old-list li h6 a:active {
	color:#00F;
	text-decoration:none;
	background:transparent;
}

.old-list li h6 a:hover {
	color:#F00;
	text-decoration:underline;
	background-color:transparent;
}

