@charset "iso-8859-1";

@import url("common.css");

/* --------------------------------------------------------------------------------------
 common
--------------------------------------------------------------------------------------- */

/* box -------------------- */

div.ctBox {
	padding: 2px 0 2px 20px;
	background: url(../img/bg_line_left.gif) repeat-y;
}

div.ctBox strong {
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------
 index
--------------------------------------------------------------------------------------- */

div.indexArea {
	width: 964px;
}

dl.indexNews {
	position: relative;
	width: 964px;
	min-height: 80px;
	background: url(../../img/bg_news_rp.gif) repeat-y;
}
* html dl.indexNews {
	height: 80px;
}

dl.indexNews dt {
	position: absolute;
	top: 1px;
	left: 0;
	width: 170px;
	padding: 30px 0 31px;
	background: #E5E5E5;
	text-align: center;
}

dl.indexNews dd {
	padding: 10px 25px 10px 195px;
	background: url(../../img/bg_news_tp.gif) no-repeat;
}

dl.indexNews dd table th,
dl.indexNews dd table td {
	padding: 1px 0;
	text-align: left;
	vertical-align: top;
	font-size: 83%;
}

dl.indexNews dd table th {
	padding-right: 20px;
	font-weight: bold;
}


/* --------------------------------------------------------------------------------------
 about
--------------------------------------------------------------------------------------- */
div.outlineTitle {
	width: 644px;
	margin: 28px 0 0 30px;
	color: #020202;
	clear:both;
	font-weight:bold;
}



div.outlineArea {
	width: 644px;
	margin: 28px 0 0 30px;
	color: #020202;
}
div.outlineArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.outlineArea { display:inline-block; }
/*\*/
* html div.outlineArea { height:1%; }
div.outlineArea { display:block; }
/**/

/* text -------------------- */

div.outlineArea div.txt {
	float: left;
	width: 337px;
}

div.outlineArea div.topArea {
	min-height: 380px;
}
* html div.outlineArea div.topArea {
	height: 380px;
}

div.outlineArea div.txt p {
	padding-bottom: 20px;
}

div.outlineArea div.txt dl {
	padding: 15px 17px 17px;
	border: 1px solid #D2D2D2;
}

div.outlineArea div.txt dl dt {
	font-weight: bold;
}

div.outlineArea div.txt dl dd {
	font-size: 86%;
}


/* photo -------------------- */

div.outlineArea div.photo {
	float: right;
	width: 280px;
}

div.outlineArea div.photo p {
	padding-bottom: 10px;
}



/* --------------------------------------------------------------------------------------
 car
--------------------------------------------------------------------------------------- */

div.carArea {
	margin: 40px 52px 0;
}

div.carArea p.topImg {
	margin: 0 0 30px;
	text-align: center;
}

div.carArea p.topImg2 {
	position: relative;
	height: 249px;
}


div.carArea p.topImg2 img {
	position: absolute;
	top: -1px;
	left: -51px;
}



div.carArea h2 {
	width: 253px;
	margin-top: 35px;
	margin: 35px 0 15px;
	padding-bottom: 1px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div.carArea table {
	width: 234px;
}

div.carArea table th,
div.carArea table td {
	padding: 7px 9px 7px 0;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	text-align: left;
	vertical-align: top;
	font-size: 83%;
	font-weight: bold;
}

div.carArea table td {
	text-align: right;
	color: #C71444;
}

div.carArea table thead td {
	font-size: 100%;
}


/* --------------------------------------------------------------------------------------
 report
--------------------------------------------------------------------------------------- */

div.reportArea p.attention {
	padding: 5px 0 10px;
	color: #C71444;
}

