.page {
	width:610px;
	text-align:left;
	line-height:1.5;
	font-size:83%;
}



.title{
	padding-top:6px;
	padding-bottom:6px;
}

.tab-top {
	background:#ffcccc;
	padding:5px;
	font-weight:bold;
	}

p.oshirase {
	text-indent: -12pt;
	padding-left:12pt;
	margin:1px 0px 1px 3px;
	color:#000000;
}

.oshirase-img {
	display: block;
	background:url("common/img/tj_top2.gif") bottom right no-repeat;
}

.oshirase-img span {
	visibility:hidden;
}


.page dl.info_list,
	.page dl.info_list dt,
	.page dl.info_list dt{
	margin:0px;
	_zoom:1;
	}
	dl.info_list dt{
	clear:left;
	float:left;
	padding-top:7px;
	margin-left:13px!important;
	}
	dl.info_list dd{
	margin-left:9em;
	padding-top:7px;
	}
	

/******************************************************************
#リンクの設定
******************************************************************/
.page a{/*リンクされた文字*/
    color:#000000!important;
    text-decoration:none!important;
}
.page a:link {/*未訪問のリンク*/
    color:#000000!important;
    text-decoration:none!important;
}
.page a:visited {/*訪問後のリンク*/
    color:#000000!important;
    text-decoration:none!important;
}
.page a:hover {/*マウスをのせたとき*/
    color:#ff0000!important;
    font-style:normal!important;
    text-decoration:underline!important;
}
.page a:active {/*クリック中*/
	color:#ff0000!important;
    text-decoration:none!important;
}

