body, td, form, input, textarea, select {
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-decoration: none;
}

a {
	color: #0181C0;
	text-decoration: underline;
}
a:hover{
	color: #0066CC;
	text-decoration: none;
}

.inputline { border: 1px solid #B2C1C1;}

/* Menu */

.topmenu {
	font-size: 12px;
	color: #666666;
}
.topmenu a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.topmenu a:hover{
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.leftmenu{
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
}
.leftmenu a{
	background-image: url(../img/layout/layout_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color: #FFFFFF;
	height:27px;
	padding:7px 5px 0px 20px;
	color:#333333;
	display: block;
	text-decoration: none;
}
.leftmenu a:hover{
	background-image: url(../img/layout/layout_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color: #CFD7E9;
	height:27px;
	padding:7px 5px 0px 20px;
	color:#FF6600;
	text-decoration: none;
	display: block;
}

/* Copyright */

.copyright_line{
	border : 1px solid #98BDE1;
}
.copyright_bg {
	background-color: #317AC1;
	background-image: url(../img/line_bg.jpg);
	background-repeat: repeat-x;
}
.copyright_txt {
	color: #FFFFFF;
}
.copyright_txt a{
	color: #FFFFFF;
	text-decoration: none;
}
.copyright_txt a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Background */

.main_bg {
	background-color: #FFFFFF;
	background-image: url(../img/layout/layout_main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* TXT 
.MainTitle{
	background-image: url(../img/layout/layout_main_titleicon.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 15px;
	font-weight: bold;
	padding:0px 0px 0px 27px;
	color:#64C0E3;
}
*/

.MainTitle{
	background-image: url(../img/layout/layout_main_titleicon.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 15px;
	font-weight: bold;
	padding:0px 0px 0px 27px;
	color:#053679;
}
.blue15txt{
	color:#053679;
	font-size: 15px;
}

/* Line */

.lineBottom{
	border-bottom : 1px solid #CCCCCC;
}

.line {
	font-size: 1px;
	line-height: 1px;
}
.logo_bg { background-image:url(../img/01about/01_logo_bg.jpg); background-repeat:no-repeat ; 
           background-position:right top;}
.com-01 {
	list-style-type: none;
}
.year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #122571;
}
.nav-ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nsv-li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	line-height: 1.5em;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.nsv-li a {
	color: #666666;
}
.pro-list {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0DBDF8;
}
.blue {
	font-weight: bold;
	color: #0000FF;
}
.inputline {
 position: relative;
 z-index: 1;
}
