@charset "utf-8";
/* ===================================================================
CSS information

 file name  :history.css
 author     :Ability Consultant
style info  :古屋の歴史設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*-----------------------------------------------
	#header
	　ヘッダー
-------------------------------------------------*/
#history #header h3{
	background: url(../history/images/tl_page.png) no-repeat left top;
}

#history #header .top_image{
	background: url(../history/images/top_image.jpg) no-repeat center top;
}

/*-----------------------------------------------
	#main
	 メイン
-------------------------------------------------*/
#history #main h5{
	width: 695px;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	position: relative;
	left: -5px;
	margin-bottom: 20px;
}

#history #main .left{
	float: left;
	display: inline;
}

#history #main .right{
	float: right;
	display: inline;
}

#history #main .content{
	border: 1px solid #646262;
	background: url(../history/images/bg_content.gif) repeat 1px top;
	padding: 20px;
}

#history #main .content p img{
	border: 3px solid #5A5050;
}

/* .intro
-------------------------------------------------*/
#history #main .intro h4{
	background: url(../history/images/tl_page_sub.gif) no-repeat left top;
	width: 485px;
	height: 59px;
	text-indent: -9999px;
	font-size: 0;
}

#history #main .intro .left{
	width: 218px;
	margin: 39px 0 0 18px;
}

#history #main .intro .left .sub_title{
	background: url(../history/images/tl_intro_sub.gif) no-repeat left top;
	width: 218px;
	height: 62px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 28px;
}

/* .takeda
---------------------------------------------------*/
#history #main .takeda{
	margin-top: 20px;
}

#history #main .takeda h5{
	background: url(../history/images/tl_takeda.gif) no-repeat left top;
}

#history #main .takeda .content .left{
	width: 281px;
}

#history #main .takeda .content .right{
	width: 335px;
	background: url(../history/images/bg_takeda.gif) no-repeat 184px bottom;
	padding-bottom: 50px;
}

/* .orochi
------------------------------------------------------*/
#history #main .orochi{
	margin-top: 30px;
}

#history #main .orochi h5{
	background: url(../history/images/tl_orochi.gif) no-repeat left top;
}

#history #main .orochi .content .left{
	width: 281px;
}

#history #main .orochi .content .right{
	width: 335px;
}

/* .seisaemon
----------------------------------------------------*/
#history #main .seisaemon{
	margin-top: 30px;
}

#history #main .seisaemon h5{
	background: url(../history/images/tl_seisaemon.gif) no-repeat left top;
}

#history #main .seisaemon .content .left{
	width: 281px;
	margin: 0 30px 20px 0;
}

#history #main .seisaemon .content .right{
	width: 150px;
	margin-left: 15px;
}

#history #main .seisaemon .content .right table{
	width: 100%;
	border: 1px solid #999;
}

#history #main .seisaemon .content .right table th,
#history #main .seisaemon .content .right table td{
	border: 1px solid #999;
	color: #32200D;
	text-align: center;
	padding: 8px;
}

#history #main .seisaemon .content .right table th{
	background: #E8DCC7;
	font-weight: normal;
}

/* .tokutomisoho
-----------------------------------------------------*/
#history #main .tokutomisoho{
	margin-top: 30px;
}

#history #main .tokutomisoho h5{
	background: url(../history/images/tl_tokutomisoho.gif) no-repeat left top;
}

#history #main .tokutomisoho .content .left{
	width: 281px;
	margin: 0 30px 0 0;
	text-align: right;
}

#history #main .tokutomisoho .content .left img{
	margin-bottom: 10px;
}

#history #main .tokutomisoho .content .right{
	margin: 30px 0 10px 10px;
}

#history #main .tokutomisoho .content .txt .sub_title{
	display: block;
	background: url(../history/images/tl_tokutomisoho_sub.gif) no-repeat left top;
	width: 145px;
	height: 14px;
	text-indent: -9999px;
	font-size: 0;
	margin: 10px 0 10px 315px;
}

/* .atami_yubin
---------------------------------------------------*/
#history #main .atami_yubin{
	margin-top: 30px;
}

#history #main .atami_yubin .left{
	width: 285px;
}

#history #main .atami_yubin .left h5{
	background: url(../history/images/tl_atami_yubin.gif) no-repeat left top;
	width: 290px;
}

#history #main .atami_yubin .left .img{
	margin-bottom: 15px;
}

#history #main .atami_yubin .right{
	margin: 9px 9px 0 0;
}

/* .zenyu
-----------------------------------------------------*/
#history #main .zenyu{
	margin-top: 30px;
}

#history #main .zenyu h5{
	background: url(../history/images/tl_zenyu.gif) no-repeat left top;
}

#history #main .zenyu .left{
	margin: 0 20px 0 0;
}

#history #main .zenyu .txt{
	margin-bottom: 30px;
}

#history #main .zenyu .txt .sub_title01{
	display: block;
	background: url(../history/images/tl_zenyu_sub.gif) no-repeat left top;
	width: 112px;
	height: 15px;
	text-indent: -9999px;
	margin: 10px 0 10px 270px;
}

#history #main .zenyu .txt02{
	margin-bottom: 20px;
}

#history #main .zenyu .txt03 .sub_title02{
	display: block;
	background: url(../history/images/tl_fujiwara.gif) no-repeat left top;
	width: 80px;
	height: 14px;
	text-indent: -9999px;
	font-size: 0;
	margin: 2px 20px 10px 0;
	float: left;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


