@charset "UTF-8";

/* default_404.css
**************************************************************************************

1.デフォルト
2.基本リンク
3.基本フォント
4.レイアウト

**************************************************************************************/ 


/* 1.デフォルト
=============================================================================*/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
body * {line-height:1.5}
br{letter-spacing:normal}



/* 2.基本リンク
=============================================================================*/

a{
 overflow:hidden;
}

a:link {
 color:#0173C1;
 text-decoration:underline;
}

a:visited {
 color:#9A44B0;
 text-decoration:underline;
}

a:hover {
 color:#FF6600;
 text-decoration:underline;
}

a:active {
 color:#FF6600;
 text-decoration:underline;
}


/* 4.基本フォント
=============================================================================*/
body{
 font-family:Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
 color:#555555;
 letter-spacing: 1px;
}

#notfound div.main{
 padding-top:50px;
}

#notfound div.main p.logo a{
 display:block;
 background-image:url(../../image/logo001.gif);
 background-repeat:no-repeat;
 background-position:left top;
 text-indent: -9999px;
 width:360px;
 height:48px;
 margin:0 auto;
 margin-bottom:36px;
}

#notfound div.main h1{
 margin:0 auto;
 width:360px;
 font-size: 189%;
 line-height:1.1;
 letter-spacing:normal;
 margin-bottom:24px
}

#notfound div.main h1 span{
display:block;
font-size:60%;
}

#notfound div.main ul{
 margin:0 auto;
 width:360px;
 font-size:93%;
 margin-bottom:24px
}

#notfound div.main p.tohome{
 margin:0 auto;
 width:360px;
 font-size:93%;
}


/* 4.リニューアル告知
=============================================================================*/

#renew div.main{
 padding-top:50px;
 margin:0 auto;
 width:760px;
}

#renew div.main p.logo{
 display:block;
 background-image:url(../../image/logo001.gif);
 background-repeat:no-repeat;
 background-position:left top;
 text-indent: -9999px;
 width:340px;
 height:48px;
 margin:0 auto;
 margin-bottom:45px;
}

#renew div.main ul{
 margin:0 auto;
 width:340px;
 font-size:104%;
 margin-bottom:24px
}

#renew div.main ul li{
 margin:0 0 15px 0;
}

#renew div.main p.tohome{
 margin:0 auto;
 width:340px;
 font-size:104%;
}

