/* 中途採用ページの基本デザイン用css */




#sub { 
     width: 200px; 
     margin-left: 300px; 
     margin-top: 50px; 
     color: #008000; 
     background-color: #f0fff0; 
     font-size: 24px; 
}

h2 { 
       color: #008000; 
       font-size: 14px; 
       padding-left: 4px; 
        margin-left: 10px; 
}
h3 { 
        color: #008000; 
        font-size: 20px; 
        line-height: 130%;  
        padding-left: 4px; 
        margin-left: 30px;  
        background-color: #f0fff0; 
}
h4 { 
        font-size: 16px; 
        text-align: center; 
}
p { 
        background-color: #f0fff0; 
        color: #2f4f4f; 
        font-size: 14px; 
        line-height: 170%; 
}
p img { 
        width: 360px; 
        height: 270px; 
        float: right; 
        margin-right: 40px; 
        border: solid 2px #666666; 
}
h2,h3,p,#path { 
        margin-left: 30px; 
        margin-right: 10px; }

ul {
        font-size: 85%; 
        font-weight: bold; 
        color: #2f4f4f; 
        line-height: 150%; 
        margin-left: 50px; 
}
#logo {
        background-color: #f0fff0; 
        margin-left: 0px; 
}
a {
      text-decoration: none; 
}       
table {
       font-size: 80%; 
       background-color: #f0fff0; 
       margin-left: 40px; 
       border: 0px solid green; 
}
