@charset "utf-8";
/* ===================================================================
CSS information

 file name  :pamphlet.css
 author     :Ability Consultant
style info  :パンフレット設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*-----------------------------------------------
	#header
	　ヘッダー
-------------------------------------------------*/
#pamphlet #header h3{
	background: url(../pamphlet/images/tl_page.png) no-repeat left top;
}

#pamphlet #header .top_image{
	background: url(../pamphlet/images/top_image.jpg) no-repeat center top;
}

/*-----------------------------------------------
	#main
	 メイン
-------------------------------------------------*/
#pamphlet #main{
	background: url(../pamphlet/images/bg_main.jpg) no-repeat left 78px;
	min-height: 864px;
}

#pamphlet #main h4{
	background: url(../pamphlet/images/tl_page_sub.gif) no-repeat left top;
	height: 59px;
	text-indent: -9999px;
	font-size: 0;
}

/* .intro
------------------------------------------------*/
#pamphlet #main .intro{
	margin-top: 41px;
}

#pamphlet #main .intro h5{
	background: url(../pamphlet/images/tl_intro.gif) no-repeat left top;
	height: 113px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 22px;
}

#pamphlet #main .intro .txt{
	width: 270px;
}

#pamphlet #main .intro .down{
	margin: 13px 0 41px 0;
}

#pamphlet #main .intro .bn{
	margin-bottom: 10px;
}

#pamphlet #main .bn_contact{
	margin-top: 450px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


