@charset "euc-jp";

/*--Not Found等のメッセージ--*/
.notFoundMessage {
	width:400px;
	margin:35px auto 35px;
	padding:10px 5px;
	border:1px solid #ffa526;
	background:#fafaf0;
	color:#ff0000;
	font-size:116%;
	text-align:center;
}

.notFound {
	width: 750px;
}

.notFound .cSitemapDescription {
	margin: 0 0 10px; 
	background-color: #fafaf0;
}

.notFound .cSitemapDescription h1 {
	padding: 13px 15px 5px;
	background: transparent url(/img/not_line.gif) repeat-x left top;
}

.notFound .cSitemapDescription p {
	padding: 0 15px 13px;
	background: transparent url(/img/not_line.gif) repeat-x left bottom;
}

.notFound .cSitemapList h2 {
	padding: 0 0 3px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

.notFound .cSitemapList h2 em {
	padding: 0 0.1em 0 0;
	color: #ff4202;
	font-size: 125%;
	font-style: normal;
}

.notFound .cSitemapList dl {
	line-height: 2;
	margin: 0 0 10px;
	padding: 10px 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.notFound .cSitemapList dt {
	color: #ff4202;
}

.notFound .cSitemapList dd {
	margin: -2em 0 0 7em;
}

.notFound .cSitemapList dd ul li {
	display: inline;
	padding: 0 0.8em 0 0;
}

.notFound .cSitemapListTheme {
	margin: 0 0 10px;
}

.notFound .cSitemapListTheme ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.notFound .cSitemapListTheme ul {
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/

	padding: 10px 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.notFound .cSitemapListTheme ul li {
	line-height: 2;
	float: left;
	width: 239px;
}

.notFound .cSitemapMember {
	float: left;
	width: 370px;
	margin: 0 0 10px;
}

.notFound .cSitemapEvent {
	float: right;
	width: 370px;
	margin: 0 0 10px;
}

.notFound .cSitemapMember p,
.notFound .cSitemapEvent p {
	padding: 10px 15px;
	height: 3em;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.notFound .cSitemapListSpecial ul {
	line-height: 1.4;
	padding: 10px 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.notFound .cSitemapListSpecial li {
	list-style-type: circle;
	list-style-position: inside;
}

/*--Not Found 404ページで使用--*/
.notFound .cError {
	background:url(/img/notfound/homeskun_sorry.gif) no-repeat 68px 0px;
	padding:0 0 0 225px;
	margin:20px 0 0 0;
}
.notFound .cOEM {          /* OEMの場合はホームズくんの画像を消す  */
	background:none;
}
.notFound .cError h1 {
	font-size:1.6em;
	margin:30px 0;
}
.notFound .cError p {
	margin:0 0 2em 0;
	color:#666;
}
.notFound .cError p.clear {
	margin:0 0 1em 0;
}

.notFound .cLink a {
	background:url(/img/index/arrow_green.gif) no-repeat 0 0.3em;
	padding:0 0 0 10px;
}
.notFound .cError .cLink a {
	width:10em;
}
.notFound .cLinkbox .cLink a {
	background:url(/img/notfound/bg_link_area.gif) no-repeat -8px -105px;
}
.notFound .cLinkbox .cLink a.clear {
	background:none;
	padding:0;
}
.notFound .cLinkbox {
	background:#F1EFE0;
	border:1px solid #D6CFA0;
	padding:14px;
	margin:0 0 30px 0;
}
.notFound .cLinkbox h2 {
	background:url(/img/notfound/bg_link_area.gif) no-repeat 0 0px;
	font-size:1.4em;
	padding: 2px 0 2px 28px;
	margin:0 0 1em 0;
	clear:both;
}
.notFound .cLinkbox .cContents {
	clear:both;
}
.notFound .cLinkbox .cContents h2 {
	background-position:0px -32px;
	padding-top:20px;
}
.notFound .cLinkbox dt {
	font-weight:bold;
	width:110px;
	margin-left:5px;
	float:left;
	clear:both;
}
.notFound .cLinkbox dd {
	width:600px;
	float:left;
	margin:0 0 1em 0;
}
.notFound .cLinkbox dd li{
	float:left;
	width:70px;
}
.notFound .cLinkbox .cContents p {
	margin:0 0 1em 0;
}
.notFound .cLinkbox .cContents li {
	float:left;
	width:132px;
	padding:0 20px 0 0;
}
.notFound .cLinkbox .cContents li a {
	display:block;
	margin-bottom:0.5em;
}



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}