@charset "utf-8";
/* ===================================================================
CSS information

 file name  :history.css
 author     :Ability Consultant
style info  :女将の細腕繁盛記　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */

/* h2  画像タイトル */
#history #header h2 {
	background:url(../history/images/title.jpg) center top no-repeat;
}

/*----------------------------------------------------
	
	#main	メイン	
	
----------------------------------------------------*/

/* -----------------------------------------------
	.cnt_history　エピソード枠	
-------------------------------------------------*/
#history #main .cnt_history h3 {
	margin: 0 0 20px;
}

#history #main .cnt_history h4 {
	margin: 20px 0 10px;
}

#history #main .cnt_history p {
	padding: 0 0 0 15px;
	margin: 0 0 15px;
}


/* ---- 「普通の女の子」から「老舗の嫁」へ -----*/
#history #main .img_shinise {
	background: url(../history/images/img_hi_shinise.jpg) no-repeat right top;
}

#history #main .cnt_history p.txt_shinise {
	padding-right: 250px;
}


/* ---- 石和で過ごす貴重な時間 -----*/
#history #main .img_ishiwa {
	background: url(../history/images/img_hi_ishiwa.jpg) no-repeat left top;
	padding-left: 242px;
}

#history #main .img_ishiwa p {
	padding-left: 15px;
}

/* ---- 糸柳の母 -----*/
#history #main .img_mother {
	background: url(../history/images/img_hi_mother.jpg) no-repeat right top;
}

#history #main p.txt_mother {
	padding-right: 250px;
}


/* ---- これからの糸柳 -----*/
#history #main .img_itoyanagi {
	background: url(../history/images/img_hi_itoyanagi.jpg) no-repeat left top;
}

#history #main .img_itoyanagi h4 {
	margin-left: 180px;
}

#history #main .img_itoyanagi p.txt_itoyanagi {
	padding-left: 180px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
