@charset "utf-8";


/**
* まる博 各館案内　 コンテンツエリアのデザインに関するスタイルシート 
*
* @author  早稲田システム開発株式会社（開発部：中野）
* @since   2008.3.6
*
*
*
*【インデックス】
* ① 
* ② 	
* ③ 
*
*/

div#guideListBox {
	width: 100%;
	padding-bottom: 20px;
}

dl.guideList {	
	margin: 10px 6px 10px 1px;
	float: left;	
}

dl.guideList dt {	
	width: 142px;
	padding: 0px 0px 0px 3px;
	background: url(../../guide/img/photo_frame.gif) no-repeat;
}

dl.guideList dd {
	text-align:center;
	padding: 0px 1px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}



/* リンク */
dl.guideList a {
	color: #e7600f;
}

dl.guideList a:link, ul.guideList a:activedl, dl.guideList a:visited {
	color: #e7600f;
}
dl.guideList a:hover {
	color: #ffc653;
	text-decoration: underline;
}


/* 各館写真 */
dl.guideList img {
	width: 134px;
	height: 92px;
}

