/* Global Styles */

a {
	color: #FF080E;
}
	
a:hover {
	color: #FF9900;
}

/* navigation */

#navigation td {
	border-bottom: 1px solid #FF9900
}

#navigation a {
	font-size:11px;
	color: #FF9900;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
}
	
#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
}
	
#navheader {
	font:24px arial;
	color: #1F2669;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;
}
	

/* other */

#menuList{
	font-size:18px;
}

.itemDetail, .clfix, .explain {
	line-height:125%;
}

.copyright {
	color:#FFFFFF;
}

.font_10{
	font-size:10px;
	line-height:125%;
}

.font_12{
	font-size:12px;
	line-height:125%;
}

.font_14{
	font-size:14px;
	line-height:125%;
}

.font_16{
	font-size:16px;
	line-height:125%;
}

.font_18{
	font-size:18px;
	line-height:125%;
}

.font_26{
	font-size:26px;
	line-height:125%;
}

.bo{
	font-weight: bold
}

.c_w{
	color:#FFF;
}

.c_g{
	color:#666;
}

.padd_01{
	padding-top:3px;
}

.padd_02{
	padding:3px 7px;
}

.bdr_01{
	border-bottom: solid 1px #666;
}

.bdr_02{
	border: solid 2px #000;
}

