@import url("style.css");

h1 {
	width:720px;
	height:63px;
	background-image:url(../images/index/text_headertitle.jpg);
	text-indent:-9999px;
	font-size:1px;
	
}

.company-name {
	width:720px;
	height:70px;
	background-image:url(../images/index/text_name_tel.jpg);
	text-indent:-9999px;
}

#main {
	width:720px;
	height:auto;
	padding-top:20px;
	background-color:white;
}

#left {
	float:left;
	width:175px;	
	text-align:center;
	padding-left:5px;
}

#left p, #right p {
	font-size:small;
}

#center {
	float:left;
	width:360px;
	margin-left:10px;	
}

#center h2 {
	width:350px;
	height:25px;
	padding-top:10px;
	text-indent:40px;
	background-image:url(../images/index/h2_background.jpg);
	font-size:medium;
}

#center a:link, #center a:visited {
	text-decoration:none;
}

#center p {
	font-size:small;
}

#center img {
	margin-right:5px;
}