@charset "utf-8";
/* CSS Document */

div.company {
	width: 600px;
	margin:0 auto;
}
div.company p {
	width: 550px;
	margin:0 auto;
	line-height: 25px;
}

img.img_left {
	display:block;
	padding:5px;
	float:left;
}
img.img_right {
 display:block;
	padding:5px;
	float:right;
}

table.profile {
	width:550px;
	margin:0 auto;
}

table.profile th {
	font-weight:100;
	border: #CCC solid 2px;
	padding:0 10px;
	width:130px;
	background-image:url(../common/img/bg/bg01.gif);
}
table.profile td {
	padding:8px;
	border:#CCC solid 2px;
}


table.teikei {
 width: 550px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
table.teikei th {
	font-weight:100;
	padding:10px;
	border:#ccc solid 2px;
}
table.teikei th.title {
	background-color: #EAEAEA;
}
table.teikei th.gyousyu {
	background-image:url(../common/img/bg/bg01.gif);
}

table.teikei td {
	padding:8px;
	border:#ccc solid 2px;
}