body.msg{
	background-color: #dcdcdc;
	background-image: url(img/conc2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 16pt;
	font-family: ＭＳ Ｐゴシック, 平成角ゴシック;
}
body.def{
	background-color: #dcdcdc;
	background-image: url(img/conc2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 16pt;
	font-color: #4682b4;
	font-family: ＭＳ Ｐゴシック, 平成角ゴシック;
}

a{
	font-size : 12pt;
	font-family: ＭＳ ゴシック, 平成角ゴシック;
	font-weight: 500;
	text-decoration: none;
}

h1{
	font-family: ＭＳ ゴシック,Osaka;
	font-size: 18pt;
	font-style : normal;
	font-weight : bold;
	color: #000000;
	margin: 20px 5px 5px;
}

h2{
	font-family: ＭＳ ゴシック,Osaka;
	font-size: 14pt;
	font-style : normal;
	font-weight : nomal;
	color: #000000;
	margin: 10px 5px 2px;
}

h3{
	font-family: ＭＳ ゴシック,Osaka;
	font-size: 32pt;
	font-style : Italic;
	font-weight : 800;
	color: #228b22;
	margin: 10px 5px 2px;
}

p.law{
	font-family: ＭＳ ゴシック,Osaka;
	font-size: 10pt;
	font-style : naormal;
	font-weight : bold;
	color: #000000;
	margin-left : 15px;
	text-decoration : underline;
}

div.msg{
	font-family: ＭＳ ゴシック,Osaka;
	font-size: 12pt;
	font-style : nomal;
	font-weight : bold;
	color: #000000;
	margin: 10px 30px 5px 20px;
}
div.copy{
	font-size: 10pt;
	font-family: ＭＳ Ｐゴシック, 平成角ゴシック;
	font-weight: bold;
	color: #00000;
	text-align : center;
	margin-top: 5px;
}
div.law{
	font-family:ＭＳ ゴシック,Osaka;
	font-size: 18pt;
	font-style : naormal;
	font-weight : 900;
	color: #000000;
	margin-top : 20px;
	margin-left : 24px;
}
div.concise{
	font-family: ＭＳ ゴシック,Osaka;
	font-size: 12pt;
	font-style : naormal;
	font-weight : 800;
	color: #996600;
	margin-top : 4px;
	margin-left : 30px;
}

strong{
	font-size: 10pt;
	font-style : normal;
	font-weight : bold;
	color: #ff0000;
}

/* table layout */

table.form{
	background-color : #d3d3d3;
	table-layout: fixed;
	width: 800px;
	border: 4px;
	border-style: double;
	border-color: #808080;
	margin-left : 30px;
	margin-top : 20px;
	font-family: MS UI Gothic, 平成角ゴシック;
}

tr.head{
	background-color : #b0c4de;
	height: 80px;
	border: 1px;
	border-style: inset;
	border-color: #ffffff;
	font-family: ＭＳ Ｐゴシック, 平成角ゴシック;
	font-size: 16pt;
	font-style : normal;
	font-weight : 800;
	text-align: center;
}
td{
	border: 1px;
	border-style: inset;
	border-color: #ffffff;
}

td.fexpl{
	height : 145px;
	border: 1px;
	border-style: inset;
	border-color: #ffffff;
	font-family: ＭＳ ゴシック, 平成角ゴシック;
	font-size: 12pt;
	font-style : normal;
	font-weight : 500;
	text-align: left
}

