body {
  text-align: left;
  padding:0px;
  margin:0px;
  word-wrap: break-word;
  font-size: 18px;
  font-family: "HG丸ｺﾞｼｯｸM-PRO","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.5;
  color: #444444;

}

a:link {text-decoration: none ; color:#000099; }
a:visited {text-decoration: none ; color:#000099; }
a:hover {text-decoration: underline ; color:#990000; }

table.main {
	border: 0px;
	border-collapse: collapse;
	background-color: #ffffff;
}
td.main {
	padding:0px;
}

table.menu {
	border: 1px;
	border-collapse: collapse;
	background-color: #ffffff;
}
td.menu {
	border: 1px #8888aa solid;
	padding:5px;
	background-color: #ffffff;
}
td.menu:hover {
	background-color: #dddddd;
}
td.menuOn {
	border: 1px #8888aa solid;
	padding:5px;
	background-color: #d7eef6;
}

p.maintitle {
	padding-left:10px;
	font-size: 150%;
	line-height: 150%;
}

p.title {
	padding-left:10px;
	font-size: 150%;
	line-height: 100%;
	border-bottom:solid 3px #7dcce4;
	border-left:solid 10px #7dcce4;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

p.subtitle {
	padding-left:10px;
	font-size: 120%;
	line-height: 130%;
	border-bottom:solid 1px #bbbbbb;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
}

p.contents {
    text-align: justify; /* for modern browser */
    text-justify: inter-ideograph; /* IE6～8 */
	padding-left:20px;
	padding-right:20px;
}
p.contentsList {
    text-align: justify; /* for modern browser */
    text-justify: inter-ideograph; /* IE6～8 */
	text-indent: -30px;;
	padding-left:40px;
	padding-right:40px;
}

p.explain {
	border-bottom:dotted 2px #444444;
	margin-left: 20px;
	margin-right: 40px;
	padding-left:10px;
	font-size: 100%;
}

p.note {
	padding-left:20px;
	font-size: 100%;
}
p.noteIndent {
	margin-top: -15px;
	padding-left:50px;
	padding-right: 50px;
	font-size: 100%;
}

p.pan {
	padding-left:20px;
	font-size: 70%;
}

p.q {
	margin-left:40px;
	padding-left: 3em;
	text-indent: -3em;
	font-size: 100%;
	color: #884444;
}
font.mune {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-weight: bold;
}
p.a {
	margin-left:40px;
	padding-left: 3em;
                padding-right: 3em;
	text-indent: -3em;
	font-size: 100%;
}
p.pagetop {
	margin-right:40px;
	text-align: right;
	font-size: 80%;
}

hr {
	border: 1px #dddddd solid;
	height: 1px;
}