/* CSS Document */

@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/fontsize.css");


.lead-text-box {
	padding-left: 10px;
}
.lead-text-box h1 {
	margin-top: 15px;
}
.lead-text-box .lead-text {
	padding-left: 40px;
}
.link-box {
	padding-left: 20px;
	margin: 20px 0;
}

.link-box ul li {
	background: url(../img/use_icon_01.gif) no-repeat left center;
	float: left;
	width: 167px;
	list-style: none;
	margin-top: 10px;
	padding: 2px 0 2px 20px;
}
.link-box ul li.selected {
	width: 167px;
	background: url(../img/use_icon_selected.gif) no-repeat left center;
	color: #00347B;
	font-weight: bold;
}

.round-box {
	margin-top: 15px;
	cursor: pointer;
}
.round-box p {
	margin: 0px;
}
.round-box h2 {
	margin: 0px;
}
.round-box .in-box {
	border-right: 2px solid #737DAE;
	border-left: 2px solid #737DAE;
	padding-left: 25px;
	margin: 0px;
}
.round-box .in-box ul,.round-box .in-box ol {
 margin-left: 3em;
	margin-top: 10px;
}
.round-box .in-box ul li {
	margin-top: 3px;
	padding: 0;
	list-style-type: square;
}
.round-box .in-box ol li {
	margin-top: 3px;
	padding: 0;
}

/*popup*/
.pop-wrap {
	width: 850px;
	margin: 50px auto 0;
}
div.section {
	text-align: left;
}

ul.disc li {
	list-style: disc;
	margin-left: 40px;
	margin-bottom: 1em;
}

.txt_right {
	text-align: right;
}

.txt_center {
	text-align: center;
}

.section ol li {
	margin-left: 40px;
}

h1 {
	text-align: center;
	margin-bottom: 2em;
}

.section p,
.section li {
	line-height: 1.6;
}

div.box {
	border: #999 solid 1px;
	padding: 10px;
	margin: 10px 0;
}

h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.section li {
	margin-bottom: 1em;
}

div.bgPink {
	background-color: #FEF;
	padding: 10px;
}

div.bgBlue {
	background-color: #eafdff;
	padding: 10px;
}

table.bgPink {
	width: 100%;
	margin-bottom: 1em;
}

table.bgPink td {
	background-color: #FEF;
	padding: 5px;
}

table.bgBlue {
	margin-bottom: 1em;
	width: 100%;
}

table.bgBlue td {
	background-color: #eafdff;
	padding: 5px;
}

div.boxOrange {
	background-color: #FFC;
	padding: 10px;
	margin: 1em 0;
}

div.boxOrange strong {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

ul.link {
	background-color: #FFC;
	padding: 10px;
}

ul.link li {
	list-style: none;
}

