@charset "UTF-8";

h2 {
	color:#0000AA;
	text-align:center;
}

div#index table {
	width:1000px;
}

div#index table tr th {
	border-bottom:3px solid #FF0000;
}

div#index table tr th a {
	text-decoration:none;
	color:#0000FF;
}

div#index table tr td {
	text-align:center;
	border-bottom:1px solid #000000;
	padding:5px 0;
	font-size:10px;
	
}

div#index table tr td a {
	text-decoration:none;
	color:#0000FF;
}

div#index table tr td img {
	border:0;
}

div#index table td ul {
	margin:0;
	padding:0;
}

div#index table td ul li {
	list-style:none;
	display:inline-block;
}

div#index table.query {
	width:300px;
}

div#relation {
	width:250px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border:#FF0000 solid 2px;
	padding:12px;
	margin-top:10px;
	margin-bottom:10px;
}

div#relation_table table {
	width:350px;
}

div#relation_table table tr td {
	border:0px;
}

div#get_relation {
	width:300px;
}

div#get_relation table {
	width:300px;
}

div#form .cation {
	text-align:center;
	font-size:14px;
	color:#FF0000;
}

div#form table {
	background-color:#FFF1E3;
	min-width:600px;
	margin:0 auto;
}

div#form table tr th {
	text-align:left;
	padding:5px 0;
}

div#form table tr td {
	padding:5px 0;
}

.btn {
	text-align:center;
	text-decoration:none;
}

div#confirm table {
	background-color:#FFF1E3;
	width:600px;
	margin:0 auto;
}

div#confirm table tr th {
	padding:5px 0;
}

div#confirm table tr td {
	padding:5px 0;
}

span.red {
	color:#FF0000;
}

span.blue {
	color:#0000FF;
}

/*プライス*/
div#price ul {
	padding:0;
}

div#price ul li {
	width:190px;
	display:inline-block;
	list-style:none;
	font-size:20px;
}

div#price ul li span {
	color:#FF0000;
}

div#price ul li a {
	color:#FF0000;
	text-decoration:none;
}

