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

/* 見出し */
h2{
	margin-left:10px;
	padding-top:10px;
}
h3 {
	padding-top:40px;
	margin-left:30px;
	margin-bottom:50px;
	margin-right:10px;
	border-bottom:1px solid #CCCCCC;
}
/* 中央コンテンツ */
div#contents{
	font-size:1.2em;
	line-height:150%;
	padding-top:10px;
	padding-bottom:20px;
}
dl{
	margin:50px 100px 50px 50px;
}
dt{
	background:url(../images/icon/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 15px;
	color:#004A80;
	font-family:"メイリオ";
	/*font-weight:bold;*/
	margin-top:30px;
	margin-left:5px;
	margin-bottom:3px;
}
dd{
	margin-left:20px;
	margin-bottom:5px;
	font-size:12px;
}
dd.pdf{
	background:url(../images/icon/pdf.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding:0 0 0 22px;
}
dd span{
	/*font-size:0.9em;*/
}
p{
	margin-left:50px;
	margin-right:100px;
	margin-bottom:30px;
	
}
p#align_right{
	text-align:right;
	
}




