body {
    font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}
#wrap {
    padding: 10px;
}
p {
    margin-bottom: 1em;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#top {
	text-align: center;
    	background-color: #FF9E00;
    	-webkit-border-radius: 8px;
    	border-radius: 8px;
}
#add1 {
	clear: both;
	text-align: center;
	margin: 10px 0 0 0;
	padding:0 0 0 15px;
}
#komoku {
	text-align: center;
    	-webkit-border-radius: 8px;
    	border-radius: 8px;
}
/* ---- 注釈表示用 ----*/
#box1 {
	margin: 15px 0px 0px 0px;
 	clear: both;
	font-size: 160%;
    	color: #FF9E00;
        align: center;
}
/* ---- その他表示用 ----*/
#box2 {
	margin: 15px 0px 0px 0px;
 	clear: both;
}
/* ---- 本文表示用 ----*/
#box3 {
	margin: 15px 0px 0px 0px;
 	clear: both;
}
footer{
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 0px;
	clear:both;
	height:45px;
        text-align: center;
	position:relative;
}
h1 {
    font-size: 180%;
    color: #FFFFFF;
    text-align: center;
    background-color: #FF9E00;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 2px;
}
h2 {
    font-size: 160%;
    font-weight: bold;
    color: #FF9E00;
    margin-bottom: 2px;
}
h3 {
    font-size: 140%;
    text-align: center;
    text-shadow: 1px 1px 2px #ccc;
    color: #FF9E00;
    margin-bottom: 2px;
}
h4 {
    font-size: 115%;
    color: #FF9E00;
    padding: 10px 0 0 0;
}
#btnTop {
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
    width: 7em;
    font-size: 85%;
    text-align: center;
    float: right;
    margin-right: 10px;
}
#btnTop a {
    text-shadow: 1px 1px 0 #ddd;
    display: block;
    padding: 5px 0;
    color: #444444;
    text-decoration: none;
}