*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
}

p{
	margin: 1em;
}

body{
	text-align: center;
	background-color: #fff;
	background-image: url(./img/body_back.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#wrap{
	background: #fff;
	width: 750px;
	margin: 0 auto;
	text-align: left;
/*	border-left: 3px solid #000066;
	border-right: 3px solid #000066;
*/
}


h1{
	background-image: url(./img/back.jpg);
	background-repeat: repeat-x;
	background-color: #000066;
	color: white;
	padding: 5px 5px;
	font-size: 16px;
	text-align: center;
}

h2{
	font-size: 14px;
	background: url(./img/dot.jpg) no-repeat bottom left;
	padding: 0px 20px;
	margin-bottom: 1em;
}

h3{
	margin-top: 2em;
	background: #000066;
	padding: 2px 5px;
	color: white;
}

.waku{
	padding: 15px;
}


table, tr, th, td{
	border-collapse: collapse;
	border: 1px solid #333;
}

th{

	background-color: #000066;
	color: white;
	text-align: right;
}

td{
	background: #fff;
}

th, td{
	padding: 5px;
}

.foot{
	background-image: url(./img/back.jpg);
	background-color: #000066;
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	text-align: center;
}


.riv_table table, 
.riv_table tr, 
.riv_table th,
.riv_table td {
	border-style:none;
	border-bottom: 1px solid #ccc;
}

.riv_table th, 
.riv_table td {
	background-color: #f8f8f8;
	font-size: 14px;
}

.riv_table th{
	color: black;
	font-weight: normal;
}

.error{
	border: 1px solid red;
	padding: 10px;
	margin: 1em 5em;
}

.error p{
	font-size: 12px;
	line-height: 1.5em;
}
