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


/*右サイドバー*/
#side{
	width:220px;
	float:right;
	padding:5px ; 
}
/*#main 本文*/
#main{
	width:550px;
	float:left;
/*	padding-top:5px;*/
	padding-top:3px;
	padding-left:10px;
/*	padding-right:10px;*/
	padding-bottom:10px;
}

#contents h3{
	border-style:none;
	border-width:0px;
	background-color:transparent;
}

#topic{
	margin:0;
	width:100%;
	clear:both;
	/*background-image:url(../images/dot.gif);
	background-position:right;*/
	font-family:sans-serif;
}
#topic img{
	float:left;
}
/*2009.04.21 DEL
#topic h2 {
	clear:none;
	float:right;
	width:200px;
	margin:5px 10px 0px;
	padding:0;
	font-size:130%;
	color:#000000;
	font-family:sans-serif;
}
#topic_txt{
	float:right;
	width:190px;
	padding:5px;
	margin:5px 10px 5px;
/* 	background-color:#FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
 	opacity:0.70;* /
	background-image:url(../images/w.png);
}
/ *IE6* /
* html body #topic_txt{
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
}
#topic_txt p{
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
}
*/

#topicslit{
	padding:0;
	margin:5px 0 10px;
	border-bottom-color:#999999;
	border-bottom-style:double;
	border-bottom-width:3px;
}

#schedule{
	padding:0;
	margin:5px 0 10px;
	border-bottom-color:#999999;
	border-bottom-style:double;
	border-bottom-width:3px;
}


#topicslit h3, #schedule h3{
	padding:0;
	margin:0;
}
#topicslit ul,#schedule ul{
	list-style-type:square;
	height:8em;
	overflow:auto;
	margin:0;
	padding:5px;
}
@media print{
/*印刷時*/
	#topicslit ul,#schedule ul{
		height:auto;
	}
}
#topicslit li,#schedule li{
	list-style-type:square;
	line-height:1.3em;
	margin-left:1.5em;
}
#topicslit ul.list_link,
#schedule ul.list_link
{
	text-align:right;
	margin:0 5px;
	padding:3px;
	height:auto;
	border-top-color:#999999;
	border-top-style:dotted;
	border-top-width:1px;
}

#topicslit ul.list_link li,
#schedule ul.list_link li
{
	list-style-type:none;
	display:inline;
}
ul.list_link  a,
ul.list_link  a
{
	/*background-image:url(../images/arrow1.gif);*/
	background-repeat:no-repeat;
	padding-left:23px;
	display:inline-block;

}
#rss a{
	background-image:url(../images/icon_rss.gif);
}


#weather{
	clear:both;
	margin:3px 0px;
	padding:0px 5px;
	font-size:80%;
	border-top-width: 10px;
	border-right-width: 2px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5FC0CE;
	border-right-color: #5FC0CE;
	border-bottom-color: #5FC0CE;
	border-left-color: #5FC0CE;
}
#contents
#weather h3{
	margin:0;
	padding:2px;
	background-color:transparent;
}
#weather table{
	margin-top:0;
	width:100%;
}
#weather th{
	width:50%;
}
#weather caption{
	font-size:120%;
}
.w_copyright{
	text-align:right;
}

/*2009.12.11Add*/
#attention{
	padding:0;
	margin:5px 0 10px;
}
#attention h3{
	padding:0;
	margin:0;
}

