@charset "shift_jis"; 

#Agency{
}

#Bg01{
	background-image: url(../img/agency_bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#Bg02{
	background-image: url(../img/agency_bg02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Agency h1{
	padding-left: 250px;
	padding-top: 30px;
	color: #0066FF;
	font-size: 25px;
}

#Agency h2{
	padding-left: 250px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: normal;
	font-size: 14px;
}

#Agency h3{
	padding-top:20px;
	padding-left: 250px;
	font-size: 17px;
	color:#FF9900;	
}


#Agency ul{
	list-style-type: none;
	padding-top: 30px;
	padding-left: 250px;	
}

#Agency li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CF3100;
	padding-bottom:2px;
	width: 700px;
	position: relative;
	margin-bottom: 10px;
	height: 50px;
}

#Agency .CompanyName{
	color: #CF3100;
	font-weight: bold;
}

#Agency .Telephone{
	color: #003A75;
	position: absolute;
	left: 17px;
	top: 25px;
}

#Agency .Telephone img{
	padding-right: 5px;
}


#Agency .EMail{
	position: absolute;
	top: 0px;
	right: 105px;
	width:50px;
}

#Agency .HP{
	position: absolute;
	top: 0px;
	right: 0px;
	width:100px;
}