@charset "UTF-8";

/*** contents section ***/

#contentsSection h1 {
	margin: 12px 3px 5px 3px;
}

#contentsSection div.container {
	margin: 0px 17px 0px 12px;
	padding: 36px 0px 0px 0px;
	background-image: url("/img_common/lead_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#contentsSection div.container h2 {
	margin: 0px 0px 59px 9px;
}

#contentsSection div.container div.letter {
	margin: 0px 0px 0px 17px;
}

#contentsSection div.container div.letter h3 {
	margin: 0px 0px 19px 2px;
}

#contentsSection div.container div.letter p.lead {
	margin: 0px 0px 30px 0px;
	font-size: 90%;
	line-height: 130%;
}

#contentsSection div.container div.letter h4 {
	margin: 19px 0px 12px 0px;
	padding: 0px 0px 5px 2px;
	border-bottom: solid 1px #910909;
}

#contentsSection div.container div.letter p {
	margin: 0px 0px 10px 0px;
	font-size: 90%;
	line-height: 130%;
}

#contentsSection div.container div.letter h5 {
	margin: 0px 0px 10px 0px;
	color: #870202;
	font-size: 90%;
}

#contentsSection div.container div.letter div.detail {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #E4E4E4;
	font-size: 90%;
	line-height: 130%;
}

/* -- Hack WinIE & MacIE --*/
* html #contentsSection div.container div.letter div.detail {
	/* Hides from IE5-Mac ¥*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/

#contentsSection div.container div.letter div.detail dl {
	background-color: #E4E4E4;
}

#contentsSection div.container div.letter div.detail dl dt {
	background-color: #E4E4E4;
}

#contentsSection div.container div.letter div.detail dl dd {
	padding: 0px 0px 0px 20px;
	background-color: #E4E4E4;
}

#contentsSection div.container div.letter div.detail ul {
	/* Hides from IE5-Mac ¥*/ 
	float: left;
	/*end  Hides from IE5-Mac */
	background-color: #E4E4E4;
}

#contentsSection div.container div.letter div.detail ul li {
	float: none;
	padding: 0px 15px 5px 15px;
	background-color: #E4E4E4;
	background-image: url("/img_common/dot.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
