<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ===========CSS Information===========

 File Name :/home/css/home.css
 Description :ホームページ
 Latest :Update: 2011.07.26
 Version :1.0
 
=================================== */


#container #visualImage{
	margin: 0 auto;
	position: relative;
	width: 920px;
	height: 340px;
}
#container #visualImage img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#container #visualImage img.active{
	z-index: 10;
	opacity: 1.0;
}
#container #visualImage img.last-active{
	z-index: 9;
}


#contents #message{
	height: auto;
	margin: 0px 0px 0px 0px;
	border: 1px #ffffff solid;
	zoom: 1;
}


#contents #news{
	position: relative;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 6px #c0c1c8;/* for safari */
	-moz-box-shadow: 0px 0px 6px #c0c1c8;/* for Mozira */
	box-shadow: 0px 0px 6px #c0c1c8;/* for safari */
	background: #ffffff;
	behavior: url(/common/pie/PIE.htc);
}
#contents #news h3{
	margin: 0 0 0 0;
	position: relative;
	height: 41px;
	/*margin: -26px 0 0 0;*/
}
* html #contents #news h3{
	margin: -26px 0 0 0;
}
#contents #news h3 img{
	margin: -26px 0 0 0;
}
#contents #news #newsNavi{
	position: absolute;
	top: 10px;
	left: 447px;
}
#contents #news #newsNavi li{
	float: left;
	margin: 0 6px 0 0;
}
#contents #news #newsNavi li.index{
	width: 74px;
}
#contents #news #newsNavi li.index a{
	background: url(/home/images/news_navi_index.gif);
}
#contents #news #newsNavi li.rss{
	width: 48px;
}
#contents #news #newsNavi li.rss a{
	background: url(/home/images/news_navi_rss.gif);
}

#contents #news #newsNavi li a{
	display: block;
	height: 23px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contents #news #newsNavi li a:hover{
	background-position: 0px -25px!important;
	height: 23px;
}



#contents #news dl{
	margin: 0 20px 0 20px;
	padding: 18px 0 1px 0;
	_padding: 18px 0 18px 0;
	/*border: 1px solid #ff0000;*/
}
#contents #news dt{
	float: left;
	clear: both;
	width: 8.5em;
	padding-top: 0.0em;
	margin-bottom: 18px;
}
#contents #news dd{
	margin-left: 9.5em;
	margin-bottom: 18px;
	line-height: 150%;
}
#contents #news dd .title{
	font-size: 117%;
	font-weight: bold;
	padding-bottom: 0.3em;
}
#contents #news dd .title a{
	color: #666677;
}
#contents #news dd .title a:hover{
	color: #ff0000;
}
#contents #news dd p{
	margin-left: 0!important;
}
</pre></body></html>