@charset "utf-8";
/* 
----  /information/css/index.html ----
*/


/*    -------   profile   --------   */

.profile h2 {
	margin: 20px 0 10px 0 !important;
}

.profile table {
	width: 580px;
	margin: 30px 0 0 5px;
}

.profile td {
	border: solid 1px #ccc;
	padding: 10px 15px;
	font-size: 84%;
	line-height: 1.5;
}
	
.profile .td01 {
	width: 100px;
	background-color: #eee;
}


/*    -------   privacy   --------   */

.privacy h2 {
	margin: 20px 0;


}

.privacy h3 {
	font-size: 88%;
	margin: 20px 5px 10px 5px;
	color: #666;

}	





