@charset "UTF-8";

/*ごあいさつ*/
#home #topCorner {
	padding: 0px 0px 10px;
	margin-top: 0px;
	width: 480px;
	clear: both;
}

/*ニュース*/
#home #news, #home #blog, #home #twitter {
	padding: 0px 0px 10px;
	margin-top: 20px;
	width: 700px;
	clear: both;
}
#home #news h2 {
	background-image: url(../img/news-title.gif);
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 1.2em;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 700px;
}
#home #blog h2 {
	background-image: url(../img/blog-title.gif);
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 1.2em;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 700px;
}
#home #twitter h2 {
	background-image: url(../img/twitter-title.gif);
	height: 33px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 1.2em;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 700px;
}
#home #twitter h3, #home #twitter h4 {
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
	clear: none;
}
#home #twitter h3 {
	color: #666666;
}
#home #news h2 a {
	display: block;
	height: 30px;
	width: 470px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/*Feed共通*/
#news ul, #blog ul, #twitter ul {
	margin: 5px 10px;
	padding: 0px;
}
#news ul li, #blog ul li, #twitter ul li {
	background-image: url(../img/point.gif);
	background-position: left 9px;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 12px;
}
#news ul li + li, #blog ul li + li, #twitter ul li + li {
	background-image: url(../img/point.gif);
	background-position: left 11px;
	background-repeat: no-repeat;
	list-style: none;
	padding: 2px 0px 5px 12px;
	border-top: 1px dotted #CCCCCC;
	margin-top: 0px;
}


#home #mainimg {
	margin: 0;
	padding: 0px;
	background-image: url(../img/top_img_bg.gif);
}
#home h3#a {
	background-image: url(../img/h3a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 480px;
	margin: 0px 0px 5px;
	padding: 0px;
	border-style: none;
}
#home h3#b {
	background-image: url(../img/h3b.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 480px;
	margin: 0px 0px 5px;
	padding: 0px;
	border-style: none;
}
#news strong {
	color: #EF2F00;
}
#blog h2 a, #twitter h2 a {
	display: block;
	height: 40px;
	width: 700px;
}
.message {
	font-weight: bold;
	color: #EF2F00;
}
