@charset "utf-8";
/* rss style
------------------------------*/

.rss_box {
	 margin: 0px;
	 width: 350px;
	 background-color: #ffffff;
	 border: 0px ;
	 
}
.rss_items {
	margin-top:0px;
	padding:0em 0.5em;
	margin-left:0px;
	color:#333333;
}


.rss_item  {
	font-weight : normal;
	list-style:none;
	line-height: 110%;
}

.rss_item a{
	text-decoration : underline;
	color:#666666;
	font-size: 105%;
	font-weight: bold;
	line-height: 170%;
}

.rss_item a:link {
	color:#666666;
}
	
.rss_item a:visited {
	color:#999999;
	}
	
.rss_item a:hover{
	color:#33CCFF;
		}
	
.rss_item a:active{
	color:#33CCFF;
	}
	
.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #666666;
	line-height: 100%;
	}
          



/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #fffffff;
	background-image:url(head-img/bg.gif);
	background-repeat: repeat;
	font-size: 80%;
	line-height: 130%;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
td {
	line-height: 150%;
}
.haikei #form1 td {
	padding: 5px;
}


.haikei {
	background-image: url(ai-img/hito.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.title {
	font-size: 115%;
	font-weight: bold;
	color: #6e98ac;
	text-align: left;
}
.haikei .linktd {
	padding: 2px;
}

