/* Common Styles ****************/

body {
	background-color: #b2b2b2;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
}

a {
	color: #666; text-decoration: none;	
}

a:hover {
	color: #181818; text-decoration: none;
}

a.link01 {
	color: #666; text-decoration: none;
}

a.link01:hover {
	color: #181818; text-decoration: underline;
}

a.link02 {
	color: #FFF; text-decoration: underline;
}

a.link02:hover {
	color: #dedede; text-decoration: underline;
}

hr {
	height: 1px;
	color: #0056c7;
	margin: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-top: 0px; margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #edaa13;
	margin: 0px;
}

p {
	margin-top: 0px; margin-bottom: 10px;
}


ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: disc;
	padding-left: 0px;
	margin-bottom: 5px; margin-left: 15px;
	line-height: 15px;
}

.digits01 li {
	list-style: decimal;
	margin: 0px;
	line-height: 17px;
}

.txt01 {
	font-size: 11px;
	color: #666;
}

.txt02 {
	font-size: 12px;
	color: #a28400;
	font-weight: bold;
}

.txt03 {
	color: #666;
	font-weight: bold;
}

/* Page Related Style ****************/

.lnav_bg01 {
	background: url(../img/lnav_bg01.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b7b7b;
	font-weight: bold;
	padding: 1px 0px 0px 35px;
	height: 16px;
	vertical-align: top;
}

.ftr01 {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding-left: 40px;
}

.main01 {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #cbcbcb;
}

.main02 {
	font-size: 12px;
	color: #999;
	padding: 20px;
}

.main02 p {
	margin-bottom: 5px;
}

.ttl_bg01 {
	background: url(/img/ttl_bg01.gif);
	font-weight: bold;
	color: #2c6fb0;
	text-transform: uppercase;
	padding-left: 15px;
	height: 30px;
}

.ttl_bg01 p {
	margin: 0px;
}

.ttl02 {
	color: #012b4f;
	padding-left: 35px;
}