html{
	background-color: #fafafa;
}

img {
    max-width: 100%;
    height: auto;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	font-size: 12px; font-size:1.2sem;
	color: #000000;
	width:99%;
}

h1 {
	border-bottom: solid 1px ;
	font-size:100%;
} 
div.all {
    text-align:left;
    width:68%;
    margin: 0 auto;
}
div.link {
	text-align: right;
}
div.document {
	margin: 4em 4px;
	line-height: 220%;
}

/* リスト用 */
.caution {
		color: #800040;
}
.nm {
	float: right;
} 


/* リンク　*/
A:link{color:#808080;}
A:visited {color:#808080;}
A:hover{color:#ff6699; background-color: #e0e0e0;}

a { text-decoration: none; }


