body
{
	margin: 0;
   padding: 0;
   background: black;
   color: white;
   font-family: "Arial", "Times New Roman";
   font-size: 95%;
}
#screen
{
	position: relative;
   width: 640px;
   height: 512px;
   margin: 10px auto;
   padding: 0 0 0 0;
   border: 0px solid yellow;
}

a {text-decoration: none;}

#title
{
	position: absolute;
	top: 0px;
	left: 0px;
   width:640px;
	height: 20px;
	color: white;
	background: black;
   text-align: left;
   font-family: /*"メイリオ",*/ "Times New Roman", "Arial", "sans-serif";
   font-size: 20px;
   font-style: normal;
   font-weight: bold;
   font-variant: small-caps;
   border: 0px solid red;
}

#cover
{
	position: absolute;
	top: 21px;
	left: 128px;
   width: 512px;
   height: 384px;
   flow: left;
   border: 0px solid red;
}  
#cover img
{
	width: 512px;
	height: 384px;
}

#comment
{
	position: absolute;
	top: 406px;
	left: 128px;
   width: 512px;
   height: 36px;
   padding-left: 0px;
   color: #DCDCDC;
   font-family: "メイリオ", "Arial", "Times New Roman", "sans-serif";
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   border: 0px solid gray;
}

#date
{
	position: absolute;
	top: 21px;
	left: 0px;
	width: 126px;
	height: 16px;
	padding-left: 0px;
   color: #DCDCDC;
   font-family: "Arial", "Times New Roman", "fantasy";
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   border: 0px solid gray;
}

#description
{
	position: absolute;
	top: 50px;
	left: 0px;
   width: 126px;
   height: 356px;
   padding-left: 0px;
   color: #DCDCDC;
   font-family: "メイリオ", "Arial", "Times New Roman", "sans-serif";
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   border: 0px solid gray;
}
img.circle
{
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

#slides
{
	position: absolute;
	top: 444px;
	left: 0px;
   width: 520px;
	height: 66px;
   overflow: auto;
   padding-top: 0px;
   border: 0px solid red;
}
img.slide
{
	height: 64px;
	border-style: none;
}

#navigation
{
	position: absolute;
	top: 458px;
	left: 530px;
   /*width: 140px;*/
   height: 14px;
   font-family: "Trebuchet MS", "Verdana", "sans-serif";
 	font-size: 10px;
 	font-style: normal;
 	font-weight: bold;
 	text-align: left;
 	border: 0px solid #FF8C00;
} 
#navigation a {color: white;}
#navigation a:focus, #navigation a:hover {color: #DCDCDC;}, #navigation a:active {background: #DCDCDC;}
#navigation img.lead {width: 8px; height: 8px;}
#navigation img.email {vertical-align: bottom;}

#shin
{
	position: absolute;
	top: 484px;
	left: 530px;
	color: white;
	font-family: "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	border: 0px solid red;
}
#shin a {color:#FFFFFF;}
#shin a:focus, #shin a:hover {color: #FF6347;}, #shin a:active {background: #FF6347;}
