a:link, a:visited {
	text-decoration: none;
	color: #3362CB;
}
a:hover {
	text-decoration: underline;
	color: #3362CB;
}

#banner {
	background-image: url(img/white_img_tilte.png);
}

#navi {
	background-image: url(img/white_navi_bg.png);
}

#navi #navi_1 a {
	background-image: url(img/white_navi_1.png);
	height: 30px;
	width: 116px;
	background-repeat: no-repeat;
}

#navi #navi_2 a {
	background-image: url(img/white_navi_2.png);
	height: 30px;
	width: 107px;
	background-repeat: no-repeat;
}

#navi #navi_3 a {
	background-image: url(img/white_navi_3.png);
	height: 30px;
	width: 108px;
	background-repeat: no-repeat;
}

.entry_day h2 {
	background-image: url(img/white_img_bar_entry_bg.png);
	background-color: #CCCCCC;
	color: #666666;
}

.entry_box ul li {
	background: url(img/white_icon_dot.gif) no-repeat left center;
}
.entry_box ul.link li {
	background-image: url(img/white_icon_arrow.gif);
}

#copyright {
	background-image: url(img/white_img_copyright.png);
}

