@charset "shift_jis";
/* CSS Document */
/* パーソナルライト */


img {
	border-style : none;			/* 枠を非表示 */
	border-width : 0px;				/* 枠の幅を0pxに設定 */
	text-decoration : none;			/* 装飾を表示しない */
	}


/* 得意分野の設定
------------------------------------------------------------ */

#bunya{
	width:590px;
	height:80px;
	margin:5px;
	font-size:14px;
	color:#000099;
	background-color:#FFFFFF;
	padding:10px;
	}


/* 一覧表の設定
------------------------------------------------------------ */

.tbl01_all {
	width:600px;
	padding:5px;
	margin:5px 5px 5px 5px;
	background-color:#FFFFFF;
	font-size:14px;
	}

.t_r01 { clear:both;}	
	
	
.t_c01{float:left; width:24px; padding:0px 1px 0px 1px;}
.t_c02{float:left; width:100px;padding:0px 1px 0px 1px;}
.t_c03{float:left; width:352px;padding:0px 1px 0px 1px;}
