@charset "utf-8";

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

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


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

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

*/



h1#pagetitle span{
	background-image: url("../../images/message/page-title.png");
	width:157px;
}

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

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


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

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


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


#gallery-wrap{
	margin-top:40px;
	padding:20px 10px;
	background-color:#f5f5f5;
}


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:right;
	width:178px;
}

p.caption{
	color:#666;
}
