html,body{
	height:100%;
}

#main{
	min-height:68%;
}

#main-inner{
	min-height:90%;
}
/*---------------
	会社概要
---------------*/

#profile {
	width:450px;
	float: left;
}

#profile dl{
	/*border-bottom:1px solid #959595;*/
	background-image:url(/com/img/t-line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:20px 0;
	padding-bottom:3px;
	width:100%;
	zoom:100%;
}

#profile dl:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#profile dt{
	width:75px;
	float:left;
	margin-left:5px;
}

#profile dd{
	width:355px;
	float:right;
	margin-right:5px;
}

/*---------------
	地図
---------------*/

#map{
	width:250px;
	float:right;
	background-color:#FFFFFF;
	text-align:center;
	color:#666666;
	padding:5px 0;
}

#map img{
	border:1px solid #666666;
}

#map dl{
	width:235px;
	text-align:left;
	margin:3px auto 0 auto;
}

#map dt{
	font-weight:bold;
}

#map dd{
	font-size:0.9em;
	text-align:left;
}




