@charset "utf-8";

.douga-nav li {
	padding-left: 0 !important;
	margin-top: 20px;
	background: none !important;
}

.douga-nav a {
	text-align: center;
	text-decoration: none !important;
	display: block;
	padding: 20px 10px 5px;
	background: #F7F5F0 no-repeat 100% 50%;
	position: relative;
}

.douga-nav a:hover strong {
	text-decoration: underline;
}

.douga-nav a:before {
	content: "";
	width: 60px;
	height: 60px;
	background: url(../images/common-img04.gif);
	position: absolute;
	top: 0;
	left: 0;
}

.douga-nav strong {
	font-size: 1.33em;
	display: block;
	margin-bottom: 15px;
}
