@charset "utf-8";

* {
	border: 0;
	padding: 0;
}


body {
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	background-image: url('./back.png');
	background-repeat: repeat-x;
}

h1 {
	font-size: 24px;
	text-align: center;
}

h2 {
	font-size: 22px;
	text-align: left;
	padding-left: 40px;
	background-image: url('./bullet.png');
	background-position: left;
	background-repeat: no-repeat;
	color: #ee0000;
}

h3 {
	font-size: 16px;
	text-align: justify;
	padding-left: 60px;
}

h4 {
	font-size: 16px;
	text-align: center;
	color: #ee0000;
	
}

input {
	border: 1px solid black;
	background-color: #ffffff;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
}

textarea {
	border: 1px solid black;
	background-color: #ffffff;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
}

a:link {
	color: #0000fe;
	text-decoration: none;
}

a:visited {
	color: #0000fe;
	text-decoration: none;
}

a:hover {
	color: #fe0000;
	text-decoration: underline;
}

a:active {
	color: #0000fe;
	text-decoration: none;
}

img {
	border: 1px solid black;
}

#container {
	position: absolute;
	top: 0px;
	width: 100%;
}

#wrapper {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 80px;
}

#header-top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 20px;
	background-image: url('./top.png');
	background-repeat: no-repeat;
}

#header-logo-left {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 54px;
	height: 60px;
	background-image: url('./logo-left.png');
	background-repeat: no-repeat;
}

#header-logo {
	position: absolute;
	left: 54px;
	top: 20px;
	width: 246px;
	height: 60px;
	background-image: url('./logo.png');
	background-repeat: no-repeat;
}

#header-logo-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#header-logo-right {
	position: absolute;
	left: 300px;
	top: 20px;
	width: 14px;
	height: 60px;
	background-image: url('./logo-right.png');
	background-repeat: no-repeat;
}

#header-bar-top {
	position: absolute;
	left: 314px;
	top: 20px;
	width: 419px;
	height: 30px;
	background-image: url('./bar-top.png');
	background-repeat: no-repeat;
}

#header-navbar {
	position: absolute;
	left: 314px;
	top: 50px;
	width: 419px;
	height: 30px;
	background-color: #ffffff;
}

#header-navbar-table {
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 100%;
	text-align: center;
	font-size: 13px;
}

#header-bar-right {
	position: absolute;
	left: 733px;
	top: 20px;
	width: 27px;
	height: 60px;
	background-image: url('./bar-right.png');
	background-repeat: no-repeat;
}

#content {
	position: relative;
	width: 760px;
}

#content-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 28px;
	height: 84px;
	background-image: url('./left.png');
	background-repeat: no-repeat;
}

#content-border-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 28px;
	height: 100%;
	background-image: url('./border-left.png');
	background-repeat: repeat-y;
}

#content-inside {
	position: relative;
	left: 28px;
	width: 705px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	background-color: #ffffff;
	clear: both;
}

#content-right {
	position: absolute;
	left: 733px;
	top: 0px;
	width: 27px;
	height: 84px;
	background-image: url('./right.png');
	background-repeat: no-repeat;
}

#content-border-right {
	position: absolute;
	left: 733px;
	top: 0px;
	width: 27px;
	height: 100%;
	background-image: url('./border-right.png');
	background-repeat: repeat-y;
}

#footer {
	position: relative;
	clear:both;
	width: 760px;
	height: 28px;
}

#footer-bottom {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 28px;
	background-image: url('./bottom.png');
	background-repeat: no-repeat;
}

#copyright {
	position: relative;
	top: -10px;
	width: 760px;
	font-size: 10px;
	color: #888888;
	text-align: center;
}

.contents-text {
	font-size: 13px;
	text-align: justify;
	padding-left: 60px;
	padding-right: 60px;
}
