BODY     {
	background: #000033;
	color: ButtonHighlight;
	text-align: center;
 margin-top: 2px;
}
h1	{
	color: Red;
	font-size: 1.5em;
	border:thick outset blue ;
	background-color:lime ;
	margin: 10px 6px 3px;
	text-align: center;
}
img{	max-width: 100%;
	height: auto;
	width /***/:auto;}
#cont {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#navi ul {
	font-size: 13px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	float: left;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#navi li {
	float: left;
	position: relative;
}
#navi a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0.1em 1.2125em 0em;
	text-decoration: none;
}
#navi ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#navi ul ul ul {
	left: 100%;
	top: 0;
}
#navi ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#navi li:hover > a,
#navi ul ul :hover > a,
#navi a:focus {
	background: #efefef;
	border-radius:8px 8px 0px 0px;
}
#navi li:hover > a,
#navi a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#navi ul li:hover > ul {
	display: block;
}
#main {
 width:680px;
 float:left;
 font-family:"MS Sans Serif","ヒラギノ角ゴ Pro W3",Arial;
 	text-align: center;
}
#r{
	width: 250px;
	float: right;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
a{
	text-decoration: none;
	color: #93CAFF;
}
a:visited	{
	color: #C99FF1;
}
a:hover {
	background-color: #FFEBCD;
	color: Red;
}
.left	{	text-align: left;
}
.m0{
	margin: 10px 40px 0px;
	text-align: left;
} 
.fl	{
	font: bold;
	margin-top: 20px;
}
p	{
	text-align: left;
}
.p2	{
	text-align: left;
	margin: 25px 0px 5px;
	font-size: 80%;
}

#footer	{
	width: 940px;
	 float:left;
	text-align: center;
}