@charset "UTF-8";


#container {
 position: relative;
 width: 900px;
 margin: 0 auto;
}

#head-image {
 position: relative;
 width: 1000px;
 height: 600px;
}

#slide {
width:900px;
height:650px;
margin:0 auto;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}

#contents {
 position: relative;
 width: 900px;
}

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

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

.hrs {
width: 900px;
height: 1px;
background-color: #aaaaaa;
border: 1px;
margin: 30px;
color: #aaaaaa;
}

#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;
}