@charset "utf-8"; 


.box {background-repeat:no-repeat;	background-position:top left; line-height:180%;}

.p-1 a {
	color:#09F;
	text-decoration:none;
}

.p-1 a:hover {
	color:#09F;
	text-decoration:underline;
}

.blue-font {color:#09F;}
.red-font {color:#900;}

p { padding-bottom:10px;}


.p-1 {
	width:600px;
	margin:40px 0 0 42px;
}

.p-1 p {
	padding-bottom:30px;
}

.p-1 h3 {
	padding-bottom:30px;
}

.p-2 {
	width:600px;
	margin:0 0 45px 42px;
}

.p-2 h3,
.p-2 h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}



.p-2 .table1 {
	width:600px;
	margin:0px 0;
	border: 1px solid #fff;
    border-collapse: collapse;
    border-spacing: 0;
}

.p-2 .table1 th,
.p-2 .table1 td {
	padding:8px 10px;
}

.p-2 .table1 th {
	background-color:#E6E6DC;
	border-top: solid #6A6B6A;
	border-bottom: solid #6A6B6A;
	border-right: dotted #6A6B6A;
	border-left: dotted #6A6B6A;
    border-width: 1px 0 1px 1px;
	vertical-align:top;
	white-space: nowrap;
	color:#333;
}

.p-2 .table1 td {
	border-top: solid #6A6B6A;
	border-bottom: solid #6A6B6A;
	border-right: dotted #6A6B6A;
	border-left: dotted #6A6B6A;
    border-width: 1px 0 1px 1px;
	vertical-align:top;
	background-color:#FFF;
}

.p-2 .table1 img,
p.hissu img {
	vertical-align:middle;
}

.er-msg {
	background-color:#FFF3F0;
	color:#903;
	padding:10px 20px;
	margin-bottom:15px;
}

.fontgreen {
	color:#693;
	font-weight:bold;
}




