@charset "utf-8";
/* CSS Document */

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #666666;
	text-align: left;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust: 100%;
	line-height: 170%;
}
img {
	border: none;
	vertical-align:bottom;
}
a:link {
	color: #4F82BB;
	text-decoration: underline;
}
a:visited {
	color: #4F82BB;
	text-decoration: underline;
}
a:hover {
	color:#9EBBDA;
	text-decoration: none;
}

li {
	list-style-type: none;
}
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*ブログ*/
.rss_sc dt {
	clear:both;
	width:77px;
	float: left;
	background-image: url(../images/rss_arr.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-bottom: 11px;
	padding-left: 15px;
}
.rss_sc dd {
	width:260px;
	float: left;
	padding-bottom: 11px;
}