/*---------------全般---------------*/

/*全体の幅*/
.main {
	width: 600px;
}


/*見出し1*/
h1 {
	/*font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGS創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体";*/
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	background-color: #69b0fe;
	text-align: left;
	vertical-align: middle;
	line-height: 200%;
	letter-spacing: 3px;
	text-indent: 30px;
	margin-top: 1em;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 1em;
}

/*見出し1-オレンジ*/
h1.orange {
	/*font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGS創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体";*/
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff8135;
	text-align: left;
	vertical-align: middle;
	line-height: 200%;
	letter-spacing: 3px;
	text-indent: 30px;
	margin-top: 1em;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 1em;
}


/*見出し1-青*/
h1.blue {
	/*font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGS創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体";*/
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	background-color: #0080ff;
	text-align: left;
	vertical-align: middle;
	line-height: 200%;
	letter-spacing: 3px;
	text-indent: 30px;
	margin-top: 1em;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 1em;
}

/*見出し1-緑*/
h1.green {
	/*font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGS創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体";*/
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	background-color: #008800;
	text-align: left;
	vertical-align: middle;
	line-height: 200%;
	letter-spacing: 3px;
	text-indent: 30px;
	margin-top: 1em;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 1em;
}

/*見出し1-濃い青*/
h1.dblue {
	/*font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGS創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体";*/
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	background-color: #000099;
	text-align: left;
	vertical-align: middle;
	line-height: 200%;
	letter-spacing: 3px;
	text-indent: 30px;
	margin-top: 1em;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 1em;
}

/*見出し2*/
h2 {
	font-size: medium;
	font-weight: bold;
	color: #0000ff;
	background-color: #ffffff;
	text-align: left;
	letter-spacing: 2px;
	margin-top: 1em;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 1em;
}


/*見出し3*/
h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin-top: 1.5em;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 0.5em;
}


/*段落*/
p {
	font-size: small;
	letter-spacing: 1px;
	text-indent: 0em;
	margin-top: 0;
	margin-left: 30px;
	margin-right: 00px;
	margin-bottom: 1em;
}


/*リスト*/
ul {
	font-size: small;
	margin-top: 5px;
	padding: 0;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
}

li {
	margin-bottom: 5px;
}


/*リンク*/
a:link { color: #0000cc; }
a:visited { color: #0000cc; }
a:hover { color: red; }
a { text-decoration: underline; }


/*強調*/
em {
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}


/*POP体+下線*/
.pop {
	/*font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGS創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体";*/
	font-size: medium;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #3366FF;
	padding-bottom: 2px;
}


/*POP体下線なし*/
.pop2 {
	/*font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGS創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体";*/
	font-size: medium;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/*POP体+下線(オレンジ)*/
.pop3 {
	/*font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGS創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体";*/
	font-size: medium;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ff8135;
	padding-bottom: 2px;
}


/*トップページの文字大きめ指定*/
.stress {
	font-size:13pt;
	font-weight:700;
}
h3.stress {
	font-size:15pt;
	font-weight:800;
}
/*表と図のインデント*/
.indent {
	margin-left:50px;
}

.red {
	font-weight: bold;
	color: #ff0000;
}

.blue {
	font-weight: bold;
	color: #0000ff;
}

/*ZoomaViewerの説明用*/
.zv {
	font-size:11pt;
	border:1pt solid gray;
}
.zvh {
	margin-top:1px;
	margin-left:10px;
	border-style:none;
	width:590px;
	vertical-align:top;
}
.zvh2 {
	margin-top:1px;
	border-style:none;
	width:480px;
	vertical-align:top;
}
.zv_b {
	background-color:#99ccff;
	padding:5px;
}
.zv_w {
	background-color:#ffffff;
	padding:5px;
}
.zv_c {
	font-size:10pt;
}