.tekichu {
	background-color: #FFF;
	width: 850px;
	margin: 0 auto;
	
	/* -----メイン文字要素------ */
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
	line-height: 24px;
	background-image: url(../images/yokoku02/frame_teki_main.gif);
	background-repeat: repeat-y;
}


/* ひだり：画像部分 */
.tekichu_left {
	width: 400px;
	margin-left: 25px;
	margin-right: 45px;
	margin-bottom: 40px;
	float: left;
}

.photo {
	margin-bottom: 8px;
}

.gazo {
	text-align: center;
}

#live_photo {
	margin-bottom: 8px;
}




/* みぎ：コメント部分 */
.tekichu_right {
	width: 355px;
	margin: 0 auto;
	margin-right: 25px;
	margin-bottom: 40px;
	float: right;
}



/* ----- 日付と時間 ----- */
.date_time {
	height: 20px;
	margin-top: 0px;
	padding-bottom: 30px;
	
	/* 日付の文字要素 */
	font-size: 12px;
	color: #171819;
	letter-spacing: 1px;
}

/* 日付 */
.teki_date {
	margin: 0 auto;
	margin-right: 20px;
	float: left;
	
	/* 日付の文字要素 */
	font-size: 12px;
	color: #171819;
	letter-spacing: 1px;
	float: left;
}


/* 時間 */
.teki_time {
	padding-left: 10px;
	height: 15px;
	/* 日付の文字要素 */
	font-size: 12px;
	color: #171819;
	letter-spacing: 1px;
	float: left;
}

/* タイトル */
.teki_title {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 40px;
	margin-right: 20px;
	background-color: #E9E9EB;
	
	/* タイトルの文字要素 */
	font-size: 16px;
	color: #171819;
	letter-spacing: 2px;
	line-height: 29px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}


.teki_text {
	/* -----メイン文字要素------ */
	font-size: 14px;
	color: #171819;
	letter-spacing: 2px;
	line-height: 29px;
}



/* -----ボタン------ */


.teki_btn_thum {
	width: 400px;
	margin-left: 225px;
	padding-bottom: 30px;
}


.teki_btn_left {
	width: 172px;
	margin-right: 56px;
	float: left;
}

.teki_btn_right {
	width: 172px;
	float: left;
}

.teki_btn_center {
	width: 68px;
	padding-top: 10px;
	margin-left: 168px;
}

.teki_btn {
	float: left;
}


