@charset "UTF-8";
/* CSS Document */
/*
*会社概要
*/

h2.pagetitle {
	background:url(images/pagetitle.gif) no-repeat;
}

table.tableFormat th {
	width:180px;
}
.contentsBlock .left {
	float:left;
}
.contentsBlock .right {
	float:right;
}

/**=================================================================
#block01
*/
#block01{ margin-top:19px; }
#block01 h3.subtitle { background:url(images/block01_subtitle.gif) no-repeat; }

/**=================================================================
#block02
*/
#block02 h3.subtitle {
	background:url(images/block02_subtitle.gif) no-repeat;
}
#block02 h3.copy {
	background:url(images/block02_copy.gif) no-repeat;	
	width:326px;
	height:45px;
}
#block02 .left {
	width:361px;
}
#block02 .right {
	width:361px;
}
#block02 .right .left{
	width:171px;
}

#block02 .linkbtn img {
	margin-top:9px;
}

#block02 .right .right{
	width:171px;
}

/**=================================================================
#block03
*/
#block03 h3.subtitle {
	background:url(images/block03_subtitle.gif) no-repeat;
}

#block03 p {
	margin-bottom:38px;
}

#block03 ul {
	width:760px;
	margin-left:-19px;
}

*html #block03 ul {
	position:relative;
	left:-19px;
}

#block03 ul li{
	float:left;
	width:361px;
	margin-left:19px;
	margin-bottom:38px;
}

*html #block03 ul li{
	width:342px;
}

#block03 ul li dt{
	font-weight:bold;
}
#block03 ul li dd{
	height:7em;
}

