@charset "UTF-8";

*{
	margin:0px;
	padding:0px;
	line-height: 18px;
}
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;
}

/*　青　*/
.bluetext {
	color: #004fe1;
}
.bluetitle {
	font-size: 12px;
	font-weight: bold;
	color: #004fe1;
}

/*　赤　*/
.redtitle {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

/*　オレンジ　*/
.new {
	font-size: 12px;
	font-weight: bold;
	color: #e14000;
	font-style: italic;
}

/* グレー　*/
.graytitle {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.point10L {
	font-size: 10px;
	line-height: 14px;
}
.point11 {
	font-size: 11px;
	line-height: 14px;
}
.point12 {
	font-size: 12px;
	line-height: 16px;
}
.point12b {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.point14b {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.point16b {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

/*　ボタン　*/
.input_terms_button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #000000;
	padding: 3px;
	background-color: #E0E0E0;
}
	
/* 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;
}

/*　標準リスト　*/
.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;
}
/*　番号リスト　入れ子のリストは標準リスト　*/
.list5 ul {
	list-style-type : none;
}
.list5 li {
	margin:0px 0px 0px 25px;
	list-style: decimal;
}
.list5 li ul {
	list-style-type : none;
}
.list5 li ul li {
	margin:0px 0px 0px 25px;
	list-style-type: square;
}
/*　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;
}
.tableset1 {
	float: left;
	font-size: 12px;
	margin: 5px;
}
/*　ページ内リンク用リスト　*/
.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);
}
/*　ぶら下げインデント　　*/
.hangingindent {
  padding-left: 1em;
  text-indent: -1em;
}
