@charset "utf-8";

/* ****************************************************
Title: outline.css
Created: 2010-04-12
Last Modified: 2011-05-23
Editor(s): inukai
Last Editor: nishio
***************************************************** */


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

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

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


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



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

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


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


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

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

div#content div.section h2 {
	background: #00a0e9 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
---------------------------------------------------------------------------- */


