@charset "Shift_JIS";

/*レッスン用 */

@import url("common.css");
@import url("sec_01.css");
@import url("font_size.css");

#main_content {
	padding-top:20px;
	}
#player_navi {
	margin:0 0 10px 0;
	}
	#player_navi ul {
		font-family:sans-serif;
		}
	#player_navi li {
		display:inline;
		border: solid #999;
		border-width:0 1px;
		padding:0 5px;
		margin:5px;
		height:1.5em;
		line-height:1.5em;
		color:#690fff;
		}
	#player_navi a {
		text-decoration:none;
		}
#prof_content {
	width:380px;
	float:right;
	margin:0 0 20px;
	}
	#prof_content h3 {
		background:url(../flutists/images/profile.gif) no-repeat;
		text-indent:-9999px;
		height:26px;
		}
#photo_area {
	width:235px;
	float:left;
	}
	#main_content #photo_area p {
		text-indent:10px;
		}
#topi {
	clear:both;
	}
#topi h3 {
	background:#e3e3e3;
	text-indent:0.5em;
	margin:20px 0 10px 10px;
	padding:3px 0;
	font-weight:normal;
	}
#topi dl {
	margin:20px 0 20px 30px;
	font-size:90%;
	line-height:2em;
	}
	#topi dd {
		margin:-2em 0 0 10em;
		}
	#topi dd.long {
		margin:-2em 0 0 25em;
		}