*{margin: 0;padding: 0;}
a{ text-decoration: none; }
a:hover{ color: #ff0000; }

html{
    height:100%;
    width:1000px;
    border-right: 1px solid;
    overflow:hidden;
	-webkit-overflow-scrolling: touch;
    display: block;
	font-family:  "Hiragino Kaku Gothic ProN", "Þâ¥´¥·¥Ã¥¯", YuGothic, Meiryo, sans-serif;
    line-height: 1.5em
}

body{
    height:100%;
    width:100%;
    margin:0px;
    display: block;
    font-size: 15px;
}

textarea{
    width:95%;
}

#title {
   font-size: 27px;
   font-weight: bold;
   text-align: left;
}

#titleblock {
   padding: 5px;
   height: 25px;
   border-bottom: 1px solid;
   background-color: #FFFFDD;
}

#ct{
   width:810px;
   height:100%;
   padding: 15px;
   overflow-x:hidden; 
   overflow-y:auto; 
   background-color: #C8FFC8;
}

#adv{
   float: right;
   width: 160px;
   height: 100%;
   background-color: #FFFFFF
}

#advb{
   margin-left: 20px;
}

#hr2{
   padding-top: 5px;
   border-top: 1px solid;
}
