html {
    margin: 0px;
    padding: 0px;
}
/*        */

body {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-family: 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}

#logo {
    width: 960px;
    height: 136px;
    background-image: url(images/rogo.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 24px #EAA268 solid;
}
/*　☆☆☆☆☆☆☆☆☆☆☆　各ページ共通メニュー　☆☆☆☆☆☆☆☆☆☆☆　*/
#menu {
    width: 800px;
    height: 115px;
    margin: 0 auto 20 auto;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    width: 800px;
    height: 100px;
    list-style-type: none;
}

#menu li {
    margin: 0px;
    padding: 0px;
    width: 160px;
    height: 100px;
    float: right;
    color: #000;
}

#menu li a {
    margin: 0px;
    padding: 0px;
    width: 160px;
    display: block;
    text-decoration: none;
    height: 0 !imprtant;
    overflow: hidden;
    padding-top: 115px;
}

#menu li a:hover {
    background-position: -160px 0;
}

#a1 {
    background-image: url(images/index.jpg);
    background-position: 0 0;
}

#a2 {
    background-image: url(images/menber.jpg);
    background-position: 0 0;
}

#a3 {
    background-image: url(images/haisyoku.jpg);
    background-position: 0 0;
}

#a4 {
    background-image: url(images/obento.jpg);
    background-position: 0 0;
}

#a5 {
    background-image: url(images/information.jpg);
    background-position: 0 0;
}

#header {
    width: 960px;
    height: 298px;
    border: 1px #CCC solid;
}

#headerimg {
    width: 464px;
    height: 298px;
    float: left;
}

#headertext {
    width: 494px;
    height: 298px;
    float: right;
}

#headertext h1 {
    text-align: center;
    margin: 75 0 20 0;
    line-height: 1.0em;
    font-size: 1.2em;
}

#headertext p {
    line-height: 2.0em;
    font-size: 1.1em;
    margin: 0 30 0 30;
}

#main {
    width: 960px;
}

#content1,
#content2,
#content3 {
    width: 320px;
    float: left;
    padding: 30 0 30 0;
}

#main img {
    margin: 0 0 20 0;
}

.toph2 {
    font-size: 1.2em;
    padding: 15 0 25 0;
    text-align: center;
}

#main p {
    font-size: 1em;
    line-height: 2.0;
    padding: 0 20 0 20;
}
/*　☆☆☆☆☆☆☆☆☆☆☆　各ページ共通フッター　☆☆☆☆☆☆☆☆☆☆☆　*/
#footer {
    width: 960px;
    height: 160px;
    background-color: #EAA268;
    margin: 0;
    padding: 0;
}

#footerue {
    width: 960px;
    height: 90px;
}

#footerue p {
    margin: 0 25 0 20;
    line-height: 1.7em;
    font-size: 0.9em;
    color: black;
}

#footeruefast {
    padding-top: 20;
}

#footershita {
    width: 960px;
    height: 70px;
    text-align: center;
    color: black;
    padding: 0;
    margin: 0;
}

#bread {
    padding: 10 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 0.8em;
}

#bread a:link {
    color: black;
}

#bread a:visited {
    color: black
}

#footercopyright {
    margin: 10 0 0 0;
    color: black;
    font-size: 0.9em;
}

.clear:after {
    height: 0px;
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0.1em;
}
/*　☆☆☆☆☆☆☆☆☆☆☆　サブページ項目　☆☆☆☆☆☆☆☆☆☆☆　*/

#headersub {
    border: 3px solid #EAA268;
    padding: 15 15 15 15;
    margin: 0 80 50 80;
    border-radius: 10px;
    /* CSS3草案 */
    
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    
    -moz-border-radius: 10px;
    /* Firefox用 */
}

#headersub h1 {
    font-size: 1.2em;
    padding: 5 0 5 0;
    text-align: center;
    font-weight: bold;
}

#headersub p {
    font-size: 1.1em;
    padding: 5 0 5 0;
    text-align: center;
}

h2.subh2 {
    font-size: 1.2em;
    padding: 0 0 10 20;
    line-height: 1.3em;
}

p.subp {
    font-size: 1em;
    padding: 0 0 20 20!important;
}

.subh2:before {
    position: relative;
    content: "■ ";
    font-size: 150%;
    color: #EAA268;
    font-weight: bold;
    left: -0.16em;
    bottom: -0.1em;
}

.subh2:after {
    position: relative;
    content: " ■";
    font-size: 150%;
    color: #EAA268;
    font-weight: bold;
    right: -0.16px;
    bottom: -0.1em;
}

.subul {
    list-style-type: none;
    padding: 0 0 20 0;
}

.subul li {
    line-height: 2.0em;
    font-size: 1em;
    padding: 0 0 0 20;
}

table#haisyokutable {
    width: 650px;
    margin: 10 20 20 20;
    border-collapse: collapse;
}

#haisyokutable tr {
    height: 50px;
}

td.hyoudaimoku {
    width: 200px;
    background-color: #CCCCCC;
    padding: 0 0 0 20;
    border: 1px solid #FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

td#hyoudaimokulast {
    border-bottom: 1px solid #CCCCCC;
}

td.hyoukoumoku {
    width: 450px;
    padding: 0 0 0 20;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
/*　☆☆☆☆☆☆☆☆☆☆☆　通所案内　メッセージデザイン　☆☆☆☆☆☆☆☆☆☆☆　*/

#message {
    width: 764px;
    height: 256px;
    background-image: url(images/column.png);
    margin: 0 auto 30 auto;
}

#messagetitle {
    width: 764px;
    height: 50px;
    padding: 35 0 0 0;
}

#messagetitle h2 {
    width: 600px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.3em;
    background-image: url(images/columntitle.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    text-align: center;
}

#messagekoumoku {
    width: 300px;
    height: 146px;
    float: left;
    padding: 0 0 0 90;
}

#messagekoumoku ul {
    list-style-type: none;
    padding: 10 0 0 0;
}

#messagekoumoku li {
    line-height: 2.0em;
    font-size: 1.0em;
}

#messagetelephone {
    width: 364px;
    height: 146px;
    float: right;
}

#messagetelephone p {
    padding: 10 0 0 90;
    font-weight: bold;
    line-height: 2.0em;
    font-size: 1.0em;
}
/*　☆☆☆☆☆☆☆☆☆☆☆　お弁当  表デザイン　☆☆☆☆☆☆☆☆☆☆☆　*/

#bentoumenu {
    width: 960px;
    margin: 0 0 0 0;
}

.bentoumenubox {
    width: 300px;
    float: left;
    padding: 0 30 0 0;
}

.bentoumenuboxlast {
    width: 300px;
    float: left;
    padding: 0 0 0 0;
}

#bentoumenu table {
    margin: 10 0 50 0;
    border: 1px solid #CCC;
    text-align: center;
    border-collapse: collapse;
}

#bentoumenu img {
    margin: 0;
    padding: 0;
}

#bentoumenu img {
    margin: 30 29 30 29;
}

.shimashimairo {
    height: 40px;
    background-color: #CCC;
}

.shimashimamuji {
    height: 40px;
}

#bentoutablelast {
    margin: 0 0 0 0!important;
}
/*　☆☆☆☆☆☆☆☆☆☆☆　お問い合わせ　地図デザイン　☆☆☆☆☆☆☆☆☆☆☆　*/
#map{
margin:0 20 30 20;
    border:1px solid #CCC;
}