@charset "utf-8";

*{
font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ 明朝","MS Mincho","alias-gothic-jis0208.1983-0","alias-gothic-iso8859-1";
line-height: 120%;
font-size: 100%;
}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: black;
color: white;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

h1{
font-size: 150%;
}

h2{
font-size: 120%;
}

.header{
margin: 10px;
padding: 10px;
}

.entry{
/*border-top: 1px solid black;*/
margin: 10px;
padding: 10px;
clear:both;
}

.date{
font-size:110%;
}

.title{
font-size:105%;
border-bottom: 1px solid black;
}

.content{
font-size: 98%;
}

.content p{
text-indent: 1em
}

.content img{
border: 0px solid black;
float:left;
margin: 10px;
}

.copyright{
clear: both;
}