@charset "utf-8";
/*******************************************************************************

  a cascading stylesheet for "D'ni Explorers Association"
  copyright(c) DEA all rights reserved.

*******************************************************************************/

body
{
	margin:0px;
	padding:1em;
	background-color:#00468b;
	background-image:url("./images/border.png");
	background-repeat:repeat-y;
	background-position:right;
	color:#ffffff;
	text-align:left;
	font-size:12pt;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}

img
{
	border-width:0px;
}

img.box
{
	border-width:0px;
	vertical-align:middle;
}

a:link
{
	color:#c0e0e6;
	font-weight:bolder;
	text-decoration:none;
}

a:visited
{
	color:#ffffff;
	font-weight:bolder;
	text-decoration:none;
}

a:hover
{
	font-weight:bolder;
	text-decoration:underline;
}

div.titlebox
{
	padding:0px 0px 1em 0px;
}

div.menubox
{
	padding:0px 0px 0px 0.75em;
}

p.foot
{
	font-size:smaller;
}

