@charset "utf-8";
/* ===================================================================
CSS information

 file name  :example_case.css
 author     :Ability Consultant
=================================================================== */


/*----------------------------------------------------
	各ページ
----------------------------------------------------*/

/* タイトル
----------------------------------------------------*/

#example_case .con_case {
	width: 800px;
}

#example_case .con_case .case_title {
	width: 800px;
	height: 37px;
	background: url(../example/images/subtitle00.gif) no-repeat right bottom;
}

#example_case .con_case h1 {
	padding: 10px 0 0 0;
	text-indent: 2em;
	font-size: 95%;
	color: #555555;
}

#example_case .con_case .case_center {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}

#example_case .con_case .photo {
	width: 790px;
	padding: 30px 0 0 0;
	/*float: left;
	overflow: hidden;*/
}

#example_case .con_case .photo img.left {
	margin: 0;
	width: 385px;
	float: left;
	overflow: hidden;
}

#example_case .con_case .photo img.right {
	margin: 0;
	width: 385px;
	float: right;
	overflow: hidden;
}

#example_case .con_case .txt {
	width: 790px;
	padding: 20px 0 5px 0;
	overflow: hidden;
	text-align: left;
}

#example_case .con_case p.ex {
	width: 790px;
	font-size: 75%;
	border: none;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

/* タイトル文字 */
* html #example_case .con_case h1 {
	margin: 2px 0 0 0;
	/*vertical-align: baseline;*/
}

