@charset "iso-8859-1";
@import url("../../common/css/format.css");

div#categoryImage {
	background-image : url("../images/about_image.jpg");
}

table#corporateProfile {
	margin : 0 20px;
	border-collapse : collapse;
}

table#corporateProfile th, table#corporateProfile td {
	border-style : solid;
	border-width : 0 0 1px;
	border-color : #888888;
}

table#corporateProfile th {
	padding : 12px 25px 3px 5px;
	white-space : nowrap;
}

table#corporateProfile td {
	padding : 12px 5px 3px 0;
}

dl#location {
	margin : 0;
}

dl#location dt {
	padding : 1px 3px;
	background-color : #dddddd;
}

dl#location dd {
	margin : 5px 3px 15px;
	line-height : 1.5em;
}

div#CEO_photo {
	width : 240px;
	padding : 15px 0;
	float : right;
}

div#CEO_photo img {
	margin :  0 20px 3px;
}

div#CEO_name {
	text-align : center;
}

