/* #################################################################################### */

/* header */

#header{
 width:100%;
 height:40px;
 background-color:#ff9900;
 background-image:none;
}

#header img{
 margin:5px 0px 4px 5px;
}

/* #################################################################################### */

/* ナビの下線 */

#navi_tab{
 border-bottom:10px solid #ff9900;
}

/* #################################################################################### */

#main{
 background:#ffffff;
 padding:10px;
}

h1,h2{
 margin:0px 0px 10px 0px;
}

