/* CSS information=====================
File name:index.css
Editors:Yukiko Watanabe
Last Editor: Yukiko Watanabe
Date:2010.12.17
Table of Contents:
 *index
==================================== */
/* #MAIN layout.cssの上書き */
#MAIN{
	height:350px;
	margin:0;
	padding:50px 50px 0 130px;/* padding追加 */
	text-align:left;
}
	#MAIN .googlemap{
		float:right;
		border:2px solid #C7C397;
}
	#MAIN h2{
		font-size:14px;
		margin-top:10px;
		color:#77785B;		
}
	#MAIN address{
		font-style:normal;
		font-size:12px;
		margin-top:20px;
		color:#77785B;
}
	#MAIN address .add{
		margin-top:20px;
}
	#MAIN address dl dt{
		float:left;
		width:70px;
		color:#77785B;		
}
	#MAIN address dl dd{
		color:#77785B;		
}
