@charset "utf-8";

/*-------------------------------------------------
  下層用ベースCSS
  作成者：Hidemi Iwazaki
  作成日：2009/12/18
  最終更新日：2009/12/18
--------------------------------------------------*/


/*扉ページ 説明文
----------------------------------------*/
.guest-box dl{
	border:1px solid #93B217;
	padding:10px;
	margin:10px 0;

}


.guest-box dl dt {
	background-image: url(../imgs/ic_title.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding:0 0 3px 17px;
}
.guest-box dl dt a:link{
	color:#000094;
	font-weight:bold;
}
.guest-box dl dt a:visited{
	color: #666666;
	font-weight:bold;
}
.guest-box dl dt a:hover{
	color: #FF7B01;
	font-weight:bold;
}
.guest-box dl dd{
	background-image:url(../../imgs/kasou/li_submenu.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:5px;
}

