@charset "Shift_JIS";
/* ツール紹介ページのスタイルシート */

#center{
	background: white;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 5px 3em 5px;
	font-size: 14px;
	font-family: "メイリオ", Sans-serif;
	}

h2{
	font-family: Verdana, Sans-serif;
	}

h3{
	border: none;
	margin: 10px 0 0 2px;
	padding: 0;
	color: teal;
	text-decoration: underline;
	}

p{
	margin: 0 0 2px 8px;
	padding: 0;
	line-height: 1.2em;
	}

ul{
	margin-left: 2em;
	}

em{
	color: red;
	}

#MYTOOL table.s1{
	margin: 2px 0 0 5px;
	}
#MYTOOL table.s1 td{
	text-align: center;
	magin: 0;
	padding: 1px;
	}

#MYTOOL table.s1 a{
	text-decoration: none;
	color: black;
	padding: 0px 2em;
	line-height: 1em;
	}

#MYTOOL table.s1 a:hover{
	background: teal;
	color: white;
	}