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

            header{
                width:100%;
                height:86px;
                background-color:#491414;
                padding:5px 0 0 0;

            }

            header a{
                width:433px;
                height:86px;
                display:block;
                background:url(../img/rogo5.png) no-repeat;
                margin: 0 auto;

            }

            footer{
                width:auto;
                padding:30px;
                background-color:#491414;
                color:#ffffff;
                text-align: center;
                clear:both;
            }


            * {
                margin: 0;
                padding: 0;
                border: 0;
            }


            .clearfix:after {
                content: "."; 
                display: block; 
                height: 0; 
                clear: both; 
                visibility: hidden;
            }

            .clearfix { display: inline-table; }

            /* Hides from IE-mac \*/
            * html .clearfix { height: 1%; }
            .clearfix { display: block; }
            /* End hide from IE-mac */


            body{
                background:#724913;

            }

            #wrappaer{
                margin-left:auto;
                margin-right:auto;

            }


            #menu{
                margin-left:auto;
                margin-right:auto;
                background:url(../img/wasibg2.jpg);

            }

            #menu-in{
                margin-left:auto;
                margin-right:auto;
                width:800px;
                height:350px;

            }


            #menu-pic{
                float:left;
            }

            #menu-list{
                float:right;
                

            }





            #contents{
                height:auto;
                width:860px;
                margin-left:auto;
                margin-right:auto;
                background-color:#eee2d5;
                padding: 20px 0;

            }



            .cont {
            width: 600px;
            margin: 0 auto;
            padding-top: 20px;

            }