@charset "Shift_JIS";

.ta_c {
	text-align:center;
}
.mb45 {
	margin-bottom:45px;
}
.mt50{
	margin-top: 50px;
}
.mb12 {
	margin-bottom:12px;
}
.bold{
	font-weight: bold;
}


#notfound{
	width: 100%;
}
#notfound div.notfound_wrapp{
background: url(../../../content/images/notfound_mainbg.gif) repeat-y center;
}
#notfound div.notfound_wrapp ul{
	width: 380px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
#notfound div.notfound_wrapp ul li{
	text-align: left;
	background:url(../../../content/images/notfound_listmark.gif) no-repeat left;
	padding: 3px 0 3px 20px;
	list-style:none;
}
.bold{
	font-weight: bold;
}
footer ul{
	margin: 0 auto;
	width: 200px;
}
footer ul li{
	margin: 0 auto;
	width: 200px;
}

/*========================================================================================
   main footer
========================================================================================*/
#main #mainfooter {
	width:700px;
}
#main #mainfooter ul li {
	display:table-cell;  
}
 /* IE 6 */
* html #main #mainfooter ul li {
	display:inline;
	zoom:1;
}
/* IE 7 */
*:first-child+html #main #mainfooter ul li {
	display:inline;
	zoom:1;
}

#notfound #mainfooter {
	padding-top:25px;
}
#notfound #mainfooter ul li a {
	color:#262626;
	text-decoration:none;
	padding:3px 11px 3px 17px;
	border:solid 1px #cccccc;
	background:url(../../../content/images/cmn_arrow02.gif) 8px 50% no-repeat;
}
 /* IE 6 */
* html #notfound #mainfooter ul li a {
	display:inline;
	zoom:1;
}
/* IE 7 */
*:first-child+html #notfound #mainfooter ul li a {
	display:inline;
	zoom:1;
}

#notfound #mainfooter ul li a:hover {
	color:#262626;
	text-decoration:underline;
}

#notfound #mainfooter ul li.li1 a {
	border-right:none;
}

#notfound #mainfooter ul.left {
	width:400px;
}
#notfound #mainfooter ul.right {
	width:280px;
	text-align:right;
}
#notfound #mainfooter ul.right li {
	display:block;
	text-align:right;
}

