
body{
    font-size: 11pt;
    margin: 0px;
}

/*
 * レイアウト
 */

#body{
    width: 800px;
    margin: 0 auto;
}

#header {
    width: 800px;
    margin: 0 0 10px 0;
}

#main{
    width: 800px;
}

#menu {
    float: left;
    width: 220px;
}

#contents {
    float: left;
    width: 570px;
    margin: 0 10px 0 0;
    font-size: 11pt;
    line-height: 13pt;
}

#footer {
    clear: both;
    width: 800px;
}

/**
 * 文書要素
 */
 
.title{
    font-size: 16pt;
    font-weight: bold;
}

.title a{
    color: #000000;
    text-decoration: none;
}

#menu h2{
    font-size: 10.5pt;
    font-weight: bold;
    color: #4876FF;
    border-bottom: 1px solid #a0a0a0;
    padding: 2px 2px 2px 2;
    margin: 0px 0px 5px 0px;
}

div.date{
	font-size: 14px;
	color: #000000;
	padding: 0px;
}

div.section_date{
    font-weight: bold;
    font-size: 10pt;
    color: #a0a0a0;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #4876FF;
}

div.profile{
    font-size: 10pt;
    color: #666666;
    margin: 10px 0px;
}

#contents h1{
	font-size: 16pt;
	color: #4876FF;
	margin: 0px;
	padding: 0px;
}

#contents h2{
	font-size: 12pt;
	color: #000000;
	padding: 8px 8px 8px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #a0a0a0;
}

#contents h3{
	font-size: 12pt;
	color: #4876FF;
	border-bottom: 1px solid #a0a0a0;
	padding: 0px 0px 3px 0px;
	margin: 20px 0px 5px 0px;
}

#contents h4{
	font-size: 11pt;
	color: #000000;
}

#contents table{

}

#contents table td{
	font-size: 11pt;
}

#contents table th{
	font-size: 11pt;
	padding: 3px;
}

#contents dl{
}

#contents dl dt{
	font-weight: bold;
}

#contents pre{
	background-color: #f0f0f0;
	border: 2px solid #e0e0e0;
	padding: 5px;
	font-size: 9pt;
}

#twitter_update_list{
    font-size: 10pt;
}

