@charset "utf-8";

/*  ========記事 ======== */

#title {
	width:100%;
	height:319px;
	min-width: 900px;  
	text-align:center;
	background: #000 url("../img/h_lesson.png") no-repeat center;
	margin: 0 auto;
}

.migi {
	width:770px;
	text-align: right; 
	font-weight:bold;
	padding:10px 0;
}

h5 {
	padding:5px 0 5px 0px;
	margin:0 0 7px 0;
	font-size:18px;
	font-weight:bold;
	color:#333;
	background:#dbd4c2;
}


h5.rainbow {
background:#9643A5;
width:100%;
height:30px;
font-size:16px;
color:#FFF;
padding:1px 0;
line-height:200%;
}

h5.fresh {
background:#668CD9;
width:100%;
height:30px;
font-size:16px;
color:#FFF;
padding:1px 0;
line-height:200%;
}
h5.refresh {
background:#7EC225;
width:100%;
height:30px;
font-size:16px;
color:#FFF;
padding:1px 0;
line-height:200%;
}

h5.wonder {
background:#ff99bb;
width:100%;
height:30px;
font-size:16px;
color:#FFF;
padding:1px 0;
line-height:200%;
}


/*  ========リンク ======== */

a {
	color:#c1b89a;
	text-decoration:none;
}
a:hover,a:active {
	color:#c1b89a;
	text-decoration:underline;
}