* {
	padding	: 0px;
	margin-top	: 0px;
}

body {
	margin-top	: 10px;
	margin-left	: 50px;
	margin-bottom	: 80px;
	background-color	: white;
	background-image	: url(./image/bg.gif);
}

a {
	color	: blue;
}
a:hover {
	color	: orange;
}

div.left {
	float	: left;
}
div.right {
	padding-top	: 140px;
}
div.last {
	clear	: both;
}


img {
	border-width	: 0px;
}

img.main_logo {
	margin-left	: 60px;
}

div.top, div.middle, div.bottom {
	width	: 594px;
	margin	: 0px;
	padding-left	: 20px;
	padding-right	: 20px;
	background-repeat	: repeat-y;
}
div.top {
	background-image	: url(./image/window_top.gif);
	height	: 14px;
	margin-top	: 20px;
}
div.middle {
	background-image	: url(./image/window_middle.gif);
}
div.bottom {
	background-image	: url(./image/window_bottom.gif);
	height	: 14px;
}

h1 {
	margin	: 0px;
}

h2 {
	width	: 90%;
	text-align	: center;
	color	: #666;
	border-bottom	: 1px #999 solid;
}

h3 {
	color	: #333;
}

p {
	margin	: 0px;
	padding	: 8px;
	width	: 540px;
	text-indent	: 1em;
}

dt {
	width	: 10%;
	border-bottom	: 1px #999 dashed;
	margin-top	: 1em;
}
dd {
	width	: 85%;
}


