
ul.menue {
	float:right;
	width:190px;
	background-color: #ffffff;
	margin-right:10px;
	text-align:left;
}
ul.menue li {
	list-style:none;
	margin-bottom: 0em;	/* 下マージン*/
	margin-top: 0.5em;	/* 上マージン */
	padding:2px 0px 2px 2px;
	border:1px solid #006335;
	background-color: #deebba;
}
.menue li a {
	display:block;			/* 表示形式 */
	width:180px;			/* 表示の横幅 */
	font-weight: bold;
	padding:2px 0px 2px 2px;
}
.menue li a:link {
	color: #333333;
}
.menue li a:visited {
	color: #333333;

}
.menue li a:hover {
	color: #990033; 
	text-decoration: underline;
	background-color: #ffffff;

}
.menue li a:active {
	color: #ff3366;
}

/*olサブメニュ*/
ol.menu {
	float:right;
	background-color: #ffffff;
	margin-right: 10px;
	text-align:left;
}
ol.menu li {
	width:180px;
	border: solid 1px #cccccc;
	list-style:none;
	margin-bottom: 0.5em;		/* 下マージン*/
	margin-top: 0.5em;	/* 上マージン */
	padding:2px 2px 2px 2px;
	background-color: #e6e6e6;
}
.menu li a {
	display:block;			/* 表示形式 */
	width:175px;			/* 表示の横幅 */
}
.menu li a:link {
	color: #000000;
}
.menu li a:visited {
	color: #990033;
}
.menu li a:hover {
	color: #990033; text-decoration: underline;
}
.menu li a:active {
	color: #ffc3366;
}

.box1 {
	border: solid 1px #800000;
	padding: 5px 5px 5px 5px;
}

h3{
	color:#0066ff;
}
h1.ex08 {

	font-size: 140%;
	margin-bottom: 0em;			/* 下マージン*/
	margin-top: 0.5em;			/* 上マージン */
	border-left: 10px solid #cccccc;	/* 左ボーダー */
	background-color:#cc0000;		/* 背景色： */
	color: #ffffff;
	padding:2px 2px 2px 10px;		/* 左パディング */
}

h2.ex08 {

	font-size: 120%;
	margin:15px 3px 10px 2px;
	border-left: 8px solid #5d9d95;	/* 左ボーダー */
	color: #333333;
	padding:3px 3px 2px 10px;
	background-color:#e6e6e6;		/* 背景色： */
}
h3.ex08 {
	font-size: 100%;
	margin:15px 0px 8px 0px;
	border-left: 40px solid #cccccc;	/* 左ボーダー */
	border-right: 40px solid #cccccc;	/* 右ボーダー */
	color: #ffffff;
	padding: 2px 2px 2px 10px;
	background-color:#5d9d95;		/* 背景色： */
	text-align:center;
}
h4.ex08 {
	font-size: 110%;
	margin:15px 0px 8px 0px;
	border-left: 5px solid #333333;	/* 左ボーダー */
	color: #621434;
	padding-left:10px;		/* 左パディング */
}

.line{	
	border-top: 1px solid #555555;	/* 下ボーダー */
	margin: 20px 5px 20px 5px;
	text-align:right;
}

.notice {
	color: #006335;
}

table.lis {
	border-collapse: collapse;
	margin: 5px 5px 5px 5px;
}
table.lis td{
	border: solid 1px #333333;
	padding : 5px 5px 5px 5px;
}
table.lis th{
	border: solid 1px #333333;
	padding : 3px 3px 3px 5px;
	text-align:center;
	background-color:#5d9d95;
	color:#ffffff;
	}
tr {
	vertical-align:top;
}
img.left {
	float:left;
	margin:0.5em 1em 0.5em 0;
}
img.right{
	float:right;
	margin:0.5em 1em 0.5em 0;
}
#pan {
	font-size:small;
	margin:0;
	padding:2px;
}
h3.update {
	border-left: 8px solid #666666;
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	border-right: 1px dotted #666666;
	font-size: 120%;
	margin: 15px 3px 3px 3px;	/* マージン*/
	padding: 2px 20px 2px 10px;	
}
