/* CSS information=====================
File name:access.css
Description:組織概要
Editors:Yukiko Watanabe
Last Editor: Yukiko Watanabe
Date:2009.12.07
Table of Contents:
 *
 *
==================================== */
/*bordar-boxだcolorboxで不具合*/
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	}
	
#contents {
	width: 900px;/* コンテンツサイズ */
}	
.footer2 {
	padding:60px 0 0 50px;
	width: 900px;
	overflow: hidden;
	height: 360px;
	clear: both;/* フロートを解除 */
}

	
	
	
	
#access_left{
	height:520px;
	float: left;/* 左にフロート*/ 
	}
#access_right{
	margin:0 0 0 630px;
	width:190px
	}
	#access_right_1{
	margin:0 0 30px 0;
	}
	#access_right_2{
	padding:0 0 0 15px;
	background:url(../image/common/loupe1l.gif) no-repeat left 2px;
	}
	#access_right div dt{
	}
	#access_right div dd{
	margin:5px 0 10px 0;
	}
		#access_right div dd span{
		font-weight:bold;
		}
h1,h2{
	color:#3399CC;
	font-size:16px;
	font-weight:bold;
	line-height:160%;
	padding:0 0 5px 0;
	border-bottom:dashed 1px #666666;
	}
#access_googlemap{
	clear: both;/* フロートを解除 */
	}