@charset "UTF-8";
/* CSS Document */

div.supportNewsIdx div.image {
	float: left;
	text-align: center;
	width: 250px;
}
div#main div.supportNewsIdx div.news {
	clear: none;
	float: right;
	width: 400px;
}

div#main div.firm_rel ul,
div#main div.firm_rel ol,
ul.mark_circle {
	margin: 3px 0px 3px 2em;
	padding: 0px;
}
div#main div.firm_rel ul li,
ul.mark_circle li {
	list-style-type: disc;
}
div#main div.firm_rel ol li { list-style-type:decimal; }

.ol_lh ol { line-height:130%; }
.ol_lh ol li { margin-bottom:5px; }

div#main div.firm_rel dl {
height: auto;
display: block;
margin-left:0.7em;
}

div#main div.firm_rel dl dt {
display: block;
float: left;
}
div#main div.firm_rel dl dd {
display: block;
clear: right;
float: left;
margin-left: 1em;
}

div#main div.firm_rel {
	clear:both;
	margin:12px 0px;
	}
div#main div.border {
	padding-bottom:12px;
	border-bottom:1px dotted #aaaaaa;
	}
	
div.firm_rel ul li span { display:inline; }

div.gpl dl { margin:0; padding:0 0 0 15px; }
div.gpl dl dt { display: list-item; list-style: disc; margin-top:10px; }
div.gpl dl dd { padding-left:25px; }


.body_inner #main div.notebox {
	padding:12px;
	border:1px solid red;
	line-height:normal;
	}
	
.body_inner #main .notebox h3 {
	margin-bottom:6px;
	padding-bottom:3px;
	border-bottom:1px solid #7f7f7f;
	}

.body_inner #main .notebox ul {
	list-style-type:none;
	}

.body_inner #main .notebox li {
	padding-left:20px;
	padding-bottom:4px;
	margin-bottom:4px;
	
	line-height:1.3;
	
	position:relative;
	
	background-image:url(../../image/list_disc_gray.gif);
	background-repeat:no-repeat;
	background-position:6px 3px;
	border-bottom:1px dotted black;
	}

.body_inner #main .notebox li.aka {
	background-image:url(../../image/list_disc_red.gif);
	color:red;
	}
.body_inner #main .notebox ul.noborder li {
	border-bottom:none;
}