@charset "UTF-8";

body{
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  scrollbar-face-color: #99CCFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #3366FF;
  scrollbar-highlight-color: #99FFFF;
  background-color :transparent;
}
a:link,a:active{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
  color:#0055FF;
}
a:hover{
  background-color: #ffff00;
  color: #FF0000;
  text-decoration: underline;
}

/* ページ全体 */
#main {

}

/* ヘッダ部 */
.header {
	text-align:	center;
}
.header h1{
	font-style:	normal;
	font-weight:	normal;
	font-size:	12px;
	margin:	0px;
}
.header h2{
	margin:	0px;
}
.header p {
	border-top:	2px #00CCFF solid;
	border-bottom:	2px #00CCFF solid;
	padding: 6px;
	margin:0.5em 0;

}
/* 
.header marquee {
	border-top:	2px #00CCFF solid;
	border-bottom:	2px #00CCFF solid;
	padding: 6px;

}
*/

/* 本文 */
.body h4 {
	margin:	0px;
}
.body p {
	margin:0.5em 0;
}
p.new {
	text-align:	right;
}
tr.top{
	text-align:	center;
	background-color:	#FFD700;
}
tr.first{
	background-color:	#FFFFFF;
}
tr.second{
	background-color:	#FFFF99;
}
td.new{
	text-align:	right;
}
h4.dev {
	color:		#FFA500;
	text-align:	center;
	font-style:	normal;
	font-weight:	normal;
	border-top:	1px #00CCFF solid;
	padding: 6px;
}
h4.pic {
	color:		#FFA500;
	text-align:	center;
	font-style:	normal;
	font-weight:	normal;
	border-top:	2px #00CCFF solid;
	padding: 6px;
}
.body h5 {
	color:		#FFA500;
	text-align:	center;
	font-style:	normal;
	font-weight:	normal;
	border-top:	1px #00CCFF solid;
	padding: 6px;
	margin:	0px;
}
h5.other {
	border-top:	2px #00CCFF solid;

}
.adsite {
	text-align:	center;
}
p.parameter {
	text-align:	center;
}

/* コピーライト */
.copy{
	border-top: 2px #00CCFF solid;
	text-align:	center;
}
.copy p{
	margin: 6px;
}