html {
    overflow-x : hidden;
    overflow-y : auto;
}

body {
  background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpi/P//PwMWoAYiAAIMAFGnAyUsSIuIAAAAAElFTkSuQmCC);
  margin: 0;
  padding: 0;
  border: 0px;
  color: #000;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

.iPhoneLike .radiusFrame {
    margin: 10px;
    padding: 3px;
    background: #fff;

    border-radius: 10px;         /* CSS3 */
    -moz-border-radius: 10px;    /* Firefox */
    -webkit-border-radius: 10px; /* Safari,Chrome */

    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4) inset;

    overflow:hidden;
}

.iPhoneLike div,.iPhoneLike dl,.iPhoneLike dt,.iPhoneLike dd,.iPhoneLike ul,.iPhoneLike ol,.iPhoneLike li,.iPhoneLike h1,.iPhoneLike h2,.iPhoneLike h3,.iPhoneLike h4,.iPhoneLike h5,.iPhoneLike h6,.iPhoneLike pre,.iPhoneLike code,.iPhoneLike p,.iPhoneLike blockquote,.iPhoneLike th,.iPhoneLike td,.iPhoneLike form,.iPhoneLike fieldset,.iPhoneLike legend {
  margin: 0;
  padding: 0;
}
.iPhoneLike h1,.iPhoneLike h2,.iPhoneLike h3,.iPhoneLike h4,.iPhoneLike h5,.iPhoneLike h6 {
  font-size: 100%;
  line-height: 1.2;
}

.iPhoneLike li {
  list-style: none;
}

.iPhoneLike .both {
    clear: both;
}

.iPhoneLike .toolButtonArrow {
  white-space: nowrap;
  background-image: -moz-linear-gradient(top, #8ea3c0,#5776a2 50%,#49699a 50%,#4a6b9a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ea3c0), color-stop(0.5, #5776a2), color-stop(0.5, #49699a), color-stop(1, #4a6b9a));
  padding: 3px 10px 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  display: block;
  border-top-color: #2f363e;
  border-left-color: #435a79;
  border-right-color: #435a79;
  border-bottom-color: #385074;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  height: 27px;
  z-index:5;
}

.iPhoneLike .toolButtonArrow:disabled {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  color: #808080;
}

.iPhoneLike .toolBox {
	margin: 5px;
}

.iPhoneLike .toolBox  li {
  position:relative;
}

.iPhoneLike .toolBox .toolButtonLeft {
  position:relative;
  float: left;
  left: 10px;
  top: 8px;
  bottom:8px;
  border-left: none;
}
.iPhoneLike .toolBox .toolButtonRight {
  position:relative;
  float: right;
  right: 10px;
  top: 8px;
  bottom:8px;
  border-right: none;
}

.iPhoneLike .toolButtonLeft .toolButtonArrow {
  margin-left: 0px;
  padding-left: 20px;
  border-top-left-radius: 27px 14px;
  border-bottom-left-radius: 27px 14px;
}
.iPhoneLike .toolButtonRight .toolButtonArrow {
  margin-right: 0px;
  padding-right: 20px;
  border-top-right-radius: 27px 14px;
  border-bottom-right-radius: 27px 14px;
}


body{
    background-image:none;
}