* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	height: auto;
	left: 100px;
}

a {
text-decoration: none;
color: #839E8B;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 5px auto 10px auto;
width: 953px;
background: #fff;
padding: 5px;
border: 5px solid #FFFFFF;
}

#header {
height: 160px;
background: #554d42 url(images/sanoheader.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #000000;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
	color: #006633;
}


.kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }
 
  .kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 118.75px;
    height: 35px;
    margin-right: 0px;
    background-image:url(images/menu.png);
    background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:35px;
	text-indent:-9999px;
	outline:none;
}


#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-118.75px 0px;
}
#kwick3 {
	background-position:-237.5px 0px;
}
#kwick4 {
	background-position:-356.25px 0px;
}
#kwick5 {
	background-position:-475px 0px;
}
#kwick6 {
	background-position:-593.75px 0px;
}
#kwick7 {
	background-position:-712.5px 0px;
}
#kwick8 {
	background-position:-831.25px 0px;
}

#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -118.75px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -237.5px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -356.25px bottom
}
#kwick5.active, #kwick5:hover {
	background-position: -475px bottom
}
#kwick6.active, #kwick6:hover {
	background-position: -593.75px bottom
}
#kwick7.active, #kwick7:hover {
	background-position: -712.5px bottom
}
#kwick8.active, #kwick8:hover {
	background-position: -831.25px bottom
}


#kwick1 a{
	background-image:url(images/end.png);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick8 a{
	background-image:url(images/end.png);
	background-repeat:no-repeat;
	background-position: right -35px;
}



#content {
padding: 0 20px 20px 0;
}

.right {
float: center;
width: 953px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: center;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #016F54;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #839E8B;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
