@charset "Shift_JIS";


/*------------ margin -------------*/

.margin-top10 {
	margin-top: 10px;
}
.margin-top20 {
	margin-top: 20px;
}
.margin-bottom5 {
	margin-bottom: 5px;
}
.margin-bottom10 {
	margin-bottom: 10px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
.margin-bottom70 {
	margin-bottom: 70px;
}
.margin-top_bottom10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.margin-left_bottom10_10 {
	margin: 0px 0px 10px 10px;
}
.margin-left5 {
	margin-left: 5px;
}
.margin-right25 {
	margin-right: 25px;
}

.text_red {color: #CC0000}

#list table {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #999999;
}
#list table td {
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #999999;
}
#list table td table, #list table td table td {
	border: none;
	padding: 0;
	width: auto;
}

.width300 {
	width: 300px;
}
.width200 {
	width: 200px;
}
.width100 {
	width: 100px;
}
.width400 {
	width: 400px;
}

/* necessary */
.width300_hissu {
	width: 300px;
	background-color: #ffeeff;
}
.width200_hissu {
	width: 200px;
	background-color: #ffeeff;
}
.width100_hissu {
	width: 100px;
	background-color: #ffeeff;
}
.width400_hissu {
	width: 400px;
	background-color: #ffeeff;
}

.select_hissu {
	background-color: #ffeeff;
}

/* example */
.txt_example {
	color: #0055FF;
}
