.menubase {
	background-color: #F3F3F3;
	padding: 10px;
	height: 75px;
	width: 190px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #999;
}

.menubox {
	background-color: #FFF;
	height: 60px;
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #999;
}

.menubase2 {
	background-color: #FFE8E8;
	padding: 10px;
	height: 75px;
	width: 190px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #999;
}

.menubase3 {
	background-color: #F3F3F3;
	padding: 10px;
	height: 75px;
	width: 190px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

.menuicon {
	float: left;
	height: 47px;
	width: 47px;
}

.menutext {
	float: right;
	height: 55px;
	width: 115px;
	line-height: 1.1em;
	padding-top: 5px;
}

.menutext p {
	font-weight: normal;
	font-family: "Trebuchet MS", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Sans-serif;
	font-size: 12px;
}

h6 {
	font-size: 12px;
	color: #933;
	font-family: "Trebuchet MS", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Sans-serif;
	margin-bottom: -10px;
	margin-top: -5px;
}
a:link,a:visited {
	color: #333;
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: underline;
	background-color:#F9F5D9;
	color: #930;
}
