@charset "utf-8";
/* ===================================================================
CSS information

 file name  :photogallery.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */



/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */

#photogallery #wrp_header {
	background:url(../photogallery/images/title.jpg) center top no-repeat;
}


/* -----------------------------------------------------------	
	#wrp_introphotogallery
				コンテンツ
----------------------------------------------------------- */

#photogallery #wrp_introphotogallery {
	margin:0 0 5px 0;
	padding:0;
	width:690px;
	clear:both;
}

#photogallery #wrp_introphotogallery h3 {
	margin:0 0 30px 0;
	padding:0;
	width:267px;
	height:18px;
	line-height:18px;
	text-indent:-9999px;
	background:url(../photogallery/images/tit_photogallery.gif) left top no-repeat;
}

#photogallery #cnt_intro {
	margin:0;
	padding:0;
	width:690px;
	background:url(../photogallery/images/img_photogallery.jpg) right top no-repeat;
}

#photogallery .txtintro {
	margin:0 0 10px 0;
	padding:0;
	line-height:20px;
	width:280px;
}

/* -----------------------------------------------------------	
	#wrp_photogallery
				コンテンツ
----------------------------------------------------------- */

#photogallery #wrp_photogallery {
	margin:50px 0 0 0;
	padding:15px 0 0 0;
	width:690px;
	clear:both;
	background:url(../images/contentline.gif) left top no-repeat;
}


/*	.wrp_gallery  フォトギャラリー構成
				           
----------------------------------------------------------- */


#photogallery .wrp_gallery {
	margin:0 0 20px 0;
	padding:0;
	width:690px;
	overflow:hidden;
}

#photogallery .wrp_gallery h4 {
	margin:0 0 25px 0;
	padding:0;
	width:140px;
	height:20px;
	line-height:20px;
	text-indent:-9999px;
}

#photogallery .wrp_gallery h4#tit_chapel {
	background:url(../photogallery/images/sbtit_chapel.gif) left top no-repeat;
}

#photogallery .wrp_gallery h4#tit_dining {
	background:url(../photogallery/images/sbtit_dining.gif) left top no-repeat;
}

#photogallery .wrp_gallery h4#tit_landscape {
	background:url(../photogallery/images/sbtit_landscape.gif) left top no-repeat;
}

#photogallery .wrp_gallery h4#tit_party {
	background:url(../photogallery/images/sbtit_party.gif) left top no-repeat;
}

#photogallery .wrp_gallery .wrp_img a {
	margin:0 20px 30px 0;
	padding:3px 0 0 4px;
	width:140px;
	height:104px;
	overflow:hidden;
	display:block;
	border:1px solid #d5d3d3;
	background-color:#fff;
	float:left;
}

#photogallery .wrp_gallery .wrp_img a:hover {
	border:1px solid #276963;
	background-color:#6ea09c;
}

#photogallery .wrp_gallery .nonemargin {
	margin-right:0;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

