@charset "utf-8";
/* CSS Document */

/* 本体枠組みの設定 */
* {	font-style: normal;
	margin: 0px;
	padding: 0px;}

body{ background-image:url(head-img/back.gif);
      background-repeat: repeat;}


/* RSSフィードの設定 */
.rss_box {
	 margin: 5px;
	 width: 300px;
	 background-color: #ffffff;
	 border: 0;
	 
}
.rss_items {
	margin-top:0px;
	padding:0em 0.5em;
	margin-left:0px;
	color:#666666;
	font-size: 85%;
}
p.rss_title {padding:0.5em;}

.rss_item  {
	font-weight : normal;
	list-style:none;
	font-size: 90%;
}

.rss_item a {
	text-decoration : underline;
	font-size: 105%;
	font-weight:bold;
	color:#FF6600;
	}
	
.rss_item a:visited {
	color:purple;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}


/* その他文字などの設定 */

.tddd {font-size: 80%; line-height: 150%; color: #333333}
.tdb {
	font-size: 85%;
	line-height: 140%;
	color: #333333;
}
.tdc {
	font-size: 80%;
	color: #999999;
	line-height: 1.5;
}
.tdd {
	font-size: 85%;
	line-height: 1.5px;
	color: #666666;
}


.big {font-size: 16px; line-height: 150%}
.td {font-size: 14px; line-height: 150%; font-weight: bold; color: #FFFFFF}
.style1 {color: #666666; font-size: 90%;}
.style2 {
	color: #FF6600;
	font-size: 80%;
}
.style3 {color: #666666; font-size: 85%;}

.style5 {font-size: 75%;line-height: 1.3;}
.style6 {
	font-weight: bold;
	color: #990000;
}


/* フッターのリンク */
#footer {
	font-size: 80%;
	color: #666666;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}

#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
}
#footer a:active {
	color: #CC0000;
}
#ippan {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
}
#ippan a:link {
	color: #333333;
	text-decoration: none;
}
#ippan a:visited {
	color: #333333;
	text-decoration: none;
}
#ippan a:hover {
	color: #CC0000;
	text-decoration: none;
}
#ippan a:active {
	color: #CC0000;
}
.mini {
font-size: 11px
}

