@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
}

#main1
 {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
}
#textbox
 {
	width: 306px;
	float: left;
	background-color: #FFFFFF;
}
#imgbox
 {
	width: 300px;
	float: right;
	padding-top: 12px;
	vertical-align: bottom;
	height: 100%;
}
.logo {
	border: 0px;
}
.addr {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.title1 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	padding-top: 30px;
}
.title2 {
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	background-color: #DEDEDE;
	padding: 3px;
	font-family: "Trebuchet MS", Arial;
}
a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
    border-bottom: 1px solid;
}
img {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	margin-bottom: 34px;
}
