

body
{
	font-size:small;
	color:black;
}

a
{
	text-decoration:none;
}

a:link { color: #000000; }
a:visited { color: #000000; } 

.white a:hover
{
	border:0px;
	color:#FF1493;
	font-size:115%;
}

a:hover
{
	border:0px;
	color:#00BFFF;
}


p
{
	font-size:small;
	color:#000;
	margin-left:20;
}

form
{
	font-size:small;
	color:#000;
	margin-left:20;
}



#head
{
	width:100%;
	height:80px;
	background-image:url(st.png);
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:100;
}

#main
{
	width:100%;
	margin-top:80px;
	margin-bottom:300px;
	margin-left:0;
}


.white
{
	width:600px;
	height:30px;
	background:white;
	background-color:rgba(255,255,255,0);
	margin:25 auto;
	margin-bottom:25px;
	padding:0;
}

.white ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.white li:first-child
{
	float:left;
	width:350px;
	height:50px;
	margin:0;
	padding:0;
}

.white li
{
	float:left;
	width:50px;
	height:50px;
	margin:0;
	padding-top:5;
	font-size:20px;
}


.contents
{
	background-color:#fff;
	width:650px;
	margin:0 auto;
	padding:20px;
}

dl.updatelist dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em 20px;
  width: 100px;
  border-left: solid 8px #e9e9e9;
  padding-left: 5px;
  color: #000;
}

dl.updatelist dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}

table.title
{
	margin-left:20;
	padding:0;
	font-size:12px;
	color:#ccc;
}

table.30title
{
	width:100%;
	padding:0;
	color:#ccc;
}

td.num
{
	color:#000;
	padding:0;
	margin:0;
	width:20;
}

td.ti
{
	color:#ccc;
	padding:0;
	margin:0;
	width:150;
}



@font-face
{
	font-family: MyWebFont;
	src: url(Brazilia.otf) format("opentype");
}


h1
{
	color:black;
	font-size:32px;
	font-family:MyWebFont;
	margin-top:0;
}


h2{
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.5em;
	background: #e9e9e9;
	color: #000;
	font-size: 22px;
	font-family:MyWebFont;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

h2:after{
	position: absolute;
	bottom: -15px;
	left: 5%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #e9e9e9;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}

h3
{
	color:black;
	font-size:X-large;
	font-family:MyWebFont;
	margin-left:20;
}
