@charset "utf-8";
/* ===================================================================
CSS information

 file name  :gallery.css
 author     :Ability Consultant
style info  :ギャラリーページ設定　ハックは最下部に記述
=================================================================== */



/* ギャラリー
----------------------------------------------------------- */
#gallery #main div.pagetitle {
	width: 740px;
	margin: 0 0 1px 0;
	overflow: hidden;
}

#gallery #main div.pagetitle h2 {
	height: 79px;
	background: url(../gallery/images/img_titleimage.jpg) no-repeat 0 0;
}


/* イメージ
----------------------------------------------------------- */
#gallery #main div.gallery_con {
	width: 740px;
	margin: 0 0 90px 0;
	overflow: hidden;
}

#gallery #main div.gallery_con div.gallery_left {
	width: 280px;
	float: left;
}

#gallery #main div.gallery_con div.gallery_right {
	width: 415px;
	padding: 20px 0 0 5px;
	float: right;
}

#gallery #main div.gallery_con div.gallery_right p {
	margin: 0 0 20px 0;
	line-height: 2;
}

#gallery #main div.gallery_con div.gallery_right ul {
	width: 400px;
	overflow: hidden;
}

#gallery #main div.gallery_con div.gallery_right ul li {
	width: 70px;
	margin: 0 5px 10px 5px;
	float: left;
}

#gallery #main div.gallery_con div.gallery_right ul li a {
	width: 70px;
	height: 70px;
	display: block;
}












/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


