@charset "UTF-8";

/* ===================================
	File Name   : gallery.css
	Discription : Gallery Page Layout CSS
	Editors     : Taz Sakurai
	Last Editor : Taz Sakurai
	Last Update : 2009/09/26
====================================== */

/*========== Style Contents ==========

	1. Page Redefinition
	2. Gallery Introduction

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



/*===== ■1. Page Redefinition =====*/
#Contents {clear: both;} /* For DreamWeaver View */

/* Global Navigation  */

/* Footer Navigation  */
#Footer a#TextNaviGallery {
	color: #339999;
}






/*===== ■2. Gallery Introduction =====*/
#GalleryIntro {
	margin: 0px auto;
	width: 900px;
}

#GalleryIntro h2 {
	margin-bottom: 35px;
}

#GalleryIntro p {
	width: 840px;
	margin: 0px 30px 30px;
	font-size: 93%;
}

#GalleryIntro dl {
	float: left;
	position: relative;
	background: url(../../img/bg_top-gallery.jpg) no-repeat;
	margin: 5px;
	padding: 10px;
	width: 270px;
	height: 210px;
}

#GalleryIntro dd strong {
	display: block;
	color: #003652;
	font-size: 77%;
	line-height: 1;
	padding: 10px 5px 0px;
}

#GalleryIntro dd strong em {
	font-family: Arial, Helvetica, sans-serif;
	color: #286B8D;
	font-weight: bold;
}



