/*
使えるかも
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
*/

p.backtotop {
 border-bottom: 1px dotted green;
 width: 720px;
 text-align: right;
 font-size: 0.8em;
 margin: 10px 0px 40px 0px;
}

p.menuintro {
 color: #009933;
 text-align: center;
 font-size: 1.5em;
 font-weight: bold;
}



img.menu {
zoom: 0.8;
float: left;
margin: 5px 5px 0px 5px;
}

p.menu {
width: 92%;
margin: 0px 0px 3px 0px;
 border-left: 3px solid green;
 border-bottom: 1px dotted green;
 line-height: 1.5em;
 padding: 0px 0px 0px 5px;
 color: #009933;
 text-align: left;
font-size: 1.0em;
font-weight: bold;
}


p.menutext {
padding: 2px 2px 8px 2px;
color: #009933;
font-size: 0.7em;
width:500px;
}

p.preicetext {
color: white ;
font-size: 2.0em;
}

p.price {
 display: table-cell;
 font-size: 2.5em;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 line-height:1.0em; 
 color: white;
}

h2 {
 clear: left;
 width: 720px;
 border-left: 10px solid green;
 border-bottom: 2px dotted green;
 line-height: 1.5em;
 padding: 0px 0px 0px 10px;
 margin: 10px 0px 0px 0px;
 color: #009933;
 text-align: left;
}

h3 {
 width: 700px;
 border-bottom: 1px dotted green;
 line-height: 1.5em;
 color: #009933;
 font-weight: bold;
 text-align: left;
}


#attention {
 clear: both;
 margin: 30px;
 width: 720px;
 font-size: 0.8em;
 font-weight: bold;
 text-align: center;
 color: red;
}

#menuintro {
 margin: 10px 10px 10px 10px;
 width: 720px;
 font-size: 0.75em;
 text-align: left;
 color: #009933;
}

#monthlymenu {
 width: 710px;
 height: 730px;
 position: relative;
 border : 1px dotted gray ;
 margin: 20px 0px 40px 0px;
}

#monthlyimg {
 width: 700px;
 height: 525px;
 padding: 5px 5px 0px 5px;
/* http://www.colorzilla.com/gradient-editor/ でグラデーション作ってみた */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */



}

#monthlytext {
 width: 515px;
 height: 200px;
 clear: both;
 padding: 10px;

}


#monthlyprice {
 display: table;
 width: 200px;
 height: 200px;
 position: absolute; top: 505px; left:515px;
 border : 3px outset green ;
 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
background: #a9db80; /* Old browsers */
background: -moz-linear-gradient(top,  #a9db80 0%, #009933 40%, #1ac900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(40%,#009933), color-stop(100%,#1ac900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a9db80 0%,#009933 40%,#1ac900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a9db80 0%,#009933 40%,#1ac900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a9db80 0%,#009933 40%,#1ac900 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a9db80 0%,#009933 40%,#1ac900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#1ac900',GradientType=0 ); /* IE6-9 */

}

#menuoutro {
 width: 720px;
 color: #009933;
 font-size: 0.9em;
 font-family: sans-serif;
 text-align: left;
 margin: 20px 0px 40px 0px;
}

/* アイコン類　*/

img.menuicon {
 width: 210px;
 height: 210px;
}

p.icontext {
 padding: 5px;
 color: #009933;
 font-size: 0.7em;
}

#icon {
 align: center;
 width: 720px;
 height: 350px;
/*二段にするとき要るかも  height: 620px; 一段 350　*/
 padding: 5px;
 float: left;
} 

#iconbox {
 float: left;
 width: 210px;
 height: 280px;
 margin: 5px;
 padding: 5px;
 border : 1px dotted gray ;
/* http://www.colorzilla.com/gradient-editor/ でグラデーション作ってみた */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}

br {
letter-spacing: 0;
}