@charset "utf-8";
/* CSS Document */

#header{
	background-image:url(../../english/St.Dominic/st_dominics_life/title.png);
}

#gnavi_block ul li#gnavi01 a{
	background-color:#8E8E8E;
	color:#FFFFFF;
}

/*-------------------------------------------*/
/*ローカルナビゲーションアクティブ*/

.sub_navi01{
	font-weight:bold;
}

/*-------------------------------------------*/
/*ローカルナビゲーションの▲*/

#subarrow{
	left:405px;
}

/*-------------------------------------------*/

#tree{
	width:600px;
	margin:20px auto;
	overflow:hidden;
}

#tree table{
	width:100%;
}

#tree table th{
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #CCC;
	padding:0.5em 0px;
}

#tree table td{
	text-align:left;
	vertical-align:top;
	padding:0.5em 0px;
	padding-left:1em;
	border-bottom:1px dotted #CCC;
}
/*-------------------------------------------*/
.textblock{
	width:700px;
	margin:20px auto;
	overflow:hidden;
}

.textblock .indent{
	margin-left:1em;
	overflow:hidden;
}

.textblock p{
	margin:1em auto;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.textblock img.f_right{
	float:right;
	margin:0em 0em 0.5em 1em;
}

.textblock img.f_left{
	float:left;
	margin:0em 1em 0.5em 0em;
}

.red{
	color:#900;
}


.center{
	text-align:center !important;
}