@charset "Shift_JIS";

/* ========BASIC======== */
*{
font-family:Verdana, Helvetica, sans-serif;
color:#333;
}

body{
margin: 0 auto;
padding:0;
font-size:0.8em;
text-align:center;
line-height:1.4em;
letter-spacing:1px;
background: #C0C0C0; 
}

br{
letter-spacing:normal;
}

a{
color:#333;
text-decoration:none;
}

a:hover{
color:#fff;
text-decoration:none;
}

img{
border:0;
}

h1,h2,h3,h4,h5,h6{
margin:0;
background:#FFFFFF
}

.sample{ color : red ; } 

/* ========TEMPLATE FRAMEWORK======== */
div#wrapper  {
width:760px;
margin:0 auto;
text-align:left;
padding:20px 10px 0 10px;
background:#fff url() 50% 50% repeat-y fixed;
}

/* ヘッダ */
#header div {
    position: relative;
}
#header div p {
    position: absolute;
    top: 0;
    left: 0;
}
/* ----------------------- text ----------------------- */ 
<style type="text/css">
<!-- 
a:link { color: #006666; } 
a:visited { color: #666600; } 
a:active { color: #660066; } -->
</style> 

/* ----------------------- header ----------------------- */ 
#header h1, 
#header h2 { 
padding: 0px; 
margin: 0px; 
} 
#header h1 { 
padding-top: 0px; 
margin-left: 0px; 
text-decoration: none; 
} 
#header h2{ 
margin-left: -9999px; 
} 

h1 a{ 
text-indent:-2000px; 
font-size:0px; 
font-decoration:none; 

display:block; 
width:800px;　　　←ヘッダー画像のサイズに合わせる 
height:300px;　　　←ヘッダー画像のサイズに合わせる 

background:url(image/title.gif);　　←ヘッダー画像のURLを入れてください 
}

div#header2   {
width:760px;
height:53px;
margin: 0 auto;
background:#fff url(image/logo.gif) 0% 0% no-repeat;
}

div#title   {
width:760px;
height:300px;
margin: 0 auto;
background:#fff url(image/title.gif) 0% 0% no-repeat;
}

div#menu{
width:760px;
margin: 0 auto;
padding-bottom:20px;
background:#fff url() 100% 100% no-repeat;
}

div#contents {
width:760px;
clear:both;
margin: 0 auto;
background:#fff url() repeat-y;
border-bottom:1px solid #C3C3C3;
}

div#main{
width:530px;
float:left;
margin:auto;
}

div#sub{
width:220px;
padding:0 10px;
margin:auto;
}

div#footer{
width:760px;
padding:20px;
clear:both;
margin: 0 auto;
}

/* 回り込み解除 */
div#menu:after,
div#contents:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* ========TABLE CUSTOMIZE======== */

table.recruit{
    border-top:1px solid #c9c9c9;
    border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.recruit th{
    border-right:1px solid #004a95;
    border-bottom:1px solid #F0F8FF;
    color:#004a95;
    background-color:#dfdfdf;
    background-position:center top;
    padding:0.8em 1em;
    text-align:center;
}
.recruit td{
    border-right:2px solid #c9c9c9;
    border-bottom:2px solid #c9c9c9;
    color:#004a95;
    padding:0.3em 1em;
}

.recruit td.td_color01 {
    border-right:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;
    background-color:#F0F8FF;
    border-color: :1px solid #F0F8FF;
    color:#004a95;
    padding:0.3em 1em;
}

.recruit td.td_color02{
    border-right:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;
    border-color: :1px solid #F0F8FF;
    color:#004a95;
    padding:0.3em 1em;
}

/* ========MENU CUSTOMIZE======== */

div#menu ul {
margin:0;
padding:0;
}

div#menu li {
list-style-type:none;
float:left;
horizontal-align:center;
margin:auto;
padding:0;
}

div#menu li.ajaBtn{
	background:url(/image/company01.gif);
}

div#menu li a{
display:block;
width:152px;
background:#ddd;
line-height:26px;
border-top:1px solid #C3C3C3;
border-bottom:1px solid #C3C3C3;
}

div#menu li a:hover{
background:#9F1D20;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */

div#main a:hover{
border:0;
color:#666;
position:relative; top:1px; left:1px;
}

div#main h2 {
font-size:1em;
color:#fff;
padding:2px;
font-weight:bold;
background:#666;
border-bottom:2px solid #9F1D20;
margin-bottom:2px;
}

div#main h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333;
}

div#main p{
margin:0 0 1em 0;
}

/* ========SUB CONTENTS CUSTOMIZE======== */

<div style="background-color:gray; width:2px; height:300px;"></div>

div#sub a{
border-bottom:1px dotted #daf;
}

div#sub a:hover{
border:0;
color:#666;
position:relative; top:1px; left:1px;
}

div#sub h2 {
font-size:1em;
color:#FFF;
padding:2px;
font-weight:bold;
background:#8899ff;
border-bottom:2px solid #87CEFA;
margin-bottom:2px;
}

div#sub h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333;
}

div#sub p{
margin:0 0 1em 0;
font-size:0.8em;
}

div#sub dl,dt,dd{
margin:0;
font-size:0.9em;
}

div#sub dt{
font-weight:bold;
}

/* ========FOOTER CUSTOMIZE======== */
address{
background:#fff;
color:#333;
text-align:center;
font-size:0em;
}