@charset "shift_jis";

/* sitemap.html
------------------------------------ */
#sitemap ul li.blankLink {
	padding-left: 15px;
	background: url(/common/images/com_ic05.gif) no-repeat 0 0.3em;
}

/* /404/index.html
------------------------------------ */
#notfound #contents .naviLink {
	margin-top: 20px;
}
#notfound #contents .naviLink li {
	float: left;
}
#notfound #contents .naviLink .topLink {
	width: 308px;
	margin-right: 20px;
}
#notfound #contents .naviLink .sitemapLink {
	width: 217px;
}
#notfound #contents .searchArea {
	width: 291px;
	margin-top: 20px;
}
#notfound #contents .searchArea form,
#notfound #contents .searchArea .aboutSearch {
	float: left;
}
#notfound #contents .searchArea form {
	margin-right: 3px;
}
#notfound .searchArea #yjSsTxtWrap input {
	width: 163px !important;
	vertical-align: top !important;
	margin-right: 4px !important;
	padding: 2px !important;
	border: 1px solid #cccccc !important;
/*	background: #ffffff url(http://img.yahoo-search.jp/img/logo_wm.gif) no-repeat 50% 50%;
}
#notfound #contents .searchArea input.submit {
	width: 93px;
	height: 23px;
	vertical-align: top;
}


/* Clearfix Property
------------------------------------ */
#notfound #contents .naviLink:after,
#notfound #contents .searchArea:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

#notfound #contents .naviLink,
#notfound #contents .searchArea {
	zoom: 1;
}