@charset "UTF-8";

*{
	margin:0px;
	padding:0px;
	line-height: 16px;
}
body {
	background-color: #999999;
	margin: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #004FE1;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #004fe1;
}
.comment {
	font-size: 11px;
	line-height: 14px;
}
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;
	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.bluet th{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
table.bluet 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.type1 {
	border-collapse : collapse;
	border-width : 1px 0 0 1px;
	border-style : solid;
	border-color : #999999;
	margin-left: auto;
	margin-right: auto;
}
table.type1 th {
	border-width : 0 1px 1px 0;
	border-style : solid;
	border-color : #999999;
	padding: 0.2em;
	font-weight: bold;
	color: #003366;
	background: #F2F2F2;
	text-align: left;
	vertical-align: middle;

}
table.type1 td {
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	border-color : #999999 ;
	padding: 0.2em;
	line-height: 1.5em;
}
table.type0{
	border-width : 0px;
}
.waku1{
	border: 1px solid #CCCCCC;
	margin: 15px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
}
.waku2{
	border: 1px solid #CCCCCC;
	margin: 15px 0px 5px 0px;
	padding: 10px;
}
/*　標準リスト　*/
.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 0px 25px;
	list-style: decimal;
}
/*　一行空き番号リスト　*/
.list4 ol {
	list-style-type : none;
}
.list4 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;
}
/*　ページ内リンク用リスト　*/
.list6 {
	font-size: 11px;
	list-style-type: none;
	list-style-position: inside;
}
.list6 li a:link {
	background-image: url(../common_img/page_but_img/but_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.list6 li a:visited {
	background-image: url(../common_img/page_but_img/but_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.list6 li a:hover {
	background-image: url(../common_img/page_but_img/but_link_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.list6 li a:active {
	background-image: url(../common_img/page_but_img/but_link_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
/*　参照リンク用リスト　*/
.list7 {
	font-size: 11px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../common_img/page_but_img/but_link_ref.gif);
}
.solutiontable01 {
	margin: 10px;
	width: 515px;
}
.blue {
	font-weight: bold;
	color: #3366FF;
}

