@import url(reset.css);
@import url(text.css);

@charset "shift_jis";

/* 写真広場 */
body{
	text-align:left;
}
div#photo{
	text-align:center;
	width:517px;
	height:317px;
	background-image:url(img/catch_bg.gif);
	background-repeat:no-repeat;
	padding: 10px 0 0 8px;
}
*+html div#photo{
	width:525px;
	height:320px;
}
* html div#photo{
	width:525px;
	height:320px;
}
div#photo ul{
}
div#photo li{
	width:82px;
	height:79px;
	float:left;
	background-image:url(img/photo_bg.gif);
	background-repeat:no-repeat;
	background-position:12px 0px;
	overflow:hidden;
}

/***リンク　写真テキスト***/
div#photo img{
	margin: 11px 16px 9px 16px;
	width:50px;
	height:38px;
}
div#photo a{
	font-size:10px;
	color: #2F60D2;
	border-top: none;
	text-decoration:none;
}


