@charset "shift_jis";
body     {
	font-size: 9pt;
	line-height: 120%;
	margin: 0 auto;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

p  {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	line-height:120%;
}

td    { font-size: 8.8pt; line-height: 120%; margin: 0; padding: 0 }
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin-bottom: 10px;
	background-image: url(../images/icon_yaji.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style-type: none;
}
h1{
	text-align: center;
	padding: 0px;
	font-size: 11pt;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img	{
    border: 0px;
}
a:link, a:visited, a:active	{
	color: #004EA1;
	font-weight: bold;
	font-size: 9pt;
}
a:hover	{
	color: #F28D01;
	font-weight: bold;
}
li a {
	font-size: 9pt;
}
@media screen and (max-width: 749px) {
a:link, a:visited, a:active	{
	font-size: 7pt;
}
}