
body {
	
	background-color: #99FF00;
	font-size: 13px;
	line-height: 150%;
	text-align: center;
	color: #000000;
}
#page {
	width: 920px;
        background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 0px solid #000000;
	margin-bottom: 0px;
}


#topics {
	background-color: #ffffff;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 0px;
}
#header {
	background-color: #ffffff;
	color: #000000;
	padding: 20px 10px;
	margin: 0px;
}
#leftmenu {
	float: left;
	width: 300px;
	padding-top: 5px;
	margin-left: 5px;

}
.sidemenucover { border-radius: 30px;}
.sideMenu , .sideMenu ul { margin:0; padding:0; }  
.sideMenu a { text-decoration:none; }  
.sideMenu li {  
    list-style:none;  
    font-size:13px;  
    line-height:40px;  
}  
.sideMenu li a {  
    display:block;  
    padding:0 10px;  
    background:#C2C2C2;  
    color:#000000;  
    line-height:35px;  
    border-bottom:solid 0px #000000;  

}  

.sideMenu li a:hover { color:#0000FF; }  
.sideMenu li ul li a {  
    background:#ffffff;  
    color:#000000;  
    border-bottom:solid 1px #ffffff;  

}  





#main {
	width: 600px;
	border: 0px solid #000000;
	background-color: #ffffff;
	border-left: #000000;
	padding-top: 10px;
	margin-top: 1px;
	padding-left: 10px;
	padding-bottom: 30px;
	float:right;
	clear:right;
}



ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

#foot {
	text-align: center;
	width: 100%px;
	background-color: #ffffff;
	color: #000000;
	clear:both;
	float:both;
}






/* --- ボックス --- */
div.section {
width: 580px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #7f7f7f solid; /* ボックスの境界線 */
font-size: 100%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
div.section h3 {
margin: 0; /* 見出しのマージン */
padding: 13px 10px; /* 見出しのパディング（上下、左右） */
background-color: #E0E0E0; /* 見出しの背景色 */
border-bottom: 0px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 110%; /* 見出しの文字サイズ */
}


div.section h4 {
margin: 0; /* 見出しのマージン */
padding: 13px 10px; /* 見出しのパディング（上下、左右） */
background-color: #bfbfbf; /* 見出しの背景色 */
border-bottom: 0px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 120%; /* 見出しの文字サイズ */
}
/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 20px; /* 段落のマージン（上下、左右） */
}

a {
text-decoration: none;
}







