@charset "utf-8";

/*** INDEX ***/

.bemut{
	width:496px;
	padding: 0px 0px 10px 0px;
}

.bemut h1{
	font-size: 16;
	font-weight: bold;
	color: #4f5c7e;
	text-align:center;
	border-bottom: 1px dotted gray;
}

.bemut p{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float:left;
}

.bemut a:link, .bemut a:visited, .bemut a:active{
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bemut a:hover{
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #aa0000;
}
