@charset "utf-8";
/* --The order of describing property-- 
display
visibility
overflow
clip
position
top/right/bottom/left/
float
clear
z-index
width(min-width/max-width)
hieght(min-height/max-height)
margin(margin-top/margin-right/margin-bottom/margin-left)
paddin(padding-top/padding-right/padding-bottom/padding-left)
border(border-width/bordercolor/border-style)
list-style(list-style-type/list-styleimage/list-style-position)
color
background(background-color/backgroundimage/background-repeat/background-attachment/background-position)
font(font-family/fontstyle/font-variant/font-weight/font-size)
line-height
vertical-align
text-indent
text-align
text-decoration
letter-spacing
word-spacing
white-space
--The order of describing property-- */

.NFcol,.NFCcol{
	width:550px;
	margin-top:15px;
}

.NFcol .leftBlock{
	float:left;
	width:120px;
}

.NFcol .rightBlock{
	float:right;
	width:415px;
}

.NFCcol .leftBlock{
	float:left;
	width:330px;
}

.NFCcol .rightBlock{
	float:right;
	width:205px;
}


#localNav ul li span{
	padding:5px 0 0 10px;
}

h1.nfvisual{
	background:url(../../jp/product/copyboard/images/visual-shadow.gif) left bottom no-repeat;
	padding:0 0 6px 0;
	margin:0;
	line-height:1;
	height:103px;
}

