/* ------------------------------
　　★★--memo 左メイン
------------------------------ */

dl {
	margin: 5px;
}
dl dt {
	padding: 10px 0px;
	font-weight: bold;
	text-indent: 1em;
	font-size: 120%;
}
dl dd {
	padding: 10px 0 10px 2em;
	border-bottom: 1px #CCCCCC solid;
}

/* ------------------------------
　　★★--右メニュー
------------------------------ */
#ol {
	margin: 10px 0 0 30px;
}

/* ------------------------------
　　★★--IMG要素 ここから
------------------------------ */


/* ------------------------------
　　★★--IMG要素　ここまで
------------------------------ */


h2 {
	padding: 5px 10px 1px 10px;
	font-weight: bold;
     	text-align: center;
     	font-size: 15px;
     	background-color: #00a0e9; 
     	color: #000000;
     	border-left:10px solid #0078ac;
     	border-right:10px solid #0078ac;
     	border-top:1px solid #0078ac;
     	border-bottom:1px solid #0078ac;
}

/* ------------------------------
　　★★--その他
------------------------------ */

object {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
