@charset "UTF-8";
/* CSS Document */

/*///// mainNav /////*/
#mainNav {background: #ececec; padding: 0 0 1em;}
#mainNav ul {
	list-style-type: none; margin: 0;
}
#mainNav li {
	font-weight: bold;
	background:url(../../images/2010/bg-mainNav-li-hover.png) repeat-y left top;
	background: none;
}
#mainNav li:hover {background:url(../../images/2010/bg-mainNav-li-hover.png) repeat-y left top;}
#mainNav li a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	padding: 10px 15px 8px 45px;
	background:url(../../images/2010/icn-checkbox.png) no-repeat 15px 7px;
}
#mainNav li a:hover {
	text-decoration: none;
	background:url(../../images/2010/icn-checkbox.png) no-repeat 15px -38px;
}
/*///// subNav /////*/
#subNav {}
#subNav li {}
#subNav a {}
#subNav a:hover {}

#commonNav {padding-top: 25px;}
#commonNav li {float: left; padding: 0 .75em; border-right: 1px solid #fff; position: relative; line-height: 1;}
#commonNav li.last {border-right: none;}
#commonNav a {float: left; display: inline; text-decoration: none; color: #fff;}
#commonNav a:hover {text-decoration: underline;}

.pager {padding: .5em 0 0;}
.pager .column2 {text-align: right;}

