@charset "utf-8";
#main {
	background-image: url(../link/images/pagetitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 90px;
}
.maincont{
	width: 630px;
	margin-bottom: 100px;
	margin-top: 20px;
	
	
}
.each {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #963;
	border-right-color: #963;
	border-bottom-color: #963;
	border-left-color: #963;
	margin-bottom: 30px;
	background-color: #F2F1EA;
}
.each .addr {
	float:left;
	color: #006633;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 10px;
}
.each .addr a {
	color: #060;
	text-decoration:none;
}
.each .addr a:hover {
	color: #960;
	text-decoration:underline;
}
.each .disc {
	float:right;
	line-height: 1.3em;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #963;
	padding: 10px;
	width: 440px;
}
.each .disc p.en{
	padding-bottom:5px;
}

