/***
	basics
	
***/

*
{
	margin: 0px;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	color: blue;
	font: normal normal normal 14px "Courier New", Courier, monospace;
	line-height: 18px;
	background: transparent;
	text-decoration: none;
}

/***
	global html elements
***/

html
{
	width: 100%;
	scroll: auto;
	scroll-x: auto;
	scroll-y: scroll;
}

body
{
	width: 100%;
	background: #eeeeee;
}

/***
	navigation area
***/

.dNav
{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: auto;
	left; 0px;
	width: 100%;
	height: 130px;
}

.dNav p
{
	margin: 0px auto 0px auto;
	padding-top: 15px;
	width: 1000px;
	height: 115px;
	background: #eeeeee;
	text-align: justify;
}

.dNav a[s="n"],
.dNav a[s="y"]
{
	font-size: 35px;
	line-height: 35px;
	color: #000000;
}

.dNav a[s="n"]:hover,
.dNav a[s="y"]
{
	font-weight: bold;
}

.dNav span
{
	display: inline-block;
	width: 100%;
	height: 0px;
	background: transparent;
}

.dNav a[s=""]
{
	display: block;
	margin-top: 5px;
}

/***
	site area
***/

.dSite
{
	margin: 0px auto 0px auto;
	padding: 130px 20px 60px 20px;
	width: 960px;
	background: #ffffff;
}

.dSite h1
{
	margin-top: 20px;
	color: #000000;
	font-weight: bold;
}

.dSite h2
{
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
}

.dSite label
{
	display: block;
	float: left;
	color: #000000;
}

.dSite p,
.dSite p[t="1"]
{
	color: #000000;
}

.dSite p[t="1"]
{
	margin-left: 90px;
	color: #000000;
}

.dSite p a,
.dSite p[t="1"] a
{
	color: #0000ff;
	text-decoration: underline;
}
.dSite p a:hover,
.dSite p[t="1"] a:hover
{
	color: #000000;
	text-decoration: underline;
}

.dSite .dWork
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 600px;
}

.dSite .dWork h1
{
	margin-top: 10px;
}

.dSite .dWork img,
.dSite .dWork iframe
{
	display: block;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;	
}

.dSite hr
{
	margin: 20px 0px 20px 0px;
	border-top: 2px solid #000000;
}


/***
	footer area
***/

.dFooter
{
	position: fixed;
	top: auto;
	right: 0px;
	bottom: 0px;
	left; 0px;
	padding-top: 10px;
	width: 100%;
	height: 30px;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	background: #eeeeee;
}

.dFooter img
{
	vertical-align: bottom;
}

.dFooter span,
.dFooter a
{
	color: #000000;
}
.dFooter a:hover
{
	text-decoration: underline;
}

