/*######################################
朝日管清興業
■トップ用■
top.css
CSS Version 2.0
LastModefied:2007.06.18 By yoshida
######################################*/

/*########################
コンテンツ説明
########################*/
#contents .contents{
	width: 270px;
	float: left;
	margin-top: 10px;
}

.contents h3{
	border: 1px solid #333333;
	padding: 2px;
	margin-bottom: 3px;
}

.contents h3 strong{
	border-left: 3px solid #348986;
	font-size: 11pt;
	color: #333333;
	padding-left: 6px;
}

.contents p{
	font-size: 9pt;
	line-height: 140%;
}

.contents img{
	float: right;
}

.contents .shousai{
	margin-top: 3px;
	text-align: right;
	margin-top: 0.5em;
}
.contents .shousai a{
	background-image: url('../grf/top/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color: #669933;
	padding-left: 35px;
}
.contents .shousai a:hover{color: #006633;}

/*########################
会社所在地
########################*/
#Address{
	clear: both;
	background-image: url('../grf/bg_border.gif');
	background-repeat: repeat;
	margin-top: 20px;
}

#Address .container{
	padding: 5px 15px;
}

#Address h2 span{
	font-size: 9pt;
	padding-right: 0.5em;
}
#Address h2{
	width: 9em;
	float: left;
	font-size: 20pt;
	font-weight: normal;
	color: #333333;
}
#Address strong.kaisha{
	font-weight: normal;
	color: #08396B;
}

#Address table{
	clear: both;
	margin-top: 10px;
}

#Address th{
	font-size: 9pt;
	text-align: center;
	background-color: #009900;
	color: white;
	padding: 2px 8px;
}

#Address td{
	padding: 0 5px;
	font-size: 10pt;
}

#Address .tel{
	text-align: right;
	color: #009900;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 1em;
}

