@charset "utf-8";

html,body,h1,h2,h3,h4,p,ul,li {
    margin:0;
    padding:0;
    line-height:1.0;
    font-family:"Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

body {
    font-size:14px;
    color:#56261c;
}

ul {list-style:none;}

.container {
    width:634px;
    margin:0 auto;
    background-image: url(../img/haikei.gif);
    background-repeat: repeat-y;
}

.header {
    width:600px;
    margin:0 auto 30px;
    height:445;
}

.main1 {
    width:490px;
    margin:0 auto 25px;
}

.button {
    width:80;
    margin:0 auto 30px;
}

.button td {
    padding:0 6px;
}

h2 {
    text-align:center; 
    line-height:40px;
}

p {
    font-size:14px;
    line-height:1.5;  
}

.main2 {
    width:552px;
    margin:0 auto 25px;
}

ul {
    width:552px;
    margin:0 auto;
}

li { 
    text-indent:-1em; 
    font-size:12px;
    line-height:1.6;
    padding:0 0 0 12px;
}

h3 {
    font-size:16px;
    margin:20px 0 8px;  
    text-indent: -10px; 
} 

.footer {
    width:600px;
    height:96;
    margin:0 auto;
}