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


/*
 **************************************
 *
 * 本体
 *
 **************************************
 */
 
 
h2 {
	font-size: 1px;
	line-height: 0em;
	vertical-align: bottom;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
 
h3 { 
	line-height:1.4em;
	color:#000;
	font-size:110%;
	font-weight:550;
	background:#f7f7f7;
	border-bottom:2px solid #c80000;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

p {
	line-height: 1.8em;
	margin-bottom:15px;
}

div.jump {
	width: 860px;
	text-align: right;
}

div.jump p {
	font-size:80%;
	line-height:1.4em;
}

a {
	color:#3083f7;
}

ol {
	margin:0 0 40px 40px;
	width: 800px;
}

ol li {
	list-style:decimal;
	margin:0 0 10px 0;
}


a.dtl2 {
	font-size:0.8em;
	color:#156fc2;
	padding-left:15px;
	background:url(../images/dtlarrow.png) no-repeat left center;
	margin: 0 0 5px 0;
}

