
/* +++++++++++++++++++++ レイアウトの設定 +++++++++++++++++++++ */


/* ++++++ ヘッダー部分の設定 ++++++ */

/* ヘッダー大枠 */
#tp_hd{
	height:100px;
	margin:0;
	background-image:url(../img/tp_hd.jpg);
	background-repeat:repeat-x;
}
/* タイトル大枠 */
#tp_ttlbase{
	width:750px;
	margin:0 auto;
}
/* タイトル 
#tp_ttl{
	padding:0 0 0 100px;
}*/
/* 旧タイトル 
#tp_ttl{
	margin:0 0 0 50px;
	padding:50px 0 0 4px;
	border-left:3px solid #fff;
}*/
	
/* ++++++ コンテンツ部分の設定 ++++++ */
/* コンテンツベース */
#tp_cont{
	width:633px;
	height:390px;
	background-image:url(../img/tp_ph.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	margin:0 auto;
	padding:35px 60px 0 57px;
}

/* ++++++ フッター部分の設定++++++ */
/* コピー大枠 */
#tp_cpbase{
	width:750px;
	margin:0 auto;
}
/* コピー */
#tp_cp{
	width:405px;
	padding:0 4px 20px 288px;
	border-right:3px solid #fff;
}

.reset {
	display:block; 
	clear:both; 
	font-size:1px; 
	height:1px; 
	line-height:1px; 
	margin:0;}


