@charset "utf-8";

/* ****************************************************
Title: expenses.css
Created: 2010-09-24
Last Modified: 2010-09-24
Editor(s): nishio
Last Editor: nishio
***************************************************** */


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

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

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


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



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

div#gNav ul li#gNavExpenses a img {
	visibility: hidden;
}


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

div#content #lead {
	margin-bottom: 20px;
	padding: 0 10px;
}

div#content div.section {
	padding-left: 10px;
	padding-right: 10px;
}

div#content div.section div.section {
	padding-left: 0;
	padding-right: 0;
}

div#content div.section h2,
div#content div.section .mh,
div#content div.section h3,
div#content div.section .sh {
	margin: 0 -10px 20px;
}

div#content table.basic th,
div#content table.basic td {
	font-size: 108%;
}

div#content div#consultation table.basic tbody th,
div#content div#advise table.tasic tbody th,
div#content div#charge table.basic tbody th {
	width: 192px;
}

div#content div#case table.basic tbody th,
div#content div#regist div#other table.basic tbody th {
	width: 214px;
}

div#content ul.basic {
	background-color: #faf8f5;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 12px 14px;
}

div#content ul.basic li {
	background: url(../../common/images/ico_arrow04.gif) no-repeat 0 0.35em;
	color: #444;
	margin-bottom: 5px;
	padding-left: 14px;
}

div#content ul.basic li.last {
	margin-bottom: 0;
}

div#content ul.last {
	margin-bottom: 0 !important;
}

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

div#content dl dd span.emphasis {
	text-decoration: underline;
}

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



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

table.basic tbody td {
	text-align: right;
}

