@charset "utf-8";
/*
Coded by Tomofumi Aizawa
*/

/*-----------------------------------------------------------------
	spacia
-----------------------------------------------------------------*/

table.spacia {
	border:1px solid #ccc;
}
table.spacia th {
	background: #ccc;
}
table.spacia td {
	border:1px solid #ccc;
}

/*-----------------------------------------------------------------
	blizzard
-----------------------------------------------------------------*/

table.carport, table.carport td {
	border:1px solid #ccc;
}
table.carport th {
	background: #b0c4de;
	color: #5f9ea0;
}

/*-----------------------------------------------------------------
	bg_yellow
-----------------------------------------------------------------*/

td.bg_yellow {
	background: #fafad2;
	text-align:right;
}

/*-----------------------------------------------------------------
	img
-----------------------------------------------------------------*/

img.align_right {
	float: right;
	margin-left:5px;
}
img.align_left {
	float: left;
	margin-right:5px;
}

/*-----------------------------------------------------------------
	tab
-----------------------------------------------------------------*/

div#tab2, div#tab3, div#tab4 {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	text-align: center;
}
div#tab5 {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	text-align: center;
}
div#tab2 input {
	width: 280px;
	height: 30px;
	margin: 0 5px;
	font-weight: bold;
	cursor: pointer;
	background: url(images/button_02.gif) no-repeat;
	color: #666;
}
div#tab3 input {
	width: 180px;
	height: 30px;
	margin: 0 5px;
	font-weight: bold;
	cursor: pointer;
	background: url(images/button_01.gif) no-repeat;
	color: #666;
}
div#tab4 input {
	width: 135px;
	height: 30px;
	margin: 0 5px;
	font-weight: bold;
	cursor: pointer;
	background: url(images/button_03.gif) no-repeat;
	color: #666;
}
div#tab5 input {
	width: 106px;
	height: 30px;
	margin: 0 5px;
	font-weight: bold;
	cursor: pointer;
	background: url(images/button_04.gif) no-repeat;
	color: #666;
}
