body{
font-size:14px;
font-family: "Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
color: #333333;
background: #d4b686 url(image/shiroe_back.jpg) repeat-x;
margin:0;
padding:0;
}

.main{
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
width : 370px;
height : 390px;
border:solid 0px;
position : absolute;
top: 140px;
left: 390px;
overflow: auto;
word-wrap: break-word;
padding: 10px;
line-height:1.8em;
color: #111111;
background-color: #ffffff;
box-shadow: 5px 5px 15px #333;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.title{
line-height:1.2em;
font-size:15px;
font-weight:bolder;
}

.head{
line-height:3em;
font-size:15px;
}

.main img {
margin: 0 0 0 6px;
}

.shiroe{
position : absolute;
width : 800px;
height : 97px;
display: inline;
border:solid 0px;
top: 0px;
left: 0px;
padding: 0px;
}

.caption {
position: fixed;
top: 580px;
left: 10px;
color: #B01F24;
font-size: 9px;
}

.tweet {
position: fixed;
top: 565px;
left: 630px;
}

p {
position: fixed;
top: 550px;
left: 730px;
}


.menu {
position: fixed;
top: 140px;
left: 20px;
width : 320px;
}

label {
    background: #ffffff;
    color: #B01F24;
    padding: 4px;
    display: block;
    margin: 0;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 4px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #ffffff;
	text-decoration: none;
	text-indent: 14px;
}

.menu li a {
	color: #333333;
	text-decoration: none;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 400px;
}