a
{
	color: #1373AF;
	text-decoration: none;
}

body
{
	background: #C0C0C0;
	font-family: tahoma;
}

dt
{
	color: #606060;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

th
{
	font-weight: bold;
	text-align: left;
	color: #606060;
}

ul
{
	list-style-image: url('li-dot.png');
}

li
{
	margin-top: 5px;
}

#page
{
	position: relative;
	width: 1000px;
	padding: 20px;
	padding-top: 39px;
	padding-bottom: 39px;
	background: url('page_bg.png') top left repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#top
{
	position: absolute;
	width: 1040px;
	height: 39px;
	top: 0px;
	left: 0px;
	background: url('top_bg.png');
}

#h1
{
	position: relative;
	left: -30px;
	width: 80%;
	background: #1373AF;
	height: 100px;
}

#h1 span
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80px;
	margin-top: 20px;
	margin-left: 39px;
}

#h1back
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 29px;
	height: 15px;
	background: url('box_bg.png') left bottom;
}

#address
{
	position: absolute;
	top: 55px;
	right: 30px;
	font-size: 0.7em;
}

#bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1040px;
	height: 39px;
	background: url('bottom_bg.png');
}

.content
{
	width: 70%;
	margin-left: 5%;
	margin-top: 20px;
}

.content p
{
	font-size: 1.5em;
	font-weight: bold;
	color: #606060;
}

.h2
{
	position: relative;
	left: -30px;
	width: 80%;
	background: #1373AF;
	height: 30px;
}

.h2 span
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	margin-top: 4px;
	margin-left: 39px;
}

.h2back
{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 29px;
	height: 15px;
	background: url('box_bg.png') left bottom;
}
