/* CSS Document */


/* Body */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #333333;
}


/* Font */
.txts {
	font-size: 8pt;
}
.txtm {
	font-size: 10pt;
}
.txtl {
	font-size: 12pt;
	font-weight: bold;
}
.txtsl {
	font-size: 8pt;
	line-height: 12pt;
}
.txtml {
	font-size: 10pt;
	line-height: 14pt;
}


/* Margin */
.mgn_top5 {
	margin-top: 5px;
}
.mgn_btm5 {
	margin-bottom: 5px;
}
.mgn_topbtm5 {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Link */

/* Link(Default) */
a:link,
a:visited,
a:active {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}

/* Link(Navi) */
.link_navi {
	font-size: 8pt;
	color: #009999;
}
.link_navi a,
.link_navi a:link,
.link_navi a:active,
.link_navi a:visited {
	color: #333333;
	text-decoration: none;
}
.link_navi a:hover {
	color: #006699;
	text-decoration: underline;
}

/* Link(Left Menu) */
.link_lm {
	font-size: 10pt;
	color: #009999;
}
.link_lm a,
.link_lm a:link,
.link_lm a:active,
.link_lm a:visited {
	color: #333333;
	text-decoration: none;
}
.link_lm a:hover {
	color: #006699;
	text-decoration: underline;
}


/* Arrow */

/* Arrow(What's New) */
.arrow_wn {
	margin-top: 4px;
}

/* Arrow(Left menu) */
.arrow_lm {
	margin-top: 4px;
	margin-left: 9px;
	margin-right: 2px;
}	

