@charset "utf-8";
html, body, div, span, object, pre, code, a, p, img, hr, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, fieldset, label, legend, tr, td, table { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #ffffff;
	font-family: Verdana,Helvetica;
	color: #676767;
	font-size: 12px;
}
a:link { 
	color: #676767; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: bold;
}
a:visited { 
	color: #676767;
	text-decoration: none; 
	font-size: 12px; 
	font-weight: bold;
}
a:hover { 
	color: black; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: bold;
}
span.title{
	font-size: 14px;
	font-weight: bold;
	color: #4a4a4a;
}
span.title2{
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4a;
}
span.title3{
	font-size: 12px;
	font-weight: bold;
	color: red;
}
a.link2:link{
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.link2:visited{
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.link2:hover{
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
table#main{
	height: 100%;
	width: 100%;
}

table#main td#tLeft{
	width: 168px;
	background-image: url('img/back_01.png');
}
table#main tr#trDown{
	height: 108px;
}
table#main td#tLeft2{
	background-image: url('img/back_01.png');
}
table#main td#tLeft3{
	background-image: url('img/back_04.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
table#main td#tMiddle{
	width: 803px;
	background-image: url('img/img_11.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
table#main td#tMiddle2{
	width: 803px;
	background-image: url('img/img_11a.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

table#main td#tRight{
	background-image: url('img/back_03.png');
	background-repeat: repeat-x;
	background-position: top;
}
div#img_01{
	width: 168px;
	height: 44px;
	background-image: url('img/img_01.png');
}
div#img_02{
	width: 168px;
	height: 135px;
	background-image: url('img/img_02.png');
}
div#img_03{
	width: 168px;
	height: 100px;
	background-image: url('img/img_03.png');
}
div#img_04{
	width: 579px;
	height: 44px;
	background-image: url('img/img_04.png');
}
div#img_05{
	width: 22px;
	height: 44px;
	background-image: url('img/img_05.png');
}
div#img_06{
	width: 613px;
	height: 86px;
	background-image: url('img/img_06.png');
}
div#img_07{
	width: 190px;
	height: 86px;
	background-image: url('img/img_07.png');
}
div#img_08{
	width: 613px;
	height: 113px;
	background-image: url('img/img_08.png');
}
div#loginForm{
	width: 190px;
	height: 113px;
	background-color: #151530;
	overflow: auto;
	font-size: 10px;
	color: white;
	
}
div#loginForm a{
	text-decoration: underline;
	color: white;
	font-size: 10px;
}
div#loginForm input{
	font-size: 12px;
	border: 1px solid black;
	margin: 2px;
}
div#loginForm input.submit{
	width: 24px;
	height: 24px;
	border: 0px;
	font-size: 8px;
	background-image: url('img/button.png');
	background-color: #f8f8f8;
}
div#content1{
	width: 213px;
	height: 407px;
	float: right;
	margin-bottom: 108px;
	/*background-image: url('img/img_12a.png');*/
	background-repeat: no-repeat;
	background-position: top left;
}

div#content2{
	background-image: url('img/back_02.png');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 570px;
	overflow: auto;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 60px;
}
div#img_12{
	background-image: url('img/img_12.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 29px;
	width: 303px;
}
input.dp_submit{
	color: white;
	background-color: #ff6600;
	border: 1px solid #ffbb33;
}

