@charset "utf-8";
/* gallery.css */
/************************

	mainmenu

*************************/
#gallery #content_left #mainmenu ul li.li_photo a{
	background: url(../images/btn_mainmenu_hover.gif) no-repeat -104px -339px;
}


/************************

	フォトギャラリー

*************************/
#gallery .gallery #content_right h3{
	clear: both;
	background:url(../gallery/images/tl_gallery.gif) no-repeat left top;
	width: 640px;
	height: 50px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 20px;
}


/**********************************

	フォトギャラリーの案内

***********************************/

#gallery #galleryguide { 
	margin:0; 
	padding:0;
	width:640px;
	background:url(../gallery/images/bg_gallery.jpg) right top no-repeat;
}

#gallery #galleryguide h4 { 
	margin:15px 0 30px 0; 
	padding:0;
	width:444px;
	height:60px;
	text-indent:-9999px;
	background:url(../gallery/images/catch_gallery.gif) left top no-repeat;
}

#gallery #galleryguide p { 
	margin:0 0 15px 0; 
	padding:0;
	width:390px;
}

#gallery #galleryguide span { 
	font-weight:bold;
}



/**********************************

	フォトギャラリーの案内

***********************************/

#gallery .wrp_gallery { 
	margin:0 0 20px 0; 
	padding:0;
	width:640px;
}

#gallery .wrp_gallery h5 { 
	margin:0 0 20px 0; 
	padding:0;
	width:640px;
	height:35px;
	text-indent:-9999px;
}

#gallery .wrp_gallery h5#tit_springph { 
	background:url(../gallery/images/tit_springphoto.gif) left top no-repeat;
}

#gallery .wrp_gallery h5#tit_summer { 
	background:url(../gallery/images/tit_summerphoto.gif) left top no-repeat;
}

#gallery .wrp_gallery h5#tit_auttum { 
	background:url(../gallery/images/tit_auttumphoto.gif) left top no-repeat;
}

#gallery .wrp_gallery h5#tit_winter { 
	background:url(../gallery/images/tit_winterphoto.gif) left top no-repeat;
}

#gallery .wrp_ph { 
	margin:0 20px 30px 0;
	float:left;
}

#gallery .mrg { 
	margin:0 0 0 0;
}

#gallery .wrp_ph a { 
	display:block;
	overflow:hidden;
	width:106px;
	height:84px;
	text-decoration:none;
	cursor: pointer;
	overflow: hidden;
	word-break:break-all;
	border:3px solid #DDDDDD;
}

#gallery .wrp_ph a:hover { 
	border:3px solid #000;
}

#gallery .wrp_ph p { 
	text-align:left;
	width:100px;
	font-size:11px;
}

* html #gallery .wrp_ph p { 
	font-size:12px;
}















