@charset "UTF-8";


#container {
 position: relative;
 width: 1280px;
 margin: 0 auto;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
}

#head-image {
 position: relative;
 width: 1280px;
 height: 200px;
}

h1 {
 position: absolute;
 z-index: -1;
}

#slider {
 width: 960px;
 height: 400px; }

#index {
 width: 960px;
 height: 200px; 
 border: 0;}

#contents {
 width: 960px;
 padding: 0 160px;
}

h4 {
 color: #000;
 font-size: 16px;
 margin-bottom: 5px;
}

p {
 color: #000;
 font-size: 12px;
 line-height: 1.5em;
}

td {
 width: 300px;
 padding-right: 30px;
 padding-bottom: 30px;
}

.box01 {
 width: 300px;
}

#footer { padding: 10px 0 50px;}

#footer p {
 font-size: 10px;
 width: 315px;
 height: 30px;
 background: url(../img/footer_logo.gif) no-repeat right bottom;
}

a { color: #08C;}
a:hover { text-decoration: underline;}


#home {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 10;
}