/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
==================================================================
BASE
==================================================================
*/



.title_img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.topics_box {
	margin-bottom: 20px;
}

.privacy_table {
	width: 550px;
	table-layout: fixed;
	margin-bottom: 5px;
}

.block_td {
	width: 15px;
}

.title_td {
	color: #669900;
	font-weight: bold;
}

.line {
	margin-bottom: 10px;
}

.txt_box {
	width: 550px;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 25px;
}



