*{
	margin:0;
	padding:0;
}
body {
	background-image : url("image/big-hane01.jpg");
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 25px;
	text-align: center;
}
body,td,th {
	color: #000000;
}
h1 {
	font-size: x-large;
	font-style: normal;
	text-align:center;
	margin: 10px;
}
hr {
	width:200px;
	margin: 10px auto;
}

h2,p,li {
	font-size: medium;
	font-style: normal;
	text-align:center;
	margin: 10px;
}
p{
	border: 1px dotted #aaa;
	padding: 3px;
	display: inline;
	line-height:170%;
}
ul {
	margin-top: 10px;
	list-style-type: none;
	list-style-position: outside;
}
li {
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
div.watch{width:50px;margin:0 auto;}

dl{
	display:block;
	width:25em;
	margin-left:auto;
	margin-right:auto;

}
dt,dd{
	font-size: x-small;
	text-align:left;
}
dt{
	float:left;
	clear:left;
	width:13em;
	text-align:right;
}
dd{
	margin-left:13em;
}
