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

/* link */
a:link.m_link {
	color: #c69;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: underline;
}　
a:visited.m_link {
	color: #c69;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.m_link {
	color: #c69;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: none;
}

/* margin */
.mb10{
	margin-bottom: 10px;
}

.mtb15{
	margin: 15px 0;
}

.ml20{
	margin-left: 20px;
}


h2{
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 5px 0 13px 0;
}

p{
	line-height: 1.5em;
}

/*size*/
.fs{
	font-size: 11px;
	line-height: 1.5em;
}

/*color*/
.c_pink{
	color: #c28688;
}

.c_darkpink{
	color: #996666;
}

.c_orange{
	color: #f33;
}

.est_menu {
	font-weight:bold;
	text-decoration: underline;
}
