@charset "UTF-8";



/* Style */
/*/////////////////////////////////////////////////*/

body#index h1 {
	background     : url("mainvisual.jpg");
}



/* Photo-index */

ul.photo-index li {
	width          : 163px;
	padding        : 0 0 12px 0;
	float          : left;
}

ul.photo-index a {
	text-decoration: none;
	background     : url(photo_bg_top.gif) no-repeat 0 0;
	width          : 151px;
	display        : block;
}

ul.photo-index a span.pi-img {
	padding        : 11px 11px 0 11px;
	display        : block;
}

ul.photo-index a span.pi-img img {
	border         : 1px solid #bbbbbb; 
}

ul.photo-index a span.pi-txt {
	font-size      : 10px;
	text-align     : center;
	color          : #444444;
	background     : url(photo_bg_btm.gif) no-repeat 0 100%;
	padding        : 10px 11px 15px 11px;
	display        : block;
}

ul.photo-index a span.pi-txt em {
	font-size      : 12px;
	font-weight    : bold;
	font-style     : normal;
	color          : #444444;
	padding        : 5px 0 0 0;
	display        : block;
}

ul.photo-index a:hover {
	text-decoration: none;
	background     : url(photo_bg_top.gif) no-repeat -151px 0;
}

ul.photo-index a:hover span.pi-img img {
	border         : 1px solid #4590c0; 
}

ul.photo-index a:hover span.pi-txt {
	background     : url(photo_bg_btm.gif) no-repeat -151px 100%;
}