@charset "UTF-8";

/*
===== universal reset ====================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* button styles 
-------------------------------------------------------*/
a {
    overflow: hidden;/* FireFox */
    outline: none;
}
/* swf outline styles 
-------------------------------------------------------*/
object,embed {outline: none !important;}/* FireFox */




/* ===== 初期設定 ==================================== */

body {
	line-height: 1.5;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;;
	word-wrap: break-word;
	background-color: #fff;
}




.clearFix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

/* IE7- */
.clearFix {
	min-height: 1px;
}

/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
/* End hide from IE-mac */




/* ===== 本体 ==================================== */

#abciee01 #mainFrame {
	width: 1200px;
	height:652px;
	margin: 20px auto 0px;
	background:url(/error/img/404-01/bg_404error.png) no-repeat center center;
}


#abciee01 #mainFrame h1 {
	padding-top:30px;
}


#abciee01 #mainFrame p {
	margin: 60px auto 0px auto;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#abciee02 #mainFrame p {
	margin: 10px auto 0px auto;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


#abciee03{
	background:url(/error/img/404-03/bg_body.gif) repeat;
}

#abciee03 #mainFrame {
	padding-top:20px;
	background:url(/error/img/404-03/bg_wrapper.gif) repeat-x;
}

#abciee03 #mainFrame #wrapper{
	width:900px;
	height:470px;
	margin:0px auto 0px;
	background:url(/error/img/404-03/bg_abciee.png) no-repeat right top;
}

#abciee03 #mainFrame h1{
	width:460px;
}

#abciee03 #mainFrame p {
	margin: 10px auto 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}



/* ===== 検索窓 ==================================== */

#search2Block {
	width: 500px;
	margin: 20px auto 0px auto;
}


#search2Input {
	float: left;
	width: 400px;
	height: 34px;
	padding: 0px 5px;
	font-size: 24px;
	border: 1px solid #333;
}


#search2Lens {
	display: block;
	float: right;
	width: 80px;
	height: 24px;
	padding: 6px 0px;
	text-align: center;
	background-color: #c87f4e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#abciee03 #search2Block{
	margin:10px 0px 0px;
	padding:5px;
	background:#FFF;
	
}

/* ===== 広告 ==================================== */

.header_ad {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
	background:#FFF;
}

.header_ad > div {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}


.ad_banner_super {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}




/* ===== コピーライト ==================================== */

#copyright {
	margin: 60px auto 0px auto;
	padding: 20px 0px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #ccc;
}


#copyright a {
	color: #333;
	text-decoration: none;
}


#copyright a:hover {
	color: #04c;
	text-decoration: underline;
}

#mainFrame03 #copyright {
	border:none;
}

#abciee03 #copyright {
	border:none;
}


