@charset "utf-8";

/* 大見出し */
h2 {
	background: url(./img/ttl.jpg) 0 0 no-repeat;
}

/* メイン
----------------------------------------------------*/
#main blockquote img {
	margin-bottom: 20px;
}
#main .note {
	margin: 0 10px;
	padding: 5px;
	background: url(../common/img/bg-dot.gif) ;
	margin-bottom: 20px;
}
#main .note-inner {
	padding: 15px;
	background: url(../common/img/bg-note.gif) ;
}

#main dl {
	background: url(./img/grap.gif) 0 0 no-repeat;
	width: 590px;
	height: 210px;
	margin: 10px auto;
	text-indent: -9999px;
}
#main dt {
	font-size: 116%;
}
#main dd {
	font-size: 93%;
	margin-bottom: 10px;
}

#main #policy-1 p {
	background: url(./img/policy-sh.gif) 0 0 no-repeat;
}
