@charset "utf-8";

/* ****************************************************
Title: hanashi.css
Created: 2010-07-14
Last Modified: 2010-07-22
Editor(s): nishio
Last Editor: tsutsu
***************************************************** */


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

# General Elements
# content
# clearfix
# common classes

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


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



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

div#content h1 {
	margin: 0 0 15px;
}

div#content h3 {
	background: url(../images/ico_sh.gif) no-repeat 10px center;
	border-bottom: 1px solid #f0f0f0;
	font-size: 116%;
	padding: 13px 0 13px 56px;
}

div#content div.section {
	background: url(../../common/images/bg_bd_dot01.gif) repeat-x left bottom;
}

div#content div.section div.textBody {
	padding: 0 10px;
}

div#content p.sh span.date {
	background: none;
	font-weight: normal;
	text-align: right;
	margin-top: -2.16em;
}

div#content div.section div.textBody dl.toc dt {
	clear: left;
	float: left;
	width: 15em;
}

div#content div.section div.textBody dl.toc dd {
	margin: 0 0 15px;
	overflow: hidden;
	zoom: 1;
}

div#content div.section div.textBody dl.toc dt.answer,
div#content div.section div.textBody dl.toc dd.answer {
	float: none;
	width: auto;
}


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

div#content div#sitemapBase {
	zoom: 1;
}

div#content div#sitemapBase:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


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


