/* common style */
body {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-family:"Arial, Helvetica, sans-serif";
	text-decoration:none;
	line-height:1.5em;
	color: #333333;
}


h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,em {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-family:"Arial, Helvetica, sans-serif";
	line-height:1.5em;
	margin:0px;
	padding:0px;
}

/* default A tag style */
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #FF8822;
	text-decoration: underline;
}

/** navi-menu style **/
/* A tag style */
a.navi{
	color: #eeeeee;
	text-decoration: none;
}

a.navi:link{
	color: #eeeeee;
	text-decoration: none;
}

a.navi:visited{
	color: #eeeeee;
	text-decoration: none;
}

a.navi:hover{
	color: #eeeeee;
	text-decoration: none;
	border-bottom: 2px solid;
	border-bottom-color: #FF8822;
}

/* A tag style (View Page) */
a.navi2{
	color: #eeeeee;
	text-decoration: none;
	border-bottom: 2px solid;
	border-bottom-color: #FF8822;
}

a.navi2:link{
	color: #eeeeee;
	text-decoration: none;
	border-bottom: 2px solid;
	border-bottom-color: #FF8822;
}

a.navi2:visited{
	color: #eeeeee;
	text-decoration: none;
	border-bottom: 2px solid;
	border-bottom-color: #FF8822;
}

a.navi2:hover{
	color: #eeeeee;
	text-decoration: none;
	border-bottom: 2px solid;
	border-bottom-color: #FF8822;
}



/* A tag style */
.nvmn01{
	font-size:12px;
	color:#FFFFFF;
	line-height:1em;
	height:30;
	vertical-align:middle;
}

.nvmn02{
	font-size:12px;
	color:#888888;
	line-height:1em;
	height:30;
	vertical-align:middle;
}

/** table style **/
.table1 {
	border:0px none;
	text-align:left;
	border-collapse:collapse;
	font-size:12px;
}
.table1 th {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	white-space: nowrap;
}
.table1 td {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.table1 li {
	margin-left: 20px;
}


/** font style **/
.font_xl{font-size:18px;}
.font_l{font-size:14px;}
.font_m{font-size:12px;}
.font_s{font-size:10px;}
.font_xs{font-size:8px;}

/** color style **/
.color_def{background-color:#3B4B9F;}
