/* Basic Design */

body, td, tr {
	font: "ms ゴシック", Osaka;
	font-size: small;
	color: 000000;
	background: url(images/backgmain.gif) #ffffff repeat;
	line-height: 150%;

	}
p {
	font: "ms ゴシック", Osaka;
	font-size: small;
	color: 000000;
	}

a:link {
	text-decoration: none;
	color: 0066ff;
	}

a:visited{
	text-decoration: none;
	color: 6666ff;
	}

a:hover, a:active{
	text-decoration: underline;
	color: 0000ff;
	}

h1{ 
	text-decoration: none;
	color: 6666ff;
	}
h2{ 
	text-decoration: none;
	color: 3333ff;
	line-height: 90%;
	}
h3{
	text-decoration: none;
	color: 6666ff;
	}

strong{
	text-weight: bold;
	color:ff0099;
	}

/* Contents Design */
#container { 
	text-align: center;
	position: relative;
	background: url(images/backgmain.gif) "#ffffff" repeat;
	margin: 0px auto;
	border: 0px;
	padding: 0px;
	width: 100%; 
	font-size: small;
	}
	html>body #container {
	width: 100%;
	}

#quicksummary {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
	padding: 1px;
	width: 550px; 
	}

#news{	background: ffffcc;
	text-align: left;
	border: 5px double ff9900;
	margin: 20px 0px 0px 0px;
	padding: 8px;
	width: 300px; 
	}


#archives{
	text-align:left	;
	text-valign:top	;
	padding: 0px;
	width: 300px; 
	}

	
