/* style reset*/

*{
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6, {
font-size: 100%;
font-weight: normal;
font-style: normal;
}

body{
color:#000;
background-color:#fff;
}

img{
border:none;
}

hr{
display:none;
}

/*全体のバック指定*/

body{
background-image:url(image/back_.gif);
background-repeat:repeat;
margin:0;
height:100%;
text-align:center;
}

/*白バックの中央オビ*/

#container{
width:600px;
height:1300px;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
text-align:left;
}

/*上下のナビ部分*/

.navi{
font-size:10px;
font-family:"MS Pゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
line-height:16px;
color:#696969;
padding:48px 0 0 192px;
float:left
}

.navi2{
font-size:10px;
font-family:"MS Pゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
line-height:16px;
color:#696969;
padding:5px 0 0 20px;
}

/*上の部分*/

#header{
width:600px;
height:70px;
margin-left:auto;
margin-right:auto;
background-color:#ccff66;
background-image:url(image/kmn.gif);
background-repeat:no-repeat;
background-position:bottom;
text-align:left;
}

.go{
text-align:right;
padding:53px 15px 0 0;
float:right;
}

.navi img{
text-align:right;
padding:53px 15px 5px 0;
}



h1{
font-size:11px;
text-align:right;
font-family:"MS Pゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
color:#696969;
padding:2px 10px 0 0;
}


/*中央部分*/

#main{
width:600px;
height:500px;
padding:0;
margin:0;
}

/*下の部分*/

#footer{
width:600px;
height:700px;
margin-left:auto;
margin-right:auto;
background-color:#ccff66;
background-image:url(image/km.gif);
background-repeat:no-repeat;
background-position:top;
text-align:left;
}


