
	/* ==　メニュー　== */

	.left_title_01 {
		margin-left: 5px; 
		width: 177px;
		padding: 2px 3px 2px 10px;
		background-color: #0066FF;
		color: #FFFFFF;
		font-weight: bolder;
		text-align: left;
	}

	.left_text {
		margin: 5px 0 5px 5px;
		padding-left: 5px;
	}

	.left_text a:link,
	.left_text a:visited {
		color: #0000FF;
		text-decoration: none;
	}

	.left_text a:hover {
		color: #FF6666;
	}

	.link_style {
		margin-bottom: 3px;
	}


	/* ==　コンテンツ　== */

	.stage {
		margin: 15px;
		width: 100%;
	}

	.subtitle {
		height: 26px;
		padding: 11px 0 0 20px;
		background-color: #E5E5E5;
	}

	.subtitle h3 {
		font-size: 20px;
		color: #333333;
	}

	.table_01 {
		/*background-color: #FF0000;*/
		width: 760px;
		margin: 20px 0 10px 0;
	}

	.table_01 th {
		background-color: #EFF8FF;
		padding: 5px;
		border: 1px solid #cccccc;
		width: 200px;
		text-align: left;
	}

	.table_01 td {
		padding: 5px;
		border: 1px solid #cccccc;
	}

	.photo {
		width: 750px;
		margin: 30px 5px 20px 5px;
	}

	.photo_l {
		float: left;
	}

	.photo_r {
		float: right;
	}


