/* CSS Document */
/* 定義要素
*/
@import url("common.css"); /* 共通CSS　インポート*/

h2{
	border-bottom : 0 solid #ffffff;
	color : ##0000FF;
	background-color : #ffffff;
/*
	border-top : 1px solid #BAA7FC;
	border-bottom : 3px solid #BAA7FC;
	border-left : 8px solid #BAA7FC;
	border-right : 8px solid #BAA7FC;
*/
	border-top : 1px solid #0033CC;
	border-bottom : 1px solid #0033CC;
	border-left : 8px solid #0033CC;
	border-right : 8px solid #0033CC;

	margin-bottom : 10px;
	padding : 5px 0;
}


/******************************/
/** 会社情報 **/
/******************************/
#company {
	width : 650px;
	margin : 0 auto;
}

#company table{
	width : 500px;
	margin : 10px auto;
	border-collapse : collapse;
	border : 1px solid #dfdfdf;
}

#company th{
	width : 40%;
	background-color : #efefef;
	border : 1px solid #dfdfdf;
	text-align : left;
	text-justify : distribute;
	padding : 5px 1em;
}

#company td{
	width : 60%;
	border :1px solid #dfdfdf;
	text-align : left;
	text-justify : distribute;
	padding : 5px 1em;
}

/******************************/
/** 地図 **/
/******************************/
#map {
	width : 738px;
	height : 555px;
	margin : 10px auto;
}

.map {
	width : 738px;
	height : 555px;
}

/******************************/
/** 挨拶 **/
/******************************/
#aisatsu{
	width : 650px;
	margin : 10px auto 20px;
}

#policy {
	width : 563px;
	height : 266px;
	margin : 5px auto;
}
/******************************/
/**　CLOSE & PRINTボタン **/
/******************************/
#button{
	width : 478px;
	margin : 0 auto;
	text-align: center;
}

#button button{
	width: 100px;
	height: 30px;
	padding: 5px;
	font-size : 1.2em;
	font-weight: 700;
	margin : 0 20px;
}