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

body{
}


/* Profile Page ----------------------------------------- */

p#profile_pic{
	float:left;
	padding-left:20px;
	padding-right:18px;
	padding-top:0px;
	margin:0}

#profile_text_box{
	float:left;
	width:460px;}

#profile_name{
	background-image:url(../img/name.png);
	width:427px; height:36px;
	text-indent:-2000px;
	overflow:hidden;
	margin-bottom:25px;
	margin-top:10px;}
	
#profile_text_box p{
	margin-left:0}
	

/* Schedule Page ----------------------------------------- */



#main p.schedule_date{
	color:#70BB14;
	font-weight:bold;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.3em;
}
#main p.schedule_title{
	color:#70BB14;
	font-weight:bold;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:1.3em;
	}
#main p.schedule_text{
	line-height:1.3em;
	margin-bottom:0em;
}

#main p.schedule_add{
	line-height:1.3em;

}

#main p.schedule_line{
	overflow:hidden;
	text-indent:-2000px;
	background-image:url(../img/schedule_line.png);
	width:638px; height:6px;
}


/* Play Page ----------------------------------------- */

.play_movie{
	margin-top:30px;
	margin-left:30px;}


#play_sound_list li{
	vertical-align:middle;
	margin-bottom:10px;
}

#play_sound_list li a img{
	border:none;
	vertical-align:middle;
	margin-left:8px;
	border:2px solid #FFFFFF;
}

#play_sound_list li a:hover img{
	border:2px solid #CCCCCC;
}

