@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.common elements
	02.greet
	03.conbox
	04.news
	05.pagetop

last update 08/07/010
produced by 0510office (http://www.0510office.co.jp/)

=====================================================================*/

/*--------------------------------------------------------------------
	01.common elements
--------------------------------------------------------------------*/
h3{margin-top: 40px;}
#rightpane{margin-top: -28px;}

/*box
----------------------------------------------------------------*/
.box{
	width: 583px;
	margin: 16px 0 0 16px;
	overflow: hidden;
}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/*--------------------------------------------------------------------
	02.topics
--------------------------------------------------------------------*/
#topics ul,
#topics ul li{display: block;}
#topics ul li{
	color: #CD581E;
	background: url(../../img/topics_icon.gif) no-repeat left 8px;
	margin-top: 10px;
	padding: 3px 0 3px 15px;
}



/*--------------------------------------------------------------------
	03.rfm
--------------------------------------------------------------------*/
#rfm{
	width: 552px;
	margin-left: 37px;
}
#rfm ul,
#rfm ul li{display: block;}
#rfm ul li{
	float: left;
	margin: 20px 48px 0 0;
}
#rfm a{display: block;}
#rfm ul li#rfm1,
#rfm ul li#rfm4,
#rfm ul li#rfm7{
	width: 183px;
	margin-right: 14px;
}
#rfm1 a,
#rfm4 a{
	width: 125px;
	margin-left: 23px;
}
#rfm a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}



/*--------------------------------------------------------------------
	04.cocoro
--------------------------------------------------------------------*/
#ccrs{margin-top: 0;}
#ccrs h4{margin-top: 30px;}
#ccrs p{margin-top: 13px;}



/*--------------------------------------------------------------------
	05.flow
--------------------------------------------------------------------*/
#fbox{margin-top: 0;}
#fbox img{margin: 15px 0 0 49px;}
#fbox div{margin-top: 15px;}
#fbox h4{
	font-size: 14px;
	font-weight: bold;
	color: #cd581e;
}





/*--------------------------------------------------------------------
	06.area map
--------------------------------------------------------------------*/
#areamap{background: #bef0ff;}
#areamap div{
	width: 500px;
	height: 500px;
	background: url(../img/areamap.jpg) no-repeat;
}
#areamap div *{visibility: hidden;}




