@import:url("base2.css");
body{
	line-height: 1.6em;
	background-color: #E2C7C7;
	/*background-color:black;*/
	/*color: silver;*/
}
h2{
	font-variant: small-caps;
	font-weight: 700;
	font-size: 1.2em;
	color: red;
	margin: 1em 0 0.5em;
	padding: 0 0 0 0.5em;
	border-width: 0 0 0.1em 1em;
	border-color: blue;
	border-style:solid;
	width: 20%;
	float: left;
	font-family: "ＤＦ POP体",  "MS ゴシック" ;
	/*font-family: "MS ゴシック" , "DF POP体","sans-serif";*/
	clear:both;
}
h3{
	font-size: 1.1em;
	margin: 0.5 1em 0em 0.5em;
	border-width:1.2px 0 0;
	border-color: blue;
	border-style: dotted;
	clear:both;
	text-align: left;
	padding:0 0 0 0.5em;
	color: navy;
}
h3:after{
	/*content:"#";*/
	font-size: 1em;
	display:inline;
}

h2 + h3{
	margin: 1em 0em 0.5em 1em;
	border-style:none;
	clear: left;
}
p{
	clear: both;
	margin:0 0 0 2em;
	text-indent:-1em;
}
p.navi a{
	/*background-color:#9f9;*/
	border-color:#9f9;
}
.bouton,p.navi a{
	font-style: "HG正楷書体-PRO";
	font-size: 1em;
	color: #4D4D4D;
	background-color: #E0D6FA;
	text-align: center;
	margin: 0 0.2em;
	padding: 0.2em;
	border: thin silver outset;
	clear: none;
}

p.bouton{
	margin:1em 0 0.5em 0;
	font-family: san-serif;
	font-weight: bolder;
	font-size: 0.8em;
	text-align: right;
	width: 3em;
	clear: right;
	float:right;
}
p.bouton a:visited,p.navi a:visited{
	color: #B9B9FF;
	color: #4D4D4D;
}

p.navi{
	font-size: 0.8em;
/*	background-color: blue;*/
	text-align: center;
	margin: 1em 0 0.5em;
/*	border: thin thin 0.1em blue ridge;*/
	border-width:0 4px;
	border-color:blue;
	border-style: ridge;
	width: 70%;
	height: 1em;
	float: left;
	clear: none;
}

ul p{
	margin-left: 0em;
	margin-bottom:0;
	text-align: center;
}


hr{
	display: none;
	margin-top:1em;
}

div.foot{
	padding: 0.5em 0 0 0;
	border-width: normal 10em;
	border-color: #9f9;
	border-style: solid;
}

div.foot address{
	margin-top:0em;
}

ul{
	display: compact;
	list-style-type: disc;
	border-width: 0 0 0 1px;
	border-color: gray;
	margin: 1em;
	padding:0em;
	margin: 0.5em 1em;
	clear: left;
}
ul li{
	padding:0 0.5em 0;
	border-width: 0 1px 0 0;
	border-color: gray;
	border-style: solid;
	display: inline;
}

