/*	=========================================================	*/
/*	ページ共通スタイル
/*	=========================================================	*/

/*	H1のスタイル定義	*/
.tk_h1 {
	color: #FFFFFF;
	height: 20px;
	background: #000099;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	margin: 10px 0px;
	width: 600px;
}
/*	DIV（大枠）のスタイル定義	*/
.tk_div_big {
	width: 600px;
	margin: auto;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
	line-height: 130%;
}
/*	DIV（中枠）のスタイル定義	*/
.tk_div_middle {
	width: 550px;
	text-align: left;
	margin: 0px 25px;
}
/*	DIV（小枠）のスタイル定義	*/
.tk_div_small {
	width: 170px;
	text-align: center;
	margin: 10px;
	float: left;
	background-image: url(small_wall.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
}
/*	TABLEのスタイル定義	*/
.tk_tb {
	font-size: 12px;
	line-height: 130%;
	margin: 0px 25px;
}
.tk_div_title {
	text-align: center;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000099;
	height: 40px;
	margin-right: 10px;
	margin-left: 5px;
}
.tk_span_title {
	color: #FFFFFF;
}
.tk_div_date {
	text-align: center;
	padding: 3px;
	color: #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
}
.tk_div_img {
	text-align: center;
	margin-right: 10px;
	margin-left: 5px;
}

