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

@charset "EUC-JP";


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


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

.topics_box {
	margin-bottom: 20px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 45px;
	line-height: 25px;
	margin-bottom: 15px;
}

.txt_box {
	width: 550px;
	color: #333333;
	line-height: 16px;
	margin-bottom: 25px;
}

.company_box {
	width: 550px;
	margin-bottom: 25px;
}

.line {
	margin-bottom: 5px;
}

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

.koumoku {
	width: 125px;
	vertical-align: top;
	padding-left: 5px;
}

.block {
	color: #498F11;
}

.naiyou {
	vertical-align: top;
	line-height: 16px;
}

.access_txt {
	width: 550px;
	line-height: 16px;
	margin-bottom: 20px;
}




