
body, td, input, textarea, select {
	font-size: 12px;
	font-family: tahoma, verdana, helvetica, sans-serif;
}

body, form {
	margin: 0px;
}

img {
	border: none;
}

a:link    { color: #0033CC; text-decoration: none; }
a:visited { color: #0033CC; text-decoration: none; }
a:active  { color: #CC3300; text-decoration: none; }
a:hover   { color: #CC3300; text-decoration: none; }

/******************************************************************************/

input.text, textarea.text {
	border: 1px solid #666666;
}

.button {
	border: 1px solid #666666;
	background-color: #f0f0f0;
}

.w60px  { width:  60px; }
.w80px  { width:  80px; }
.w100px { width: 100px; }
.w150px { width: 150px; }
.w200px { width: 200px; }
.w300px { width: 300px; }
.w400px { width: 400px; }
.wfull  { width:  100%; }

/******************************************************************************/

DIV.div0 {
	margin-left: 20px;
	margin-bottom: 30px;
}

DIV.div1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}

DIV.div2 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: µ¸¿ò;
	padding-top: 3px;

	padding-left: 20px;
	background-image: url(Html/Image/ball_01.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

DIV.div3 {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;

	padding-left: 20px;
	background-image: url(Html/Image/ball_02.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}

DIV.div4 {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;

	padding-left: 20px;
	background-image: url(Html/Image/ball_03.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}

DIV.div5 {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;

	padding-left: 20px;
	background-image: url(Html/Image/ball_04.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}

DIV.div6 {
	margin-left: 20px;
	margin-bottom: 15px;
}

DIV.div7 {
	float: left;
	margin-top: 5px;
	width: 30px;
}

DIV.div8 {
	margin-left: 40px;
	margin-bottom: 15px;
	margin-top: 5px;
}

