@charset "utf-8";
/* CSS Document */

body{
background:#8c8c8c;
margin:0;
font-family: arial, Helvetica, sans-serif;

}
#frame{
margin-left:80px;
margin-right:80px;
}
#top{
background-image:url(style/top.png);
background-repeat:no-repeat;
height:109px;
width:940px;
margin-left:auto;
margin-right:auto;
}
#mid{
background-image:url(style/mid.png);
background-repeat:repeat-y;
width:940px;
min-height:100px;
margin-left:auto;
margin-right:auto;
}
#end
{
background-image:url(style/end.png);
background-repeat:no-repeat;
width:940px;
height:136px;
margin-left:auto;
margin-right:auto;
}
#main{
margin-left:15px;
margin-right:15px;
}

ul.navigation {
    list-style: none;
	margin-top:0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

ul.navigation a:hover {
    background-color: #DDDDDD;
}

ul.navigation a.selected {
    background-color:#CCCCCC;
}

ul.navigation a:focus {
    outline: none;
}
a{
border:none;
}