/*
===============================================================================
/profile/css/index.css
TBSサービスとはインデックスページ用スタイルシート
===============================================================================*/

/*-----------
Shared Styles
-------------*/

/* Contents > [HTMLTag] H2
===============================================================================*/
#contents h2 {
	margin-bottom:0;
	padding-bottom:27px;

	background:#fff url("../images/goaisatsu_line.gif") repeat-x left bottom;
}



/*------------
Element Styles
--------------*/

/* Contents > Goaisatsu
===============================================================================*/
#goaisatsu {
	padding:28px 0 30px 30px;

	background:#EEF3F3 url("../images/goaisatsu_line.gif") repeat-x left bottom;
}
#contents .left {
	float:left;

	padding-bottom:20px;

	width:174px;
}
/* Hack for IE5.0 Win */
#contents .left/**/ {
	padding-bottom:0;
}
#contents #goaisatsu h3 {
	margin:0 0 19px;
	background:none;
}
#goaisatsu dl {
	margin:0;
}
#goaisatsu dd {
	margin:0;
}
#goaisatsu p {
	margin-left:189px;
	margin-top:25px;

	width:450px;
}
/* Tricky for the strange left padding of a floating element on IE Win */
html>body #goaisatsu p  {margin-left:192px;}
/* Hack for IE5.0 Win */
#contents p/**/ {
	margin-top:0;
	padding-bottom:0;
}


/* Contents > Jigyounaiyou
===============================================================================*/
#jigyounaiyou {
	padding-bottom:1px;
	margin-bottom:19px;

	background:#fff url("../images/jigyou_line_withbg.gif") repeat-x left bottom;
}
#contents #jigyounaiyou h3 {
	clear:left;

	margin:25px 0 0;
	padding-top:50px;
}
/* Hack for IE5.0 Win */
#contents #jigyounaiyou h3/**/ {
	padding-top:0;
}
#jigyounaiyou p.lead {
	margin:15px 0 15px;
}

/* Contents > Jigyounaiyou > Column
===============================================================================*/
#jigyounaiyou .column {
	width:686px;
	padding:10px 0;

	background:#EEF3F3 url("../images/jigyou_line.gif") repeat-x left top;

	height:140px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:130px;
} html>body #jigyounaiyou .column {height:130px;}
#jigyounaiyou .top {
	background:#EEF3F3 url("../images/jigyou_line_withbg.gif") repeat-x left top;
}
/* end of hack */
#jigyounaiyou .service {
	float:left;
}
#jigyounaiyou .service p {
	margin:0;
	padding:0;
}
#jigyounaiyou .first {
	padding-left:24px;

	background:none;

	width:232px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:208px;
}
html>body #jigyounaiyou .first {width:208px;}
#jigyounaiyou .second {
	padding-left:24px;

	width:224px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
}
html>body #jigyounaiyou .second {width:200px;}
#jigyounaiyou .third {
	padding-left:20px;

	width:220px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
}
html>body #jigyounaiyou .third {width:200px;}

