@charset "utf-8";
/* フォーム内　個人情報確認 */

body {font-size: 80%; font-weight:normal;}

h1 {
	text-align: center;
	font-size: 110%;
}

ul.list {
	line-height:160%;
	margin:0 10px 20px 0;
	list-style: none;
	padding-left: 0;
}

ul.list li {
	text-indent:-1em;
	margin:0 0 10px 1em;
}

a:link    { color:#444; }
a:visited { color:#444; }
a:hover   { color:#45A529; text-decoration:none; }
a:active  {}