@charset "utf-8";
/* CSS Document */

.profile {
	width: 525px;
	padding: 20px 40px 0px 32px;
	background-image: url(/teitanso/re-style2009/images/top_profile_bg.jpg);
	background-repeat: no-repeat;
}	

.profile_col_l {
	width: 129px;
	float: left;
}

.profile_col_r {
	width: 396px;
	float: left;
}

.profile_report {
	padding: 10px 0px 20px 0px;
	text-align: right;
}

.schedule {
	width: 213px;
	padding: 10px 0px 12px;
	background-image: url(/teitanso/re-style2009/images/top_schedule_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.schedule_btm {
	width: 213px;
	padding: 10px 0px 17px;
	background-image: url(/teitanso/re-style2009/images/top_schedule_line_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
}
