@charset "utf-8";
/* CSS Document */

body {
	font-size : 12px;
}
h1 {
	font-size : 14px;
}

h2 {
	font-size : 14px;
}
ul {
	margin-left : 0px;
	margin-bottom : 0px;
}
li{
	list-style-type : none;
}

.list_table{
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 12px;
}
.list_table th{
	padding : 5px;
	border: 1px solid #000000;
	background-color:#cccccc;
}
.list_table td{
	border: 1px solid #000000;
	background-color:#ffffff;
}

.input_button_100{
	width:100%;
	cursor: hand;
}

.input_button_50{
	width:50%;
	cursor: hand;
}

.li_margin{
	padding-left : 30px;
}

.text_blue{ color : #0000ff; }
.text_red{ color : #ff0000; }

