@charset "Shift_JIS";

@import "../default.css";

#team {
	margin-left:10px;
	font-size:80%;
}

#team blockquote {
	line-height:160%;
	margin-top:10px;
	margin-bottom:20px;
}

#team p {
	line-height:200%;
}

#team table {
	margin-left:20px;
	margin-bottom:20px;
}

.Main {
	padding:5px 5px 20px 5px;
	border-right: solid 1px #999999;
	background-color:#ffffff;
	width:680px;
}

#team li {
	list-style:square;
}
#team ul {
	margin-left:30px;
	margin-bottom:20px;
}

.ico_link {
	background-image:url(../images/ico_link.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
	padding-left:13px;
}


