@charset "shift_jis";
@import url("../../common/css/base.css");



body#glossary div#right-container{
	width:900px;
	zoom:1;
	_position:static;
	margin-bottom:10px;
}
#glossary #right-container .section{
	width:750px;
	margin:0 auto;
}

div#right-container h1{
}

div#right-container h2{
	border-bottom:1px solid #ccc;
	padding:3px 0 20px 13px;
	background:url(../../common/images/icon_left.gif) top left no-repeat;
	margin-bottom:30px;
	font-size:140%;
}


#glossary #right-container p{
	line-height:160%;
	margin-bottom:20px;
}



/* yogo */

* html dl dt,
* html dl dd{/* IE 6 */
display:inline;
zoom:1;
}
*:first-child+html dl dt,
*:first-child+html dl dd{/* IE 7 */
display:inline;
zoom:1;
}

.word{
	border-bottom:1px dashed #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}

dl{
	width:750px;
	display:table;
	line-height:160%;
	background:url(/glossary/images/glossary_bg.gif) 0 0 repeat-y;
}
dl dt,
dl dd{
	display:table-cell;
	margin-bottom:1px;
}
dl dt{
	width:173px;
	padding:5px;
	text-align:right;
	vertical-align:top;
}
dl dd{
	width:542px;
	padding:5px;
	padding-left:20px;
}

