@charset "utf-8";
/* CSS Document */
body{
	font-size:100%;
	font-size:0.75em;
	font-family: "メイリオ",Verdana,"MS UI Gothic","ＭＳ Ｐゴシック","Meiryo",'Meiryo UI',"Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN";
	line-height:150%;
}
a:link{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a .link:hover{
	margin-bottom:2px;
}

.icon{
	font-size:8pt;
}
.tit{
	border-bottom:1px solid #999;
	background-color:#DDD;
	height:20px;
	padding:10px 30px;
	margin:10px 0px;
	font-size:12pt;
	font-weight:700;
	line-height:25px;
}