
/* bodyタグのデフォルト値 */
body{
	color:black;
	background-color:#f0f4ff;
	font: small;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-family : "MS UI Gothic","ＭＳ Ｐゴシック";
}

p {
	text-indent: 1em;
	text-align: justify;
}

li p, dd p { 
	text-indent: 0; 
}

h1 {
	text-align: center; 
	text-indent: 0;
	font: 18px;
	border: outset thin;
	padding: 6px;
	background-color: #f0f0e4;
}

div.head {
	color: #404060;
	text-align: center; 
	text-indent: 0;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #707090;
	padding: 4px;
	background-color: #e4f0f8;
	margin-left: 0;
	margin-right: 0;
}

div.index {
	text-align: left; 
	text-indent: 8;
	font-size: 16px;
	color: #303048;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #e0e0f0;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #707090;
	padding: 4px;
	padding-left: 16px;
	background-color: #e8f0f8;
	margin-left: 24;
	margin-right: 24;
}

div, div.default {
	color: #202030;
	margin-left: 24px;
	margin-right: 24px;
	font: 15px;
}

div.mesg1 {
	font-size: 14px;
	text-indent: 0em;
	text-align: justify;
	margin-left: 36px;
	margin-right: 36px;

};

div.inline1 {
	color: #202030;
	text-align: left; 
	text-indent: 0;
	border: outset thin;
	font-size: 14px;
	border: outset thin;
	padding: 4px;
	background-color: #e8f0f8;
	margin-left: 50;
	margin-right: 50;
}

div.inline2 {
	color: #202030;
	text-align: center; 
	text-indent: 0;
	border: outset thin;
	font-size: 14px;
	border: outset thin;
	padding: 12px;
	background-color: #e8f0f8;
}

