@charset "UTF-8";

*{
	margin:0px;
	padding:0px;
	line-height: 20px;
}
body {
	background-color: #999999;
	margin: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:active {
	color: #990000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
.undermenu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 12px;
}
/*　ブルー色見本　*/
.bluetitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004fe1;
}

/*　商標　*/
.point10L {
	font-size: 10px;
	line-height: 14px;
}

/* table */
table.bluet{
	border-collapse: separate;
	font-size: 12px;
}
table.bluet th{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
table.bluet td{
	padding: 5px;
	line-height: 16px;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
}

/*　table ninako edit　*/
table.grayt{
	border-collapse: separate;
	font-size: 12px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
table.grayt th{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
table.grayt td{
	padding: 3px;
	line-height: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

/*　table ninako edit2　*/
table.noborder{
	border-collapse: separate;
	font-size: 12px;
	border: none;
}
table.noborder th{
	padding: 5px;
	border: none;
}
table.noborder td{
	padding: 5px;
	border: none;
}


/*　標準リスト　*/
.list1 ul {
	list-style-type : none;
}
.list1 li {
	margin:0px 0px 0px 25px;
	list-style: square;
}
/*　標準リスト　*/
.list1c ul {
	list-style-type : none;
}
.list1c li {
	margin:0px 0px 0px 25px;
	list-style-type: disc;
}
/*　一行空きリスト　*/
.list2 ul {
	list-style-type : none;
}
.list2 li {
	margin:0px 0px 15px 25px;
	list-style: square;
}

/*　番号リスト　*/
.list3 ul {
	list-style-type : none;
}
.list3 li {
	margin:0px 0px 15px 25px;
	list-style: decimal;
}
/*　pdf用リスト　*/
.listpdf ul {
	list-style-type : none;
}
.listpdf li {
	margin:0px 0px 0px 10px;
	padding-left: 25px;
	line-height: 30px;
	list-style: none;
}
.solutiontable01 {
	margin: 10px;
	width: 515px;
}

