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

#main{
	background-image: url(../images/concept.png);
	background-repeat: no-repeat;
	height: 151px;
	width: 279px;
	display: block;
	margin: 0px;
	padding-top: 65px;
	padding-right: 432px;
	padding-bottom: 64px;
	padding-left: 89px;
}
.ol {
	font-size: 17px;
	font-weight: bolder;
	color: #E16D0C;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A23B0E;
	border-bottom-color: #A23B0E;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 21px;
}
#main .news {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 279px;
	overflow: auto;
	height: 151px;
}

#wrapper #main .chibi {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
}
/* begin styles for RSS Feed */

.rss_box {
	width: 700px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F90;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.rss li {
	float: left;
	list-style-type: none;
	padding-right: 15px;
	clear: right;
	font-size: 12px;
}


.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	text-decoration : none;
}

.rss_item a:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration : underline;
	color: #FFF;
}

.rss_date {
	font-size: 12px;
	font-weight : normal;
	color: #999;
}

