	#katudou_out{
		width: 800px;
		margin: 17px auto;
	}
	.text{
		text-align:left;
		margin: 20px 18px 0px;
	}
	
	.hiduke{
		height:25px;
		margin-top:10px;
		border-bottom: 1px solid;
		font-weight: bold;
	}
	
	#bottom{
		clear: both;
		width:800px;
		height: 19px;
	}
	
/* ----------------------　写真が1枚の場合 ---------------------------*/
	.pattern1{
		width:574px;
		_width:568px;
	}
/* -------------------------------------------------*/
/* ----------------------　写真が2枚の場合 ---------------------------*/
	.pattern2{
		width:353px;
		_width:347px;
	}
/* -------------------------------------------------*/
/* ----------------------　写真が3枚の場合 ---------------------------*/
	.pattern3{
		width:321px;
		_width:317px;
	}
/* -------------------------------------------------*/
/* ---------------------- 写真部分---------------------------*/
	.photo{
		border: 1px solid;
		padding: 2px;
		float: left;
	}
/* -------------------------------------------------*/



/* ---------------------- 背景がグレー部分のみに適用---------------------------*/

	.gray{
		width: 800px;
		height: 179px;
		background-color: #F0F0F0;
		clear: both;
	}
	.gray .photo_out{
		margin:7px 5px 0px 0px;
		float: right;
	}
	.gray .photo{
		margin-right:2px;
	}
	.gray .hiduke{
		text-align:left;
		padding-left:30px;
	}
	.gray .pattern1{
		float: left;
	}
	.gray .pattern2{
		float: left;
	}
	.gray .pattern3{
		float: left;
	}
/* -------------------------------------------------*/


/* ---------------------- 背景が白部分のみに適用---------------------------*/

	.white{
		width: 800px;
		height: 179px;
		background-color: #ffffff;
		clear: both;
	}
	.white .photo_out{
		margin:7px 0px 0px 5px;
		float: left;
	}
	.white .photo{
		margin-left:2px;
	}
	.white .hiduke{
		text-align:right;
		padding-right:30px;
	}
	.white .pattern1{
		float: right;
	}
	.white .pattern2{
		float: right;
	}
	.white .pattern3{
		float: right;
	}

/* -------------------------------------------------*/
/* ----------------------ヘッダー、活動記録年度リンク---------------------------*/
	#sub_link_bg{
		background-color: #ffffff;
		height: 29px;
	}
	.sub_link{
		float: left;
		margin: 3px 10px;
		font-weight: bold;
	}

