@import url("base.css");
@import url("frame_components.css");
@import url("frame_headerfooter.css");



/*
ttlImgAreaTop
------------------------------------------------------------------- */
#ttlImgAreaTop {
	clear: both;
	padding: 0 0 0 15px;
}



/*
ContactUs
--------------------------------------------------------------------*/
#ContactUs {
	float: left;
	width: 465px;
	padding: 5px 0 0 15px;
}

#ContactUs .title{
	font-size: 13px;
	font-weight: bold;
	background-color: #EAEAEA;
	padding: 0 0 0 7px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;

}


#ContactUs .add{
	height: 100px;
	padding: 0 0 0 5px;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
}


#ContactUs .add dt {
	padding: 0 0 0 5px;
	float: left;
	font-size: 13px;
	line-height: 1.5;
}

#ContactUs .add dd {
	margin: 0 0 0 70px;
	font-size: 13px;
	line-height: 1.5;

}

#sideArea{
	width: 240px;
	margin: 5px 0 0 0;
	float: right;

}

#sideArea .title{
	background-image: url("../images/mail.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0 0 0 15px;
	color: #FFFFFF;
}

#sideArea .mail ul{
    height: 270px;
	background-image: url("../images/back.jpg");
}

#sideArea .mail li{
	list-style-type: none;
	padding: 15px  0 15px 15px;
	font-size: 13px;

}




