/*******************************************************************************
* *
* Web Site : http://www.jfe-tec.co.jp *
* Author : Miyauchi *
* Modified : 26-Sep-2007 *
* *
*******************************************************************************/

/* General
*******************************************************************************/
* {
list-style: none;
margin: 0;
padding: 0;
}
body {
background: #fff url(./resources/bg.gif);
font-size: 80%;
}
h1.toppage {
clear: both;
margin: 0;
padding: 0;
background-color: #fff;
border:none;
height:157px;
}
h2.toppage {
clear: both;
margin: 0;
padding: 0 .5em;
background: #fff url(./resources/h1.gif) repeat-x;
border:none;
font-size: 1.2em;
color:#330000;
height:36px;
line-height:36px;
}
h1 {
clear: both;
margin: 0;
padding: 0 .5em;
background: #fff url(./resources/h1.gif) repeat-x;
border:none;
font-size: 1.2em;
color:#330000;
height:36px;
line-height:36px;
}
h2 {
clear: both;
margin: 15px 0;
padding: 0;
border-bottom:solid 1px;
color: #330000;
font-weight:normal;
font-size: 1.2em;
}
hr {
display: none;
clear: both;
}
img {
border: none;
}
.hr {clear: both;}
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

a {
text-decoration: none;
border-bottom: 1px dotted #660033;
color: #660033;
padding: 1px;
}
a:hover {
border-bottom-style:solid;
}
a.noborder{border:none;background:none;}
a.noborder:hover{border:none;background:none;}

/* Layout
*******************************************************************************/
#wrapper {
background:#FFFFFF;
margin: 0 auto;
padding: 0;
position: relative;
width: 710px;
}
#wrapper-inner {
margin: 0 4px;
}
#content {
background: #F7F7F9 url(./resources/content.gif) repeat-y;
float: left;
width: 702px;
margin-top:125px;
padding: 0 0 20px 0;
}
#main-content {
float: right;
margin: 0 0 0 -195px;
padding: 0;
width: 507px;
}
#main-content-inner {
border-top: 4px solid #fff;
margin: 0 0 0 10px;
}
#sidebar {
float: left;
width: 195px;
}

/* Header
*******************************************************************************/
#header {
position: absolute;
top: 0;
right: 0px;
height: 75px;
width: 702px;
}
* html #header {
position: static;
height: 0;
}
#header p {
position: absolute;
height: 75px;
width: 702px;
overflow:hidden;
margin-top: 4px;
border-top: solid 5px #B20026;
}
* html #header p {
top: 0;
}
#header a.logo {
position: absolute;
top:  15px;
left: 15px;
height: 50px;
width: 250px;
background: url(./resources/logo.gif) no-repeat 0 0;
display: block;
text-indent: -9999px;
overflow: hidden;
border: none;
}
#header a.jfe {
position: absolute;
top: 15px;
left: 500px;
height: 50px;
width: 180px;
background: url(./resources/jfe.gif) no-repeat 0 0;
display: block;
text-indent: -9999px;
overflow: hidden;
border: none;
}

/* Navigation
*******************************************************************************/
#nav {
position: absolute;
top: 76px;
right: 0px;
width: 702px;
height: 47px;
}
* html #nav {
position: static;
height: 0;
}
#nav ul {
position: absolute;
height: 47px;
width: 702px;
background: url(./resources/nav.gif) no-repeat;
}
* html #nav ul {
top: 76px;
}
#nav li {
float: left;
text-align:center;
}
#nav a,
#nav span {
border: none;
color: #777;
display: block;
font-weight: normal;
padding: 10px 0 0px;
margin: 0 5px;
width: 90px;
height: 18px;
font: 110% Verdana, Arial, Helvetica, sans-serif;
}
#nav a:hover {
border-bottom:solid 5px #A2A2A2;
}
#nav span,
.e-66 #n-home a,
.e-66 #n-home a:hover,
.e-60 #n-egg a,
.e-60 #n-egg a:hover,
.e-61 #n-open a,
.e-61 #n-open a:hover,
.e-134 #n-renewal a,
.e-134 #n-renewal a:hover,
.e-138 #n-contact a,
.e-138 #n-contact a:hover,
.e-148 #n-contact a,
.e-148 #n-contact a:hover,
.e-154 #n-contact a,
.e-154 #n-contact a:hover,
.e-155 #n-contact a,
.e-155 #n-contact a:hover,
.e-139 #n-about a,
.e-139 #n-about a:hover,
.e-140 #n-sitemap a,
.e-140 #n-sitemap a:hover {
border-bottom:solid 5px #B20026;
}

/* Footer
*******************************************************************************/
#footer {
background: #fff url(./resources/footer.gif) repeat-x;
clear: both;
margin:0;
padding: 1em 0;
text-align: center;
}
#footer ul {
margin:0;
}
#footer li {
display: inline;
font-size: 90%;
border-left: 1px solid #d0daef;
margin-left: 10px;
padding-left: 11px;
}
#footer #copyright {
border: none;
}

/* Content
*******************************************************************************/
#main-content p,
#main-content dl,
#main-content ol,
#main-content ul,
#main-content table {
line-height: 1.5em;
margin:0.5em 0 1em;
}
#main-content ol,
#main-content ul {
margin-left:1em;
}
#main-content ol li {
list-style:decimal;
list-style-position:outside;
}
#main-content ul li {
list-style:disc;
list-style-position:outside;
}
#main-content .section {
clear: both;
margin-bottom: 3em;
}

/* Sidebar content
*******************************************************************************/
#sidebar h2 {
background:none;
border:none;
line-height:normal;
clear: both;
margin: 0;
padding: .3em;
border-left: solid 10px #660033;
background-color: #B20026;
color: #fff;
font-weight:normal;
font-size: 1.2em;
height:auto;
}

#sidebar div {
border-top: 4px solid #fff;
}
.category ul,
.banner ul {
margin: 5px 5px 20px 5px;
}
.category li,
.banner li {
padding: 2px 0;
}
.category li {
/* background: url(./resources/li.gif) no-repeat 5px 50%; */
list-style:disc;
list-style-position:inside;
line-height: 1.7em;
font-size: 1em;
}
.category span {
color: #660033;
padding: 1px;
}

/* sitemap */
.sitemap01 {
padding: 5px 0px 5px 10px;
margin: 10px 0px !important;
background: #ededed;
}

/* 会社情報 */
.about th {
width: 80px;
padding: 5px;
}
.about td {
padding: 5px;
}




/* CSSハック
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* image */.image_right {float: right;margin: 0px 0px 10px 10px;}
/* table */#main-content-inner td {border-bottom: 1px dotted #cccccc;}#main-content-inner th {text-align: left;margin-right: 10px;border-bottom: 1px dotted #cccccc;}

/* banner_image */
.banner a {
border: none;
}





