@charset "utf-8";

/* ----------------------------------------------------------

Created : 2008,09/16
Copyright (C) Trans New Technology, Inc. All right reserved.

---------------------------------------------------------- */

body {
	background-image: url(../img/stripe_bg.gif);
	background-repeat: repeat;
	font-size: 85%;
}

h2 {
	font-size: x-large;
	color: #CC0000;
}
table {
	font-size : 90%;
	color : #333333;
	width : 720px;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
	line-height : 1.4em;
	letter-spacing : 1px;

}
#hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 50px 0;
	border-top-style: none;
}


table.center {
	margin-bottom: 20px;
	margin-top: 20px;
}

th {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E1E2E6;
	font-weight: bold;
}

td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #EFF2F3;
}

td,
th {
	height: 2.3em;
}

#wrap {
	background-image: url(../img/wrap_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
#wrap #container {
	padding-right: 20px;
	padding-left: 20px;
}


.bottom-dot-line {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#wrap #copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
}

#wrap #title-logo {
	background-image: url(../img/title_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
