/*

外部スタイルシート、ファイル名：style.css

スタイルシートリファレンス
http://www.htmq.com/style/index.shtml

タグ
<link rel="stylesheet" type="text/css" href="style.css">


*/


body,html {

	margin:0px;

	font-size: 90%;
	line-height: 1.5;

	background-color:#ffff00;
	color: #000000;

	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #ffff00;
	scrollbar-face-color: #ffff00;
	scrollbar-highlight-color: #ffffcc;
	scrollbar-shadow-color: #333333;


	scrollbar-track-color: #ffff00;



}

td {

	font-size: 90%;
	line-height: 1.5;

}

a:link {
	color: #000000;
}

a:visited {
	color: #ff0000;
}

/*
a:hover {
	background-color:#ff9900;
}
*/



div.scroll {
	padding: 5px;
	background-color:#ffffcc;
	color: #000000;
	text-align: left;
	border-style: dotted;
	border-width: 1px;
	height: 100px;
	width:450px ;
	overflow: auto;

}


img {
	border: 0;
	vertical-align: middle;
}


h1.test {
	visibility: hidden;
	font-size: 0px;
}


p.waku {
	text-align: left;
	margin:5px;
	padding: 5px;
	background-color:#ffff00;
	color: #000000;
	width:450px;
	border-style: solid; border-width: 1px 1px 1px 1px;

}


div.img {
	position: relative;
}

div.txt {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 450px;
	color: #ff0000;
	font-size: large;
	font-family: HGP創英角ｺﾞｼｯｸUB;

}

div.topwaku {
	text-align: center;
	width:500px;
	padding: 5px;
	border-style: solid;
	border-width: 2px;

}

input, select, textarea { 
	background-color: #ffffff;
	color: #000000;
	width:400px;
}



table.koukoku {
	margin:auto;
	border-spacing: 0px;
	width:450px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffff00;

}
table.koukoku th, table.koukoku td {
	border-width: 1px;
	border-style: solid;
	border-color: #ffff00;
}

table.koukoku2 {
	border: none;
}
table.koukoku2 th, table.koukoku2 td {
	font-size: 12px;
	border: none;
}

