@charset "utf-8";

/* ****************************************************
Title: top.css
Created: 2010-04-11
Last Modified: 2010-04-11
Editor(s): inukai
Last Editor: inukai
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# pageBody
# content
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */


/* # gNav
---------------------------------------------------------------------------- */

div#gNav ul li#gNavHome a {
	background: url(../common/images/gnav_bg_li_o.gif) repeat-x left bottom;
	border-bottom: 4px solid #71c3cb;
	margin-bottom: -4px;
	position: relative;	
}


/* # pageBody & visual
---------------------------------------------------------------------------- */

div#pageBody div#pbInner {
	background: url(../images/bg_sidebar.gif) repeat-y right top;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: left;
	width: 730px;
}

div#content div.section {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 16px 20px;
}

div#content div.section h2 {
	background: #71c3cb url(../common/images/bg_mh.gif) repeat-x left bottom;
	padding-bottom: 3px;
}

div#content div.section h2 span {
	background-color: #fff;
	display: block;
}

div#content div#outline dl.tblList ul {
	overflow: hidden;
	zoom: 1;
}

div#content div#outline dl.tblList ul li {
	background: url(../common/images/bg_bd_v_solid.gif) no-repeat right center;
	float: left;
	margin-right: 14px;
	padding-right: 13px;
	white-space: nowrap;
}

div#content div#outline dl.tblList ul li.last {
	background: none;
	border-right: 0;
	margin-right: 0;	
}

div#content div#wanted {
	margin-bottom: 0;
}

div#content div#wanted ul.pdf li {
	background: url(../common/images/bg_bd_h_dot1.gif) repeat-x left bottom;
	margin-bottom: 7px;
	padding: 0 0 4px 5px;
}


/* # clearfix
---------------------------------------------------------------------------- */


/* # common classes
---------------------------------------------------------------------------- */


