@charset "utf-8";
/*******************************************************************************

  a cascading stylesheet for "D'ni Explorers Association" - frame -
  copyright(c) DEA all rights reserved.

*******************************************************************************/

/*
 *  全体の設定
 */
body
{
	padding:2em;
	margin:0px;
	background-color:#ffffff;
	color:#000000;
	text-align:center;
	font-size:12pt;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	line-height:130%;
}


/*
 *  イメージ
 */

img.rightadjust
{
	float:right;
}

img
{
	border-width:0px;
}


/*
 *  アンカー
 */
a:link
{
	text-decoration:underline;
	color:#00468b;
}

a:visited
{
	text-decoration:underline;
	color:#000000;
}

a:active
{
	text-decoration:none;
	color:#c0e0e6;
}

a:link:hover
{
	text-decoration:none;
	color:#00468b;
}

a:visited:hover
{
	text-decoration:none;
	color:#000000;
}


/*
 *  linkurl アンカー
 */

div.linkurl a:link
{
	text-weight:bolder;
	color:#1f4c35;
}

div.linkurl a:visited
{
	text-weight:bolder;
	color:#1f4c35;
}

div.linkurl a:active
{
	text-decoration:underline;
	text-weight:bolder;
	color:#1f4c35;
}

div.linkurl a:link:hover
{
	text-decoration:underline;
	text-weight:bolder;
	color:#1f4c35;
}

div.linkurl a:visited:hover
{
	text-weight:bolder;
	text-decoration:underline;
	color:#1f4c35;
}


/*
 *  div / p
 */
div.rightalign
{
	text-align:right;
}

div.infolog
{
	margin:1em 0px 0.5em 0px;
	text-align:left;
	font-weight:bolder;
}

div.sitemap
{
	text-align:left;
}

div.path
{
	font-size:smaller;
	text-align:left;
}

div.linkurl
{
	padding:0.2em 0.3em;
	background-color:#bde6d1;
	border-width:1px;
	border-color:#33835a;
	border-style:solid;
	color:#1f4c35;
}

div.happynewyear
{
	margin:0px 0px 1em 0px;
	text-align:center;
}

div
{
	margin:0px 0px 1em 0px;
	text-align:left;
}

p.head
{
	font-size:larger;
	font-weight:bolder;
}

p.foot
{
	font-size:smaller;
}

p.sticky
{
	color:#ff0000;
	font-weight:bolder;
}

p
{
	margin:0px 0px 1em 0px;
}


/*
 *  h1-6
 */
h1
{
	font-size:148%;
	margin:2em 0 1em 0;
}

h2
{
	font-size:141%;
	margin:2em 0 1em 0;
}

h3
{
	font-size:134%;
	margin:2em 0 1em 0;
}

h4
{
	font-size:127%;
	margin:2em 0 1em 0;
}

h5
{
	font-size:120%;
	margin:2em 0 1em 0;
}

h6
{
	font-size:113%;
	margin:2em 0 1em 0;
}


/*
 *  テーブル
 */
table
{
	margin:0px 0px 1em 0px;
	width:100%;
	border-width:1px;
	border-color:#00468b;
	border-style:solid;
}

th
{
	padding:0.2em 0.5em;
	background-color:#00468b;
	
	font-weight:bolder;
	text-align:left;
	color:#ffffff;
	
	border-width:1px;
	border-style:solid;
	border-color:#00468b;
}

th:hover
{
	padding:0.2em 0.5em;
	background-color:#ffffff;
	
	font-weight:bolder;
	text-align:left;
	color:#00468b;
	
	border-width:1px;
	border-style:dashed;
	border-color:#00468b;
}

table.announce
{
	margin:0px 0px 1em 0px;
	border-width:1px;
	border-color:#71b60a;
	border-style:solid;
}

table.announce th
{
	padding:0.2em 0.5em;
	background-color:#71b60a;
	
	font-weight:bolder;
	text-align:left;
	color:#ffffff;
	
	border-width:1px;
	border-style:solid;
	border-color:#71b60a;
}

table.announce th:hover
{
	padding:0.2em 0.5em;
	background-color:#ffffff;
	
	font-weight:bolder;
	text-align:left;
	color:#71b60a;
	
	border-width:1px;
	border-style:dashed;
	border-color:#71b60a;
}

table.realtime
{
	margin:0px 0px 1em 0px;
	border-width:1px;
	border-style:solid;
	border-color:#8f8fbe;
}

table.realtime th
{
	padding:0.2em 0.5em;
	background-color:#8f8fbe;
	
	font-weight:bolder;
	text-align:left;
	color:#ffffff;
	
	border-width:1px;
	border-style:solid;
	border-color:#8f8fbe;
}

table.realtime th:hover
{
	padding:0.2em 0.5em;
	background-color:#ffffff;
	
	font-weight:bolder;
	text-align:left;
	color:#8f8fbe;
	
	border-width:1px;
	border-style:dashed;
	border-color:#8f8fbe;
}

td
{
	padding:1em;
	
	text-align:left;
	vertical-align:top;
	
	border-width:0px;
	border-style:solid;
}

td.packagesnap
{
	text-align:left;
	vertical-align:top;
}


/*
 * リスト
 */
ul
{
	list-style-type:disc;
}
ul ul
{
	list-style-type:circle;
}
ul ul ul
{
	list-style-type:square;
}
ul ul ul ul
{
	list-style-type:lower-alpha;
}

/*
 * em(日本語の文章の中でイタリック体は見づらい)
 */
em
{
	font-family:"Times New Roman","ＭＳ Ｐ明朝",serif;
	font-weight:bolder;
	font-style:normal;
}
