

/* main_photo
--------------------------------------------------------- */
	#main_photo{
		margin:-123px 0 11px 0;
		width:997px;
		height:622px;
		position:relative;
	}

	#main_photo #frame{
		width:997px;
		height:622px;
		background:url(../images/photo_frame.png) 0 0 no-repeat;
		position:absolute;
		z-index:2;
		top:0;
		left:0;
	}

	#main_photo h2{
		width:934px;
		height:576px;
		position:absolute;
		z-index:1;
		top:13px;
		left:30px;
	}


/* news
--------------------------------------------------------- */
	.news{
//		margin-left:50px;							/*　★★★　一括指定に↓　*/
		margin:0 50px 50px 50px;						/*　★★★　　　　　←┘　*/
		padding-left:61px;
		background:url(../images/news.png) 0 0 no-repeat;
		min-height:60px;							/*　★★★　追加　*/
	}

	.news table{
		color:#fff;
		font-size:85%;
	}

	.news table a{
		color:#fff;
	}

	.news th{
		padding-top:3px;							/*　★★★　調整　*/
//		width:70px;								/*　★★★　削除　*/
		font-size:80%;
		color:#224648;
		font-weight:bold;
	}

	.news td{
		padding-top:0px;							/*　★★★　調整　*/
		padding-left:10px;							/*　★★★　追加　*/
		color:#fff;
	}
