.txt :link    { color: #4F92EB; text-decoration: none;}
.txt :visited { color: #4F92EB; text-decoration: none;}
.txt :hover   { color: #4F92EB; text-decoration: underline;}
.txt :active  { color: #4F92EB; text-decoration: underline;}

a.new         { color: #679B19;}
a:link.new    { text-decoration: underline;}
a:visited.new { text-decoration: underline;}
a:hover.new   { text-decoration: none;}
a:active.new  { text-decoration: none;}

a.career         { color: #EC6066;}
a:link.career    { text-decoration: underline;}
a:visited.career { text-decoration: underline;}
a:hover.career   { text-decoration: none;}
a:active.career  { text-decoration: none;}

p {
	margin-bottom: 10px;
}


/* conbox1
===================================================== */

.conbox1{
	margin-bottom: 20px;
}

.conbox1 .title{
	height: 40px;
	padding-left: 10px; 
	font-size: 15px;
	font-weight: bold;
}

.conbox1 .title .Head{
	font-size: 15px;
	font-weight: bold;
}




/* conbox2
===================================================== */

.conbox2{
	margin-bottom: 10px;
}

.conbox2 .title {
	height: 30px;
	padding-left: 10px; 
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.conbox2 .title-2 {
	height: 30px;
	padding-top: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.conbox2 .title .Head{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.conbox2 .title-2 .Head{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

/* conbox2-b
===================================================== */

.conbox2-b{
	margin-bottom: 10px;
}

.conbox2-b .title {
	height: 40px;
	padding-top: 5px; 
	padding-left: 10px; 
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.conbox2-b .title .Head{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.conbox2-b .txt {
	background-image: url(images/conbox_2_grd_blueb.jpg);
	background-repeat: repeat-x;
}



/* conbox3
===================================================== */

.conbox3{
	margin-bottom: 0px;
}

.conbox3 .title {
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.conbox3 .title .Head{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}



/* whatsnew
===================================================== */

.whatsnew{
	margin-bottom: 10px;
}

.whatsnew .title {
	height: 21px;
	padding-left: 10px; 
	font-size: 14px;
	font-weight: bold;
}
.whatsnew .title .Head{
	font-size: 14px;
	font-weight: bold;
}

.whatsnew .txt {
	padding-top: 10px;
	padding-left: 10px;
	line-height: 18px;
	font-family: "lr oSVbN", "Osaka";
	color: #666;
	font-size: 12px;
}



/* txt
===================================================== */

.txt{
	padding-top: 20px;
	padding-left: 10px;
	line-height: 18px;
	font-family: "lr oSVbN", "Osaka";
	color: #666;
	font-size: 12px;
}





