@import "base.css";
@import "style_top.css";

/* main---------------------- */
.main{
	width:680px;
	padding: 10px 60px 50px 60px;
	font-size: 95%;
}

/* h1,h2---------------------- */
h1 {
	background: url(../../information/img/h1.gif) no-repeat;
	font-size: 14pt;
	color: #333;
	padding-left: 40px;
	padding-top: 20px;
	margin: 0 0 30px -15px;
	height: 35px;
	width: 540px;
}
h2 {
	font-size: 13pt;
	color: #666;
	margin-bottom: 1em;
}

/* p---------------------- */
p {
	margin-bottom: 1em;
	padding-left: 1em;
}
p.indent1 {
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: 1em;
}
p.border_btm {
	margin: 0 0 1.3em 1em;
	padding: 3px 3px 13px 3px;
	border-bottom: 1px dotted #999;
}

/* span---------------------- */
.green_b {
	font-weight: bold;
	color: #349002;
	font-size: 110%;
}
.green_bb {
	font-weight: bold;
	color: #349002;
	font-size: 130%;
}
.red {
	color: #cc0000;
}
.green {
	color: #349002;
}
.blue {
	color: blue;
}
.blue_b {
	color: blue;
	font-weight: bold;
}
.grey_b {
	font-weight: bold;
	color: #333;
	font-size: 110%;
}
.orange {
	color: #ea843f;
	font-weight: bold;
}

/* div------------------------ */
div.right_txt {
	text-align: right;
	width: 680px;
}
div.modoru {
	text-align: right;
	width: 680px;
	border-bottom: 1px dotted #999;
}
div.modoru a {
	color: #666;
	text-decoration: none;
}
div.modoru a:hover {
	color: #666;
	text-decoration: underline;
}
div.center {
	text-align: center;
}

/* table------------------------ */
.border_g {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
.border_g th {
	background-color: #64af10;
	border: 1px solid #349002;
	padding: 3px;
	text-align: center;
}
.border_g td {
	background-color: #fff;
	border: 1px solid #349002;
	padding: 3px 3px 3px 10px;
}
.border_g td.cent {
	background-color: #fff;
	border: 1px solid #349002;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
.border_g td.bg_green {
	background-color: #e9f9da;
	border: 1px solid #349002;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.border_gr {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
.border_gr td {
	border: 1px solid #666;
	padding: 3px;
}
.border_gr tr.pink {
	background-color: #f3d8d8;
}
.border_gr tr.blue {
	background-color: #b4e6e8;
}
.border_gr td.cent {
	border: 1px solid #666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.left50 {
	margin: 5px 0 20px 20px;
}

/* pankuzu---------------------- */
.pankuzu {
	color: #b6b6b6;
	padding: 10px 20px;
	width: 760px;
	font-size: 90%;
}
.pankuzu a {
	color: #666;
	text-decoration: none;
	padding: 0 0.3em;
}
.pankuzu a:hover {
	text-decoration: underline;
}

/* link-list---------------------- */
ul.link_list {
	margin: 0 0 3em 2em;
	list-style: none;
}
ul.link_list li {
	margin-bottom: 20px;
	font-size: 110%;
}
ul.link_list li a {
	background: url(../../information/img/link_list.gif) no-repeat;
	padding-left: 1.8em;
	text-decoration: none;
	display: block;
	height: 18px;
	color: #333;
}
ul.link_list li a:hover {
	background: url(../../information/img/link_list2.gif) no-repeat;
	color: #64af10;
}

ul.link {
	margin: 1em 0 3em 2em;
}
ul.link li {
	margin-bottom: 0.5em;
}
ul.link li a {
	color: blue;
}
ul.link li a:hover {
	color: #64af10;
}

ul.link_list3 {
	margin: 0 0 3em 2em;
	list-style: none;
}
ul.link_list3 li {
	margin-bottom: 20px;
	background: url(../../information/img/link_list3.gif) no-repeat;
	background-position: 0 3px;
	padding-left: 1.5em;
}
ul.link_list3 li a {
	text-decoration: none;
	display: block;
	height: 18px;
	color: #333;
}
ul.link_list3 li a:hover {
	text-decoration: underline;
}

ul.link_list5 {
	margin: 0;
	list-style: none;
}
ul.link_list5 li {
	background: url(../../information/img/link_list3.gif) no-repeat;
	background-position: 0 3px;
	padding-left: 1.5em;
}
ul.link_list5 li a {
	text-decoration: none;
	display: block;
	height: 18px;
	color: #333;
}
ul.link_list5 li a:hover {
	text-decoration: underline;
}

ol.large {
	margin: 0 0 3em 2em;
}
ol.large li a {
	font-size: 110%;
	color: #333;
	display: block;
	margin-bottom: 10px;
}
ol.large li a:hover {
	color: #64af10;
}

/*一括処理の機能概要ページ---------------------*/
.system_sub {
	text-align: center;
	width: 674px;
	margin-bottom: 1.5em;
	padding: 3px;
	background-color: #f1f1ef;
	color: #666;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}
.system_sub a {
	padding: 0 0.7em;
	text-decoration: none;
	color: #666;
}
.system_sub a:hover {
	text-decoration: underline;
	color: #333;
}

/*利用時の注意ページ---------------------*/
div.or_box {
	border: 1px solid #ff9900;
	background-color: #fffee4;
	padding: 10px;
	width: 630px;
	margin: 15px;
}
div.or_box p {
	padding: 0;
}

ol.kanji {
	list-style-type: cjk-ideographic;
}
div.bikou {
	font-size: 96%