* {
	margin: 0;
	padding: 0;

}

a:link, a:visited {
	color: blue;
	background-color: ;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {
	padding: 1px;
	color: white;
	background-color: LightSkyBlue;
	text-decoration: none;
	font-weight: bold;

	
}



body {
	background-color: #d3d3d3;
	background-image: url(../img/bg01.xxx);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
		
}

div .main {
	display: block;
	text-align: center;
	background: black;

}

.main {
	background-color: #FFFFFF;
	background-position: center;
	border: solid 2px blue;
	
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
	width: 900px;
	

}


.banner {
	text-align: center;
	vertical-align: middle;
	background: transparent url(../img/banner.png) repeat;
	border-bottom: solid 2px blue;
	width: 100%;
	

}

.banner  p.title {
	font-size: 180%;
	font-weight: bold;
	padding: 1em 1em;
	color: white;

}


.banner img.img01 {

	
}


.banner img.img02 {
	float: right;
	display: block;
	margin: .5em 4em;
	height: 145px !important;  /* first choice for browser */ 
	width: 160px !important;
	height: 9.5em;
	width: 11em;

	
}


.ver {
	list-style: none;
	float: right;
	padding-right: 1em;
	
}

.ver ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 5px 10px 0px;
	text-align: left;
	text-indent: 2em;
	font-size: .8em;

}


.ver ul li, .ver ul li {
	display: inline;
	letter-spacing: .1em;
	font-weight: bold;
	

}


.ver a:link, .ver a:visited {
	padding: 2px 8px 2px 8px;
	color: black;
	background-color: Gainsboro;
	
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;
	
}


.ver a:hover {
	padding: 2px 8px 2px 8px;
	color: white;
	background-color: Gainsboro;
	
	text-decoration: none;
}


.menu {
	list-style: none;
	background: ;
	clear: both; 

}


.menu ul, .menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0px 10px 8px;
	text-align: left;
	text-indent: 2em;

}

.menu ul li, .menu2 ul li {
	display: inline;
	letter-spacing: .3em;
	font-weight: bold;
	

}

.menu a:link, .menu a:visited {
	padding: 3px 6px 2px 6px;
	color: blue;
	background-color: LightSkyBlue;
	text-decoration: none;
	
}

.menu a:hover {
	padding: 3px 6px 2px 6px;
	color: white;
	background-color: LightSkyBlue;
	text-decoration: underline overline;
}


.menu img {
	margin-left: 2em;
	
}

.menu sup.new {
	color: red;

}

.menu sup.new a:link, .menu sup.new a:visited {
	padding: 2px 8px 2px 8px;
	color: red;
	background-color: gold;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;

}	

.menu sup.new a:hover {
	padding: 3px 8px 2px 8px;
	color: white;
	background-color: gold;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;

}	


.menu2 {
	list-style: none;
	float: right;
	padding-right: 4em;
	
}


.menu2 a:link, .menu2 a:visited {
	padding: 3px 10px 2px 10px;
	color: red;
	background-color: gold;
	text-decoration: none;
	
}

.menu2 a:hover {
	padding: 3px 10px 2px 10px;
	color: white;
	background-color: gold;
	text-decoration: overline underline;
}


.content {
	background-color: #FFFFFF;
	background-image: url(../img/all01.jpg);
	background-repeat: no-repeat;
	background-position: center 6em;
	min-height: 600px;
	clear: both;

}


.content h3 {
	margin: 1em;
	padding-left: 1.6em;
	letter-spacing: .3em;


}

.content h4 {
	margin: 1em;
	padding-left: 2em;
	letter-spacing: .3em;
	clear: both;
	
}


.content p {
	margin-right: 4em;
	margin-left: 4em;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2em;
	letter-spacing: .3em;
	clear: both;
	
}

.content p.pc {
	margin-left: auto;
	margin-right: auto;
	
}

.content sup.em {
	color: red;

}

.content sup.old {
	color: gray;

}


.content ol, ul {
	margin-left: 4em;
	margin-right: 4em;
	padding-left: 3em;
	padding-right: 3em;
	line-height: 2em;
	letter-spacing: .3em;

}

.content table{
	border: 2px solid RoyalBlue;
	background-color: LightCyan;
	margin-right: 4em;
	margin-left: 4em;
	text-align: center;
	vertical-align: middle;

	
}


.content th{
	padding: .6em .8em;
	border: 2px solid RoyalBlue;
	background-color: PowderBlue;
	
}


.content td{
	padding: .3em .8em;
	border: 1px solid RoyalBlue;
	
}


.content table.t_1{
	border: 2px solid green;
	background-color: #DEFEDE;
	margin-right: 4em;
	margin-left: 4em;
	text-align: center;
	vertical-align: middle;
	
	width: auto;
	margin-right: auto;
	margin-left: auto;
	
}

.content .t_1 th{
	padding: .6em .8em;
	border: 2px solid green;
	background-color: #BEF781;
	
}


.content .t_1 td{
	padding: .3em .8em;
	border: 1px solid green;
	
}


.content table.tc{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	
}

.content table.ttp_1{
	border: 2px solid;
	border-color: lightblue;
	background-color: aliceblue;
	margin-right: 4em;
	margin-left: 4em;
	padding: .8em .8em;
	text-align: center;
	vertical-align: middle;

}

.content table.ttp_2{
	border: ;
	border-color: ;
	background-color: lightgray ;
	margin-right: 4em;
	margin-left: 4em;
	padding: .8em .8em;
	text-align: center;
	vertical-align: middle;

}

.content td.ttp{
	padding: .5em;
	border: 0;
	background-color: transparent;
	
}


.content img.imgr {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	height: 18em;
	width: 25em;
	

}

.content img.imgl {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	height: 18em;
	width: 25em;
	

}

.content img.imgc {
	margin: 1em;
	height: 22em;
	width: 33em;
	border: solid 1px blue;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;		/* IE center */
	
	
}

.content img.imgs {
	margin: 1em;
	
	display: block;
	margin-left: auto;
    margin-right: auto;
	text-align: center;		/* IE center */
	
	
}


.act-block h4{
	background-color: Lavender;
	margin-left: 3em;
	margin-right: 3em;
	padding: .5em;
}

.act-block table{
	width: auto;
	border: 2px solid Orchid;
	background-color: mistyrose;
	
}

.act-block th{
	padding: .6em .8em;
	border: 2px solid Orchid;
	background-color: pink;
	
}


.act-block td{
	padding: .3em .8em;
	border: 1px solid plum;
	
}



.footer {
	text-align: center;
	vertical-align: middle;
}

.footer hr {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}

.footer p {
	margin-bottom: 0;
}

