/*
ローカルアドレス：../../../assets/
サーバアドレス：/assets/
*/

/*h1 {
	border-left: 5px solid #f3a6ae;
	border-bottom: 1px solid #f3a6ae;
	color: #f3a6ae;
}*/

h2 {
	color: #f3a6ae;
	font-size: 12pt;
}

h3 {
	color: #f3a6ae;
	font-size: 10pt;
}

h2.kaigo2{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
h3.kaigo3 {
	border-left: 5px solid #f3a6ae;
	border-bottom: 1px solid #f3a6ae;
	color: #f3a6ae;
	font-size: 14pt;
	padding:3px 15px;
}

h3.voice{
	font-size:16px; 
	color:#000; 
	clear:left;
	margin-top:20px	;
}

h4.kaigo4 {
	color: #f3a6ae;
	font-size: 12pt;
}

h5.kaigo5 {
	color: #f3a6ae;
	font-size: 10pt;
}

td {
	font-size: 80%;
}

table.timetable {
	margin: 0px auto;
	padding: 0px;
}

table,td,th {
	border:1px solid #f3a6ae;
}

th.row {
	margin: 2px;
	padding: 2px;
	background: #fef7f8;
	/*border: 1px solid #f3a6ae;*/
	font-size: 80%;
	text-align: center;
	color: #f3a6ae;
}

th.col {
	/*width: 60px;
	height: 60px;*/
	margin: 2px;
	padding: 2px;
	/*background: url(/assets/images/hase/kaigo/table_bg.gif) repeat-x top center;
	border: 1px solid #f3a6ae;*/
	font-size: 80%;
	text-align: center;
	color: #f3a6ae;
}

th.course {
	/*width: 60px;*/
	margin: 2px;
	padding: 2px;
	background: #fef7f8;
	/*border: 1px solid #f3a6ae;*/
	font-size: 80%;
	text-align: center;
	color: #f3a6ae;
}

td.cell {
	/*width: 110px;
	height: 60px;*/
	margin: 2px;
	padding: 2px;
	background: #fefee5;
	/*border-right: 2px solid #f3a6ae;
	border-bottom: 2px solid #f3a6ae;*/
	font-size: 80%;
	text-align: center;
}
th.day {
	background-image:url(/assets/images/hase/kaigo/time_day.gif);
	color: #f3a6ae;
	text-align: center;
}
th.time {
	background-image:url(/assets/images/hase/kaigo/time_time.gif);
	color: #f3a6ae;
	text-align: center;
}
td.c_cell {
	background-image:url(/assets/images/hase/kaigo/time_main.gif);
	text-align: center;
}
/*
td.curriculum_cell {
	width: 110px;
	margin: 2px;
	padding: 5px;
	background: #fefee5;
	border-right: 2px solid #f3a6ae;
	border-bottom: 2px solid #f3a6ae;
	font-size: 80%;
	text-align: center;
}
*/
.voice_img {
	border: 5px outset #eee;
}

.voice_frame {
	width: 468px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #f3a6ae url(/assets/images/hase/common/student_voice_bg.gif) repeat-x top center;
	border: 1px solid #f3a6ae;
}

html[xmlns] .voice_frame {
	width: 448px;
}

.voice_name{
	margin-top: 5px; 
	font-weight: bold; 
	float: left; 
	margin-left: 10px; 
	margin-bottom:20px;
	color: #f3a6ae; 
	line-height: 160%;
	width:170px;
}

.voice_text{
	clear:both;	
}

.voice_img2{
	float:right;
	margin:10px;
	border:#000 solid 1px;
	/*text-align:right;*/
}

*html body .voice_img2{
	margin:5px;
}