/*下記はメニューで現在を指し示すものである。使用者が自分でセットする*/
#s_menu1_6 a:link,#s_menu1_6 a:visited,#s_menu1_6 a:hover,#s_menu1_6 a:active{
	background-position:-200px 0px;
}

#record{width:750px;margin:0 0 1.5em 0;}
#record h2{
	width:730px;height:32px;background:url('../record/images/record_01.jpg') no-repeat;
	margin:0 0 10px 0;text-indent:-9999px;
}
.record_info{width:730px;font-size:110%;background:url('../record/images/record_02.jpg') no-repeat top right;}
.record_info dl{width:430px;margin:0 0 1em 0;}
.record_info dt{
	width:8em;
	float:left;
}
.record_info dd{
	margin-left:8.2em;

	_position: relative;
	_left: -3px; 
	_height: 0%; 
}


.record_info dd:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.record_info dd{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}
/*--MAC IEは非適用→ \*/
* html .record_info dd{height: 1%;}
.record_info dd{display: block;}
/*--ここまでMAC IEは非適用 */