/*
style for controls' normal font size
Following styles are related to the "color-xxx.css" style sheet.
If you add styles to "color-xxx.css",
you also have to define styles in this using same name.
*/
body {
	font-size: 14pt;
}
.top-bar {
	font-size: 10pt;
}
.link-bar {
	font-size: 10pt;
}
.menu-bar {
	font-size: 14pt;
}
.route-bar {
	font-size: 13pt;
}
.process {
	font-size: 19pt;
}
.top-title {
	font-size: 19px;
}
.sub-title {
	font-size: 14pt;
}
.comment {
	font-size: 14pt;
}
.contents {
	font-size: 14pt;
}
.message {
	font-size: 14pt;
}
.complete {
	font-size: 14pt;
}
.copyright {
	font-size: 16px;
}
.submit {
	font-size: 14pt;
}
.action {
	font-size: 16pt;
}
.list-submit {
	font-size: 13pt;
}
.list-submit-b {
	font-size: 13pt;
	width: 120px;
}
.table-basic {
	font-size: 14pt;
}
.table-list {
	font-size: 14pt;
}
.table-listcell {
	font-size: 14pt;
}
.theme-td {
	font-size: 14pt;
}
.input {
	font-size: 14pt;
}
select {
	font-size: 14pt;
}
label {
	font-size: 14pt;
}
.frame {
	font-size: 14pt;
}
.topicPath {
	font-size: 13pt;
}
.handle-header {
	font-size: 14pt;
}
.list-title {
	font-size: 14pt;
}
.category01 {
	font-size: 11pt;
}
.category02 {
	font-size: 11pt;
}
.menu01 {
	font-size: 11pt;
}
.menu02 {
	font-size: 11pt;
}
.basic-font {
	font-size: 14pt;
}

/*ICS start*/
.url-text {
	font-size: 11pt;
	
}
/*ICS end*/

/*
 style for float footer
 Common header uses following styles instead of "boxD".
*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	_margin: 0 auto -55px;
}
.footer, .push {
	height: 60px;
	_height: 55px;
}
.push2 {
	height: 40px;
}