@charset "utf-8";

body{
margin:0px;
padding:0px;
font-family:"Meiryo","Arial","Helvetica","Tahoma",sans-serif;
font-size:14px;
}

li{
list-style-type:none;

}

img{
    border: 0px;
}

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

a:hover{
color:#0CD1F3;
}

#main{
width:830px;
margin:auto;
}

#header{

width:100%;
height:100px;
}

#contenter{
width:100%;
margin-top:50px;
}

#contener_top{
width:100px;
height:300px;
width:830px;
margin:auto;
}

#contener_botton{
margin:auto;
margin-top: 50px;
width:250px;
height:100px;
}
#contener_botton a img{

}

#footer{
width:830px;
height:85px;
margin-top:50px;
}



