@charset "utf-8";

@import url("../../../css/print-import.css");

/*
	Since:09 Jun 2009
	Last-Updated:09 Jun 2009
	Editor:Masataka Asakura
*/



/*
-------------File Contents--------------

		1. メッセージ
		
		2. どんな会社
		
		3. フォトギャラリー

*/



/*
---------------1. メッセージ----------------------
*/

h2.heading{
	padding:45px 0 25px 0px;
}


/*
---------------2. どんな会社----------------------
*/

h3.copy{
	margin:2em 0 1em 0;
}


/*
---------------3. フォトギャラリー----------------------
*/


#gallery-wrap{
	margin-top:40px;
	padding:20px 10px;
	border:1px solid #666;
}


h4.mid-heading{
	margin:0!important;
	font-size:100%!important;
}
.photo-wrap{
	margin-top:15px;
}
.photo-wrap img{
	padding:1px;
	border:1px solid #ccc;
	display: block;
}

.photo-left{
	float:left;
	width:178px;
}

.photo-center{
	margin-left:13px;
	float:left;
	width:178px;
}

.photo-right{
	float:left;
	width:178px;
}

p.caption{
	color:#666;
}
